CVE-2026-82925
Site Reviews · Site Reviews WordPress Plugin
The Site Reviews WordPress plugin is vulnerable to insecure deserialization of untrusted data due to improper key protection, allowing unauthenticated attackers to inject arbitrary PHP objects.
Executive summary
The Site Reviews WordPress plugin contains a critical insecure deserialization vulnerability that allows unauthenticated attackers to potentially execute arbitrary code depending on the local environment.
Vulnerability
This flaw stems from CWE-502, where the plugin fails to properly protect deserialization keys, allowing unauthenticated users to inject arbitrary PHP objects into the application. The exploitability is contingent upon the presence of other vulnerable code chains within the site environment.
Business impact
Successful exploitation of this vulnerability could lead to total system compromise, including unauthorized data access, modification, or potential remote code execution. With a CVSS score of 8.1, this high-severity flaw poses a significant risk to the confidentiality, integrity, and availability of the WordPress site and its underlying server infrastructure.
Remediation
Immediate Action: Update the Site Reviews plugin to version 8.3.0 or later immediately to apply the necessary security patches.
Proactive Monitoring: Review web server access logs for suspicious POST requests containing serialized PHP objects or unusual patterns targeting the plugin.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block malicious deserialization attempts or unauthorized object injection.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability represents a significant security risk due to the potential for arbitrary object injection by unauthenticated actors. Administrators should prioritize updating the Site Reviews plugin to version 8.3.0 as soon as possible to neutralize this threat. Regular security audits and maintaining updated software components remain the most effective strategy for preventing exploitation of such deserialization flaws.
History
CVE Brief tracked this CVE 5 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 8.1 (3.1)
- Analyst report written
Sources
Originally found and disclosed by Jakub Herman, with WPScan (coordinator), per the CVE Program record.