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

Os Commerce 4.12.56860 - Cross Site Scripting Reflected (XSS)

CVE-2023-43722

Description

Os Commerce is currently susceptible to a Cross-Site Scripting (XSS) vulnerability. This vulnerability allows attackers to inject JS through the "orders_status_groups_name[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.

Os Commerce is vulnerable to stored XSS via the orders_status_groups_name[1] parameter, allowing attackers to inject malicious scripts.

Vulnerability

Os Commerce, an open-source e-commerce platform, is susceptible to a stored Cross-Site Scripting (XSS) vulnerability. The flaw exists in the handling of the orders_status_groups_name[1] parameter, where user input is not properly sanitized before being stored and later rendered in the admin interface. This affects versions prior to the fix (if any). The advisory [2] indicates multiple XSS issues in the platform.

Exploitation

An attacker with administrative access to the Os Commerce backend can inject arbitrary JavaScript code via the orders_status_groups_name[1] parameter. The injected script is stored and executed when other administrators view the affected page. No user interaction beyond normal browsing is required for the victim.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to session hijacking, defacement, or theft of sensitive data. The attack targets administrative users, potentially compromising the entire e-commerce store.

Mitigation

As of the publication date (2023-09-30), no official patch has been released. Users should monitor the Os Commerce website [1] for updates. In the absence of a fix, input validation and output encoding should be applied to the vulnerable parameter. The advisory [2] recommends general XSS prevention measures.

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.