Description
The WP-Lister Lite for eBay plugin for WordPress is vulnerable to Stored Cross-Site Scripting via AJAX Cron Handler Request Parameter in all versions up to, and including, 3.8.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2026-09-16
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated Stored Cross‑Site Scripting
Action: Patch
AI Analysis

Impact

The vulnerability resides in the WP‑Lister Lite for eBay WordPress plugin and allows an attacker to store malicious JavaScript in the plugin’s AJAX cron handler. Once injected, the script is rendered on pages accessed by any user, potentially leading to session hijack, credential theft, defacement, or further exploitation of the hosting site. The weakness is a classic output‑encoding flaw, classified as CWE‑79. The attack is non‑privileged and does not require administrator access, making it broadly exploitable in environments where the plugin is installed.

Affected Systems

All installations of WP‑Lister Lite for eBay version 3.8.9 or earlier are susceptible. The plugin is available for WordPress sites and does not limit the vulnerability to a particular host or customer type. The affected file is the AJAX cron handler, which is invoked by the plugin regardless of user role.

Risk and Exploitability

The CVSS score of 7.2 reflects a high impact, but the EPSS score of less than 1% indicates that, as of the latest data, the probability of seeing active exploitation in the wild is low. The vulnerability is not listed in CISA’s KEV catalog. Attackers can exploit the flaw simply by sending an unauthenticated AJAX request to the cron handler with crafted parameters; no additional privileges or pre‑conditions are required. Once the script is stored, any visitor to the affected page will execute it, providing a wide attack surface for phishing, cookie theft, or malware distribution.

Generated by OpenCVE AI on September 16, 2026 at 16:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WP‑Lister Lite for eBay to the latest version that removes the unsanitized AJAX handler parameter, eliminating the XSS opportunity.
  • If an update cannot be applied immediately, block or filter unauthenticated requests to the cron handler endpoint using a web‑application firewall or custom .htaccess rules to prevent injection from reach.
  • Audit the plugin code to verify that all user‑supplied input to the cron handler is properly validated and output‑escaped before rendering; if not, replace or patch the affected routine to use WordPress’s built-in escaping functions.

Generated by OpenCVE AI on September 16, 2026 at 16:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wplab
Wplab wp-lister Lite For Ebay
Vendors & Products Wordpress
Wordpress wordpress
Wplab
Wplab wp-lister Lite For Ebay

Wed, 16 Sep 2026 03:45:00 +0000

Type Values Removed Values Added
Description The WP-Lister Lite for eBay plugin for WordPress is vulnerable to Stored Cross-Site Scripting via AJAX Cron Handler Request Parameter in all versions up to, and including, 3.8.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title WP-Lister Lite for eBay <= 3.8.9 - Unauthenticated Stored Cross-Site Scripting via AJAX Cron Handler Request
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Wordpress Wordpress
Wplab Wp-lister Lite For Ebay
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-16T18:36:27.661Z

Reserved: 2026-08-02T21:33:15.341Z

Link: CVE-2026-18595

cve-icon Vulnrichment

Updated: 2026-09-16T18:25:10.399Z

cve-icon NVD

Status : Deferred

Published: 2026-09-16T04:18:00.970

Modified: 2026-09-16T19:17:10.060

Link: CVE-2026-18595

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T16:45:18Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')