VYPR
Unrated severityNVD Advisory· Published Oct 17, 2022· Updated Aug 3, 2024

SourceCodester Simple Cold Storage Management System Setting cross site scripting

CVE-2022-3547

Description

A vulnerability was found in SourceCodester Simple Cold Storage Management System 1.0. It has been classified as problematic. This affects an unknown part of the file /csms/admin/?page=system_info of the component Setting Handler. The manipulation of the argument System Name/System Short Name leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-211047.

AI Insight

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

Simple Cold Storage Management System 1.0 Setting Handler (/csms/admin/?page=system_info) is vulnerable to reflected XSS via the System Name/System Short Name parameters.

Vulnerability

A reflected cross-site scripting (XSS) vulnerability exists in SourceCodester Simple Cold Storage Management System version 1.0. The issue affects the Setting Handler component, specifically the file /csms/admin/?page=system_info. The System Name and System Short Name parameters are not properly sanitized before being output, allowing an attacker to inject arbitrary JavaScript code. The vulnerability has been publicly disclosed and a proof-of-concept exists [1].

Exploitation

An attacker can trigger the vulnerability by sending a crafted HTTP GET request to the vulnerable endpoint with malicious JavaScript payloads in the System Name or System Short Name parameters. The attack is remotely exploitable and does not require authentication. No special network position or user interaction beyond visiting the crafted URL is needed. The public proof-of-concept demonstrates the injection via the System Name parameter [1].

Impact

Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to session hijacking, defacement, or theft of sensitive information displayed on the page. The impact is limited to the user's browser session, but given the administrative context of the page, it could compromise admin credentials or actions.

Mitigation

As of the publication date (2022-10-17), no official patch or fixed version has been released by SourceCodester. The vendor has not acknowledged the issue. Users are advised to implement input sanitization for the System Name and System Short Name parameters, or to restrict access to the /csms/admin/ directory to trusted users only. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 27, 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

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

2

News mentions

0

No linked articles in our index yet.