Overview
The CVE-2025-7327 vulnerability involves the Widget for Google Reviews plugin for WordPress, which has been found susceptible to Directory Traversal. This vulnerability is significant as it affects all versions of the plugin up to 1.0.15. The vulnerability can be exploited by authenticated attackers with Subscriber-level access and above, to include and execute arbitrary files on the server. This poses a serious cybersecurity threat as it permits the execution of any PHP code in those files and can lead to potential system compromise or data leakage.
Vulnerability Summary
CVE ID: CVE-2025-7327
Severity: High (8.8 CVSS Severity Score)
Attack Vector: Network
Privileges Required: Low (Subscriber-level access and above)
User Interaction: Required
Impact: Execution of arbitrary PHP code, leading to potential system compromise or data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
Widget for Google Reviews WordPress Plugin | Up to, and including, 1.0.15
How the Exploit Works
The exploit works by manipulating the ‘layout’ parameter of the plugin. An attacker with at least subscriber-level access can leverage this vulnerability to include and execute arbitrary files on the server. This includes any PHP code contained within those files, even in cases where only images and other traditionally “safe” file types are allowed to be uploaded. This can result in bypassing access controls, obtaining sensitive data, or executing code, ultimately leading to a potential system compromise or data leakage.
Conceptual Example Code
Here is a conceptual example of how an HTTP request exploiting this vulnerability might look:
POST /wp-admin/admin-ajax.php?action=wprev-slider-preview HTTP/1.1
Host: target.example.com
Content-Type: application/x-www-form-urlencoded
layout=../../../../wp-config.php%00
In this example, the attacker attempts to traverse the directory to include the ‘wp-config.php’ file, a critical WordPress configuration file containing sensitive information. The inclusion and execution of this file could have serious implications, including compromise of the entire system or data leakage.