External risk intelligence

Accalia Theme Unauthenticated PHP Object Injection

CVE advisorySeverity: CRITICAL (CVSS 9.8)

CVE-2026-65575

The vulnerability exists in a WordPress theme, which is software designed to be deployed as a public-facing web application. WordPress themes are typically accessed by internet users, making this type of attack surface commonly exposed to the public internet in standard deployments.

Deserialization

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

An unauthenticated PHP object injection vulnerability has been identified in Accalia, potentially allowing unauthorized individuals to execute code. This type of flaw can be serious, as it may enable attackers to compromise systems without needing any credentials.

  • Vulnerability allows unauthorized code execution.
  • Critical flaw discovered in widely used technology.
  • Confirm relevance and assess potential exposure.

Attack Path

How an attacker could exploit the issue

An unauthenticated attacker can leverage this vulnerability by sending a specially crafted request to a website using the affected theme. This request exploits a weakness in how the theme processes serialized PHP data, allowing the attacker to inject and execute arbitrary PHP code. Successful exploitation could lead to a complete compromise of the website.

  • No authentication required.
  • Triggered by a crafted request.
  • Enables arbitrary code execution.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an unauthenticated attacker to execute arbitrary code or cause denial of service on a server running the affected software. The impact depends on how the software is deployed and if it processes user-supplied input in a way that triggers the object injection.

  • Server-side code execution.
  • Unauthenticated remote code injection.
  • Compromised server integrity.

Operational Fix

Recommended remediation, mitigation, and detection steps

The real-world impact of this unauthenticated PHP Object Injection in Accalia themes necessitates a coordinated response. Initially, infrastructure and platform teams should focus on identifying all instances of the affected theme across their environments. Concurrently, security teams must assess the exposure of these instances, particularly any that are publicly accessible. Once identified and prioritized by risk and criticality, the accountable application or site owner should be engaged to plan and execute remediation.

  • Application owners should own the issue.
  • Verify public exposure and business criticality first.
  • Plan remediation and coordinate with vendors.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the Accalia software?

Accalia is a WordPress theme used to determine the visual design and layout of a website. Themes operate as part of the content management system to render pages for visitors. Because Accalia handles site display, it sits on the server and interacts with incoming web traffic to process site functionality.

What does PHP object injection mean for CVE-2026-65575?

This vulnerability is classified as CWE-502, which occurs when an application deserializes untrusted data without proper validation. In simple terms, the theme incorrectly trusts data formatted in a specific way, allowing an attacker to inject malicious objects. This can trick the server into running unauthorized code during the theme's normal operation.

How is this vulnerability triggered?

An attacker triggers this by sending a specially crafted network request to the website running the theme. It does not require any user account or password to activate. Note that simply visiting the site normally will not trigger the bug; it requires a specific, manipulated request designed to exploit the deserialization process.

Why is this CVE relevant to my infrastructure?

According to Halo Surface Signal, this theme is intended for public-facing web applications. Since these sites are typically reachable by anyone on the internet, the attack surface is broad. If your instance is accessible from the public web, it is more likely to be reachable by an attacker compared to a system restricted to an internal network.

How should I respond if I run Accalia?

Start by identifying every location where the Accalia theme is currently active within your environment. Once you have a list of these instances, evaluate their public accessibility and business impact. Coordinate with the teams responsible for those specific websites to plan an update or transition, ensuring the vulnerability is addressed through the official vendor channel.

References