Summary
CVE-2026-66583 is a critical unauthenticated PHP Object Injection (deserialization of untrusted data, CWE-502) vulnerability in the Forminator WordPress plugin, affecting all versions up to and including 1.57.0. The flaw carries a CVSS v3.1 base score of 9.8 (Critical) and can be triggered remotely without authentication or user interaction, and if a usable POP (Property-Oriented Programming) chain is present on the target site, it can lead to code injection, SQL injection, path traversal, or denial of service.
Technical details
- Root cause: unsafe deserialization of untrusted, attacker-supplied input within the Forminator plugin (CWE-502, CAPEC-586 Object Injection).
- Trigger conditions: an unauthenticated attacker sends a crafted request containing a serialized PHP object to a vulnerable endpoint exposed by the plugin.
- Attack vector: Network — no authentication or user interaction required, low attack complexity.
- Impact: on its own, object injection can be used for denial of service; if a compatible POP/gadget chain exists on the site (via Forminator itself or another installed plugin/theme), impact can escalate to remote code execution, SQL injection, or path traversal, with full compromise of confidentiality, integrity, and availability.
Affected software
- WPMU DEV Forminator (WordPress plugin) — versions up to and including 1.57.0
- Fixed in version 1.57.1 and later
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 Forminator plugin to version 1.57.1 or later.
- If unable to patch immediately: restrict or monitor unauthenticated access to Forminator endpoints via a WAF, and audit installed plugins/themes for known deserialization gadget chains that could be chained with this issue; disable or remove the Forminator plugin until it can be patched.
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 HTTP response body:
/wp-content/plugins/forminator/

