CVE-2025-25151

8.5 HIGH

📋 TL;DR

This SQL injection vulnerability in the uListing WordPress plugin allows attackers to execute arbitrary SQL commands on the database. It affects all uListing plugin installations from unknown versions through 2.1.6. WordPress sites using vulnerable versions are at risk of data theft, modification, or deletion.

💻 Affected Systems

Products:
  • StyleMixThemes uListing WordPress plugin
Versions: n/a through 2.1.6
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable uListing plugin versions are affected regardless of configuration.

⚠️ 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, modification, or deletion; potential privilege escalation to administrator; possible remote code execution if database permissions allow.

🟠

Likely Case

Data exfiltration including user credentials, personal information, and site content; database manipulation affecting site functionality.

🟢

If Mitigated

Limited impact with proper input validation and parameterized queries in place; potential for error messages revealing database structure.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection typically requires some level of user interaction or access to vulnerable endpoints.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.1.7 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ulisting/vulnerability/wordpress-ulisting-plugin-2-1-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 uListing plugin. 4. Click 'Update Now' if update available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the uListing plugin until patched to prevent exploitation.

Web Application Firewall Rules

all

Implement WAF rules to block SQL injection patterns targeting uListing endpoints.

🧯 If You Can't Patch

  • Implement strict input validation and sanitization for all user inputs
  • Use parameterized queries or prepared statements for all database operations

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for uListing version 2.1.6 or earlier.

Check Version:

wp plugin list --name=ulisting --field=version

Verify Fix Applied:

Confirm uListing plugin version is 2.1.7 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual database queries in WordPress or database logs
  • Multiple failed login attempts or SQL errors in access logs
  • Unexpected database modifications

Network Indicators:

  • HTTP requests with SQL injection patterns to uListing endpoints
  • Unusual database connection patterns

SIEM Query:

source="web_access_logs" AND (uri="*ulisting*" AND (query="*SELECT*" OR query="*UNION*" OR query="*OR 1=1*"))

🔗 References

📤 Share & Export