CVE-2025-26755

7.6 HIGH

📋 TL;DR

This SQL injection vulnerability in the WP Airbnb Review Slider WordPress plugin allows attackers to execute arbitrary SQL commands on the database. It affects all versions up to 3.9, potentially compromising websites using this plugin.

💻 Affected Systems

Products:
  • WP Airbnb Review Slider WordPress Plugin
Versions: All versions up to and including 3.9
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected

⚠️ 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

Complete database compromise leading to data theft, privilege escalation, or website defacement

🟠

Likely Case

Unauthorized data extraction from the WordPress database

🟢

If Mitigated

Limited impact due to proper input validation and database permissions

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Blind SQL injection requires specialized tools and knowledge

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 3.9

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wp-airbnb-review-slider/vulnerability/wordpress-wp-airbnb-review-slider-plugin-3-9-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 Airbnb Review Slider
4. Click 'Update Now' if available
5. If no update available, deactivate and remove the plugin

🔧 Temporary Workarounds

Input Validation Filter

all

Add custom input validation for plugin parameters

Add input sanitization in theme functions.php or custom plugin

🧯 If You Can't Patch

  • Deactivate and remove the WP Airbnb Review Slider plugin immediately
  • Implement web application firewall (WAF) rules to block SQL injection patterns

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

wp plugin list --name='wp-airbnb-review-slider' --field=version

Verify Fix Applied:

Verify plugin version is greater than 3.9 or plugin is removed

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts from single IP

Network Indicators:

  • HTTP requests with SQL syntax in parameters
  • Unusual traffic patterns to plugin endpoints

SIEM Query:

SELECT * FROM web_logs WHERE url LIKE '%wp-airbnb-review-slider%' AND (params LIKE '%SELECT%' OR params LIKE '%UNION%' OR params LIKE '%OR%1=1%')

🔗 References

📤 Share & Export