CVE-2025-67928

9.8 CRITICAL

📋 TL;DR

This SQL injection vulnerability in the Automotive Listings WordPress plugin allows attackers to execute arbitrary SQL commands on the database. It affects all WordPress sites using this plugin up to version 18.6, potentially exposing sensitive data.

💻 Affected Systems

Products:
  • WordPress Automotive Listings Plugin
Versions: All versions up to and including 18.6
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires the Automotive Listings plugin to be installed and active on WordPress.

⚠️ 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 including data theft, modification, or deletion; potential privilege escalation to full system access.

🟠

Likely Case

Unauthorized data extraction from the WordPress database including user credentials, sensitive content, and configuration data.

🟢

If Mitigated

Limited impact with proper input validation and database permission restrictions in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Blind SQL injection suggests exploitation requires inference techniques but is still highly accessible to attackers.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 18.7 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/automotive/vulnerability/wordpress-automotive-listings-plugin-18-6-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Automotive Listings plugin. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 18.7+ from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate automotive

Web Application Firewall

all

Implement WAF rules to block SQL injection patterns

🧯 If You Can't Patch

  • Implement strict input validation and parameterized queries in custom code
  • Restrict database user permissions to minimum required operations

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Automotive Listings version number

Check Version:

wp plugin get automotive --field=version

Verify Fix Applied:

Confirm plugin version is 18.7 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL error messages in WordPress logs
  • Multiple failed login attempts from single IP
  • Unexpected database queries

Network Indicators:

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

SIEM Query:

source="wordpress.log" AND ("SQL syntax" OR "database error" OR "automotive")

🔗 References

📤 Share & Export