CVE-2025-30783
Published: 27 March 2025
Summary
CVE-2025-30783 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 8.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-30783 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the WP Google Review Slider plugin (wp-google-places-review-slider) for WordPress, developed by jgwhite33. The flaw enables SQL Injection and affects all versions from n/a through 16.0 inclusive. It received a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:L), indicating high severity due to network accessibility, low attack complexity, no required privileges, user interaction, changed scope, high confidentiality impact, and low availability impact.
An attacker can exploit this vulnerability remotely without authentication by tricking a legitimate user—likely an authenticated WordPress administrator or editor—into performing a malicious action, such as visiting a crafted webpage or clicking a link. This triggers the CSRF-protected endpoint lacking proper token validation, leading to SQL Injection execution. Successful exploitation allows the attacker to extract sensitive data from the database, achieving high confidentiality impact, while causing limited availability disruption.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/wp-google-places-review-slider/vulnerability/wordpress-wp-google-review-slider-plugin-16-0-csrf-to-sql-injection-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-8371
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in jgwhite33 WP Google Review Slider wp-google-places-review-slider allows SQL Injection.This issue affects WP Google Review Slider: from n/a through <= 16.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF vulnerability in public-facing WordPress plugin directly enables remote exploitation of the application via SQL Injection for database data extraction.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces session authenticity mechanisms like anti-CSRF tokens to prevent unauthorized state-changing requests that exploit this CSRF vulnerability.
Requires validation and sanitization of inputs to block SQL injection payloads triggered by the CSRF exploitation in the plugin endpoint.
Mandates timely identification, reporting, and patching of flaws like this CSRF-to-SQLi vulnerability in the WP Google Review Slider plugin.