CVE-2026-65575
AncoraThemes · Accalia
The AncoraThemes Accalia WordPress theme is vulnerable to unauthenticated PHP Object Injection, allowing remote code execution via deserialization of untrusted user input.
Executive summary
A critical PHP Object Injection vulnerability in the AncoraThemes Accalia theme permits unauthenticated remote attackers to achieve full system compromise.
Vulnerability
The flaw is categorized as CWE-502, Deserialization of Untrusted Data, which occurs when an application deserializes untrusted data without sufficient verification. Because this vulnerability is reachable by unauthenticated attackers, it presents a severe risk to the integrity and availability of the host environment.
Business impact
Successful exploitation grants an attacker the ability to execute arbitrary PHP code, leading to full server compromise, data exfiltration, or complete site defacement. With a CVSS score of 9.8, this vulnerability is classified as critical, as it requires no user interaction or prior authentication, effectively providing a direct path for malicious actors to seize control of the underlying web server.
Remediation
Immediate Action: Identify and update the Accalia theme to the latest available version provided by the vendor. If an update is not currently available, consider switching to a secure alternative or disabling the theme entirely until a patch is released.
Proactive Monitoring: Inspect web server access logs for suspicious serialized strings or unusual POST requests directed at theme-specific endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block malicious object injection patterns and prevent common deserialization payloads from reaching the application.
Exploitation status
Public Exploit Available: No
Analyst recommendation
The severity of this vulnerability cannot be overstated, as it allows for trivial remote code execution. Administrators must prioritize the identification of all instances of the Accalia theme within their environment and apply the latest vendor updates immediately to prevent unauthorized access.