Summary
CVE-2026-78572 is a PHP Object Injection vulnerability (CWE-502) in the Kalles Addons plugin for WordPress, affecting all versions up to and including 1.0.6. The flaw stems from deserialization of untrusted input and allows unauthenticated attackers to inject arbitrary PHP objects. The issue carries a CVSS v3.1 score of 8.1 (High).
Technical details
- Root cause: The plugin deserializes untrusted, attacker-controlled input without adequate validation, enabling PHP Object Injection.
- Trigger conditions: No authentication is required; an attacker can submit crafted serialized data to a vulnerable endpoint exposed by the plugin.
- Attack vector: Network — exploitable remotely over HTTP(S) against any internet-facing WordPress site running the vulnerable plugin.
- Impact: No Property-Oriented Programming (POP) chain exists within Kalles Addons itself, so the injected object alone has no direct effect. However, if the target site also runs another plugin or theme containing an exploitable POP chain, an attacker could leverage the combination to delete arbitrary files, access sensitive information, or execute arbitrary code.
Affected software
- Kalles Addons WordPress plugin: all versions up to and including 1.0.6
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Update Kalles Addons to a version newer than 1.0.6 that resolves the deserialization issue.
- If no patch is available: Audit all installed plugins and themes for known POP chains, remove or update any that could be chained with this vulnerability, and restrict access to the plugin’s endpoints via a web application firewall until patched.
- Monitor site integrity and logs for unexpected serialized-data submissions or unauthorized file changes as a precaution.
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/plugins/kalles-addons

