VYPR
Unrated severityNVD Advisory· Published Sep 30, 2023· Updated Sep 20, 2024

Os Commerce 4.12.56860 - Cross Site Scripting Reflected (XSS)

CVE-2023-43727

Description

Os Commerce is currently susceptible to a Cross-Site Scripting (XSS) vulnerability. This vulnerability allows attackers to inject JS through the "stock_indication_text[1]" parameter, potentially leading to unauthorized execution of scripts within a user's web browser.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

OsCommerce is vulnerable to stored XSS via the stock_indication_text[1] parameter, allowing attackers to inject malicious JavaScript into admin pages.

Vulnerability

OsCommerce, a free shopping cart and eCommerce platform [1], is susceptible to a stored Cross-Site Scripting (XSS) vulnerability in the admin interface. The vulnerability exists in the stock_indication_text[1] parameter, which is not properly sanitized, allowing an attacker to inject arbitrary JavaScript. This affects versions of OsCommerce up to the publication date (2023-09-30) [2].

Exploitation

To exploit this vulnerability, an attacker must have authenticated access as an admin user with privileges to manage stock indications. The attacker can craft a malicious payload in the stock_indication_text[1] parameter, which will be stored and executed in the browsers of other admin users who view the affected page [2].

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of an admin user's session. This can lead to session hijacking, defacement, data theft, or further compromise of the admin account and the underlying application [2].

Mitigation

As of the publication date, no official patch has been released by OsCommerce [2]. Mitigation measures include implementing proper input validation and output encoding for the stock_indication_text[1] parameter, using Content Security Policy (CSP) headers, and restricting admin access to trusted users only. Monitor vendor advisories for future updates.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.