PHP Object Injection in Kalles Addons for WordPress
The Kalles Addons plugin for WordPress (<= 1.0.6) is vulnerable to unauthenticated PHP Object Injection, which may allow remote code execution or file operations if a compatible POP chain exists in the environment.
CVE search metadata
CVE search record: CVE-2026-78572. Severity: high. CVSS: 8.1. KEV: no. Product: Kalles Addons. Brief: PHP Object Injection in Kalles Addons for WordPress. Brief link: https://feed.craftedsignal.io/briefs/2026-08-cve-2026-78572/
The Kalles Addons plugin for WordPress, in versions up to and including 1.0.6, contains a critical vulnerability involving the insecure deserialization of untrusted input. An unauthenticated attacker can supply a serialized PHP object to specific input vectors processed by the plugin, leading to PHP Object Injection. While the plugin itself lacks an embedded Property Oriented Programming (POP) chain, the vulnerability is highly significant for environments that host multiple plugins or themes. If a secondary, vulnerable, or complex component is present on the same WordPress instance, an attacker can leverage its existing POP chain to achieve arbitrary file deletion, data exfiltration, or remote code execution. Because this vulnerability originates from the plugin's handling of user-supplied data, detection must focus on identifying suspicious input patterns in web server logs.
Impact
Successful exploitation depends on the existence of a POP chain within the target WordPress site's plugin or theme ecosystem. If such a chain is identified, the attacker can achieve remote code execution (RCE) or escalate privileges to perform unauthorized actions such as deleting sensitive site configuration files or stealing database contents, potentially leading to a full site compromise.
Recommendation
- Audit all WordPress installations to identify and update the Kalles Addons plugin to a version beyond 1.0.6 or remove the plugin if updates are unavailable.
- Perform a comprehensive review of all installed themes and plugins to identify potential POP chain gadgets that could be leveraged by this vulnerability.
- Implement strict input validation at the web application firewall (WAF) level to block requests containing serialized PHP objects directed at the vulnerable endpoints.
- Review web server access logs for anomalous POST requests containing PHP serialization markers (e.g., O:[0-9]+:).
Immediate actions
Update Kalles Addons to version 1.0.7 or later
Threat Hunt
Search web logs for POST requests containing serialized PHP object structures
Data: webserver access logs
Mitigations
Configure WAF to block common serialization indicators in request parameters
CVE-2026-78572