CVE-2026-25384

5.3 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in WP-Lister Lite for eBay WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites running WP-Lister Lite for eBay version 3.8.5 or earlier. The vulnerability enables unauthorized users to perform actions that should be restricted to authenticated administrators.

💻 Affected Systems

Products:
  • WP-Lister Lite for eBay WordPress Plugin
Versions: All versions up to and including 3.8.5
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with the vulnerable plugin version installed and activated.

⚠️ 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 modify eBay listing settings, access sensitive eBay API credentials, or manipulate plugin configurations leading to data exposure or unauthorized eBay account access.

🟠

Likely Case

Unauthorized users gain access to plugin functionality they shouldn't have, potentially modifying eBay integration settings or viewing restricted information.

🟢

If Mitigated

With proper network segmentation and WordPress hardening, impact is limited to plugin functionality without compromising the entire WordPress installation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some WordPress access but not necessarily admin privileges. The vulnerability is in access control logic, making exploitation straightforward once identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.8.6 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-lister-for-ebay/vulnerability/wordpress-wp-lister-lite-for-ebay-plugin-3-8-5-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find WP-Lister Lite for eBay. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate wp-lister-for-ebay

Restrict Plugin Access

all

Use WordPress role management to restrict who can access plugin settings

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable WordPress security plugins that monitor for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP-Lister Lite for eBay version

Check Version:

wp plugin get wp-lister-for-ebay --field=version

Verify Fix Applied:

Verify plugin version is 3.8.6 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to wp-lister-for-ebay admin pages
  • Unexpected plugin configuration changes

Network Indicators:

  • Unusual traffic to /wp-admin/admin.php?page=wplister-* endpoints from unauthorized IPs

SIEM Query:

source="wordpress.log" AND ("wp-lister-for-ebay" OR "wplister") AND ("admin" OR "unauthorized" OR "403" OR "404")

🔗 References

📤 Share & Export