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

Os Commerce 4.12.56860 - Cross Site Scripting Reflected (XSS)

CVE-2023-43718

Description

Os Commerce is currently susceptible to a Cross-Site Scripting (XSS) vulnerability. This vulnerability allows attackers to inject JS through the "MSEARCH_ENABLE_TITLE[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 MSEARCH_ENABLE_TITLE[1] parameter, allowing attackers to inject arbitrary JavaScript.

Vulnerability

Os Commerce, an open-source e-commerce platform, is susceptible to a stored Cross-Site Scripting (XSS) vulnerability due to improper sanitization of the MSEARCH_ENABLE_TITLE[1] parameter. This vulnerability can be exploited by an authenticated attacker with administrative access to inject malicious JavaScript code into the affected parameter. The flaw exists in the backend admin interface, where input handling lacks adequate validation and encoding. The exact affected version(s) are not explicitly stated in the available references, but the advisory from Fluid Attacks refers to the platform in general.

Exploitation

To exploit this vulnerability, an attacker must have administrative access to the Os Commerce admin panel. They can then inject a malicious JavaScript payload into the MSEARCH_ENABLE_TITLE[1] parameter, likely through a form field or direct parameter manipulation. The injected payload is stored on the server and will be executed when an administrator or other user views the affected page or section within the application. No additional user interaction beyond viewing the page is required for the script to execute.

Impact

Successful exploitation of this stored XSS vulnerability allows the attacker to execute arbitrary JavaScript in the context of the browsing session of any user who accesses the affected administration area. This can lead to a range of impacts, including session hijacking, defacement of admin pages, theft of sensitive data, or execution of administrative actions on behalf of the victim. The attacker gains the ability to perform actions with the same privileges as the victim, which could include modifying site content, accessing customer data, or compromising the entire application.

Mitigation

As of the publication date (2023-09-30), no specific patch or fixed version has been publicly released for this vulnerability. The vendor website [1] provides general information about the platform but does not mention a security update. The advisory from Fluid Attacks [2] does not include a mitigation or workaround. Administrators should monitor official channels for a security update and, if possible, restrict access to the admin panel to trusted users only. Input sanitization and output encoding should be applied to all parameters that accept user input. No entry in the CISA Known Exploited Vulnerabilities (KEV) catalog was identified at the time of writing.

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.