CVE-2026-4110
Received Received - Intake
Reflected Cross-Site Scripting in Ultimate WooCommerce Auction Pro WordPress Plugin

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: WPScan

Description
The ultimate-woocommerce-auction-pro WordPress plugin through 2.4.5 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-22
AI Q&A
2026-06-22
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
woocommerce ultimate_woocommerce_auction_pro to 2.4.5 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability exists in the Ultimate WooCommerce Auction Pro WordPress plugin, versions up to and including 2.4.5. It is a Reflected Cross-Site Scripting (XSS) flaw caused by the plugin failing to properly sanitize and escape the user-supplied input from the `uwa_auctions_bids_list` parameter before displaying it back on the webpage.

This allows an attacker to inject malicious scripts into the page, which can then be executed in the context of users viewing the page, potentially targeting high-privilege users such as administrators.

Impact Analysis

This vulnerability can be exploited by attackers to execute malicious scripts in the browsers of users who visit the affected page, especially high-privilege users like administrators.

  • Attackers could steal sensitive information such as authentication cookies or session tokens.
  • They could perform actions on behalf of the victim user, potentially compromising the website's security and integrity.
  • It may lead to unauthorized access, data theft, or further exploitation of the system.
Detection Guidance

This vulnerability can be detected by testing the Ultimate WooCommerce Auction Pro plugin for reflected Cross-Site Scripting (XSS) via the `uwa_auctions_bids_list` parameter.

One way to detect it is to send crafted HTTP requests to the affected WordPress site that include malicious script payloads in the `uwa_auctions_bids_list` parameter and observe if the payload is reflected unsanitized in the response.

  • Use curl or similar tools to send a request with a script payload, for example: curl -i 'http://example.com/page?uwa_auctions_bids_list=<script>alert(1)</script>'
  • Check the HTTP response for the presence of the injected script tag without proper escaping.
  • Use web vulnerability scanners that support XSS detection targeting WordPress plugins, or manual testing with browser developer tools.
Mitigation Strategies

Immediate mitigation steps include restricting access to the affected plugin's functionality to trusted users only, such as administrators.

Until an official fix is released, consider disabling or deactivating the Ultimate WooCommerce Auction Pro plugin if possible.

Implement Web Application Firewall (WAF) rules to block or sanitize requests containing suspicious input in the `uwa_auctions_bids_list` parameter.

Educate high-privilege users to avoid clicking on suspicious links that might exploit this reflected XSS vulnerability.

Compliance Impact

The vulnerability allows for Reflected Cross-Site Scripting (XSS) attacks targeting high-privilege users such as administrators by failing to sanitize and escape user input. Such attacks can lead to unauthorized access, data manipulation, or disclosure, which may compromise the confidentiality and integrity of sensitive data.

This kind of security flaw can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require organizations to protect personal and sensitive data against unauthorized access and ensure secure processing environments.

Exploitation of this vulnerability could result in breaches of protected data or administrative control, potentially leading to violations of these regulations and associated legal or financial penalties.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-4110. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart