Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated PHP object injection reachable over HTTP with no user interaction; deserialization gadget chains typically yield full RCE, justifying H across CIA.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated PHP Object Injection in Integration for Keap/infusionsoft and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms <= 1.2.1 versions.
Articles & Coverage 1
AnalysisAI
Unauthenticated PHP object injection in the WordPress plugin 'Integration for Keap/Infusionsoft and Contact Form 7, WPForms, Elementor, Formidable, Ninja Forms' (versions 1.2.1 and earlier) allows remote attackers to inject crafted serialized objects that can be deserialized by the plugin, potentially leading to full site compromise. No public exploit identified at time of analysis, but the CVSS 9.8 score and unauthenticated network attack vector make this a high priority for any WordPress site running the affected plugin. EPSS and CISA KEV data were not provided in the input, so real-world exploitation prevalence is undetermined.
Technical ContextAI
The vulnerability is rooted in CWE-502 (Deserialization of Untrusted Data) within a PHP-based WordPress plugin produced by CRM Perks (per CPE cpe:2.3:a:crm_perks:integration_for_keap/infusionsoft_and_contact_form_7,_wpforms,_elementor,_formidable,_ninja_forms). PHP object injection occurs when user-controlled input is passed to unserialize() without validation, allowing an attacker to instantiate arbitrary PHP classes and trigger their magic methods (__wakeup, __destruct, __toString). When chained with so-called 'POP gadgets' present in WordPress core, other installed plugins, or Composer dependencies, this primitive typically escalates to arbitrary file write, SQL injection, or remote code execution on the underlying PHP host.
RemediationAI
Upstream fix available per the Patchstack advisory; released patched version is not explicitly stated in the provided data, so administrators should upgrade to the latest available release of the cf7-infusionsoft plugin (any version greater than 1.2.1) as published in the WordPress plugin directory and verify the installed version via the WordPress admin dashboard. If patching cannot be performed immediately, deactivate and remove the plugin entirely - given that integration plugins are not on the request hot path, removal has limited functional impact aside from loss of Keap/Infusionsoft form forwarding. Compensating controls include placing a WAF rule in front of WordPress that blocks request bodies containing PHP-serialized payload markers (e.g., 'O:', 'a:N:{') on the plugin's endpoints, noting that this can produce false positives on legitimate form data, and restricting wp-admin and plugin AJAX endpoints by IP allowlist where feasible. Reference the vendor advisory at https://patchstack.com/database/wordpress/plugin/cf7-infusionsoft/vulnerability/wordpress-integration-for-keap-infusionsoft-and-contact-form-7-wpforms-elementor-formidable-ninja-forms-plugin-1-2-1-php-object-injection-vulnerability for confirmation of the fixed version once published.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36881
GHSA-8cgq-qh5g-cj52