Summary
CVE-2026-65577 is an unauthenticated PHP Object Injection (insecure deserialization) vulnerability in the AncoraThemes "Advice" WordPress theme affecting all versions up to and including 1.18.0. It carries a CVSS v3.1 base score of 9.8 (Critical), as it can be exploited over the network without authentication or user interaction.
Technical details
- Root cause: Deserialization of untrusted data (CWE-502), allowing an attacker to inject crafted serialized PHP objects that are processed by the theme.
- Trigger conditions: No authentication or user interaction is required; a remote attacker can supply malicious serialized input to vulnerable theme code.
- Attack vector: Network (AV:N) with low attack complexity (AC:L) and no privileges required (PR:N).
- Impact: When a suitable POP gadget chain is present, object injection can lead to high impact on confidentiality, integrity, and availability, potentially enabling full site compromise.
Affected software
- AncoraThemes Advice WordPress Theme — all versions up to and including 1.18.0.
Severity
- CVSS v3.1 base score: 9.8 (Critical)
- Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Update the Advice theme to a version later than 1.18.0 once a fixed release is available from the vendor.
- If no patch: Restrict or filter untrusted input reaching the site, deploy a web application firewall to block serialized PHP object payloads, and limit exposure of the affected theme endpoints until an update can be applied.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw response body:
/wp-content/themes/advice/

