CVE-2025-30783

8.2 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the WP Google Review Slider WordPress plugin allows attackers to trick authenticated administrators into performing unintended SQL injection attacks. This affects all WordPress sites running WP Google Review Slider versions up to 16.0. The vulnerability combines CSRF with SQL injection, potentially allowing data theft or manipulation.

💻 Affected Systems

Products:
  • WP Google Review Slider (WordPress plugin)
Versions: All versions up to and including 16.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated. Administrator access needed for exploitation via CSRF.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could execute arbitrary SQL commands through administrator sessions, leading to complete database compromise, data exfiltration, privilege escalation, or site takeover.

🟠

Likely Case

Attackers would steal sensitive data from the WordPress database, modify content, or create backdoor administrator accounts.

🟢

If Mitigated

With proper CSRF protections and input validation, the SQL injection would be prevented even if CSRF occurs.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires tricking an authenticated administrator into visiting a malicious page. The SQL injection occurs through the CSRF attack vector.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 16.0

Vendor Advisory: 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

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'WP Google Review Slider'. 4. Click 'Update Now' if available. 5. If no update appears, manually download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

CSRF Protection Headers

all

Implement Content Security Policy (CSP) and anti-CSRF tokens

🧯 If You Can't Patch

  • Remove the plugin entirely if not essential
  • Restrict administrator access to trusted networks only

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → WP Google Review Slider version number

Check Version:

wp plugin list --name='wp-google-places-review-slider' --field=version

Verify Fix Applied:

Verify plugin version is greater than 16.0

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts followed by plugin-specific requests

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php with SQL-like parameters
  • Requests from unexpected referrers to plugin endpoints

SIEM Query:

source="wordpress.log" AND ("wp-google-places-review-slider" OR "admin-ajax.php") AND (sql OR union OR select)

🔗 References

📤 Share & Export