CVE-2022-50962
Description
uBidAuction 2.0.1 contains a reflected cross-site scripting vulnerability in the orders/myOrders module. The date_created, date_from, date_to, and created_at parameters in the filter functionality are not properly sanitized, allowing remote attackers to inject malicious scripts via crafted GET requests that execute in victims' browsers.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
uBidAuction 2.0.1 reflected XSS in orders/myOrders filter parameters allows remote attackers to execute malicious scripts in victims' browsers.
uBidAuction 2.0.1, a PHP-based auction script, is vulnerable to a reflected cross-site scripting (XSS) attack in the orders/myOrders module. The filter functionality fails to sanitize the date_created, date_from, date_to, and created_at GET parameters, allowing injection of arbitrary HTML and JavaScript [1][4].
An attacker can craft a malicious URL containing a payload in one of these parameters and trick a victim into clicking it. No authentication is required; the script executes in the context of the victim's session. Proof-of-concept exploits have been published, demonstrating the injection of iframes and alert dialogs [2][3].
Successful exploitation enables an attacker to perform actions such as session hijacking, credential theft, or defacement within the user's browser. The CVSS v3 base score is 6.1 (Medium), reflecting the potential for data compromise and the ease of exploitation [4].
As of the publication date of this CVE, no official patch has been released by the vendor. Users are advised to implement input validation and output encoding as a workaround, or consider migrating to a supported solution [1].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: = 2.0.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.