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

SourceCodester Simple Cold Storage Management System Create User cross site scripting

CVE-2022-3546

Description

A vulnerability was found in SourceCodester Simple Cold Storage Management System 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file /csms/admin/?page=user/list of the component Create User Handler. The manipulation of the argument First Name/Last Name leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-211046 is the identifier assigned to this vulnerability.

AI Insight

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

A stored XSS vulnerability in SourceCodester Simple Cold Storage Management System 1.0 allows remote attackers to inject arbitrary JavaScript via the First Name/Last Name fields.

Vulnerability

The vulnerability resides in the /csms/admin/?page=user/list endpoint of SourceCodester Simple Cold Storage Management System version 1.0, specifically within the Create User Handler. The application fails to sanitize input supplied to the First Name and Last Name parameters, leading to a stored cross-site scripting (XSS) issue. The public exploit demonstrates injection into these fields [1].

Exploitation

An attacker with network access to the admin panel can craft a malicious payload (e.g., JavaScript code) and submit it via the user creation form. No special privileges or authentication are required beyond access to the admin interface, as the form is exposed after login. The payload is stored on the server and executed in the context of any administrator viewing the user list [1].

Impact

Successful exploitation results in arbitrary JavaScript execution within the browser of any admin user who visits the user list page. This can lead to session hijacking, theft of admin credentials, or defacement. The confidentiality and integrity of the admin session are compromised, with potential access to sensitive management functions.

Mitigation

The vendor has not released a patch for this specific version as of this writing. The software may be unsupported (end-of-life). Mitigation requires manual input sanitization and output encoding of all user-supplied data, especially in the First Name and Last Name fields. Restricting access to the admin panel to trusted networks reduces exposure. No known KEV listing exists.

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.