WPBot Pro CVE-2025-47582
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in QuantumCloud WPBot Pro Wordpress Chatbot allows Object Injection.This issue affects WPBot Pro Wordpress Chatbot: from n/a through 12.7.0.
AnalysisAI
PHP object injection in WPBot Pro WordPress Chatbot versions up to 12.7.0 allows remote unauthenticated attackers to execute arbitrary code by exploiting unsafe deserialization of user-supplied data. The vulnerability achieves complete system compromise with CVSS 9.8 critical severity (network accessible, no authentication required, low complexity). No active exploitation confirmed in CISA KEV, but EPSS score of 0.37% (59th percentile) indicates moderate exploitation likelihood. Patchstack database confirms the vulnerability with technical details available to researchers.
Technical ContextAI
This is a classic PHP object injection vulnerability (CWE-502) resulting from unsafe deserialization of untrusted data in the WPBot Pro WordPress plugin. PHP's unserialize() function can instantiate arbitrary objects when processing attacker-controlled serialized strings, enabling exploitation through magic methods (__wakeup, __destruct, __toString) or existing gadget chains in WordPress core or other plugins. The chatbot plugin likely deserializes user input from HTTP requests (POST/GET parameters, cookies, or AJAX endpoints) without proper validation or sanitization. WordPress plugins are common targets for deserialization attacks due to widespread use of serialized data for storing configuration, session data, and inter-plugin communication. Successful exploitation requires identifying accessible deserialization entry points and available POP (Property-Oriented Programming) chains in the WordPress environment.
Affected ProductsAI
QuantumCloud WPBot Pro WordPress Chatbot plugin versions from earliest available release through version 12.7.0 are confirmed vulnerable. The advisory from Patchstack (https://patchstack.com/database/wordpress/plugin/wpbot-pro/) provides technical details. CPE data not provided in NVD listing, but affects WordPress installations running the commercial WPBot Pro plugin as identified by slug 'wpbot-pro'. Both free and premium versions may be affected depending on QuantumCloud's product structure.
RemediationAI
Upgrade WPBot Pro WordPress Chatbot to version 12.7.1 or later if available from QuantumCloud-verify current patched version at the vendor's official site or WordPress plugin repository, as the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wpbot-pro/) confirms 12.7.0 as the last vulnerable version but does not specify the exact fix release. If no patch is available or immediate upgrade is not feasible, implement compensating controls: disable the WPBot Pro plugin entirely until patched (eliminates attack surface but removes chatbot functionality), restrict wp-admin and AJAX endpoint access to trusted IP addresses via WAF rules or .htaccess (reduces remote attack surface but breaks chatbot for legitimate users outside IP whitelist), deploy ModSecurity or similar WAF with rules detecting PHP serialized object patterns in POST bodies and cookies (may cause false positives with legitimate WordPress serialized data). Monitor WordPress access logs for unusual POST requests to wp-admin/admin-ajax.php with action parameters related to wpbot. All compensating controls have operational trade-offs-patching is the only complete mitigation.
More from same product – last 7 days
The Vitepos WordPress plugin before 3.4.2 does not properly restrict the roles that can be assigned when creating new u
The weMail: Email Marketing, Email Automation, Newsletters, Subscribers & Email Optins for WooCommerce WordPress plugin
The Taskbuilder WordPress plugin before 5.0.8 does not properly sanitise a URL parameter before echoing it into inline
The ultimate-woocommerce-auction-pro WordPress plugin through 2.4.5 does not sanitise and escape a parameter before outp
The Transbank Webpay WordPress plugin before 1.14.0 does not sanitize and escape logs to be displayed, allowing unauthen
Share
External POC / Exploit Code
Leaving vuln.today