SourceCodester Simple Cold Storage Management System My Account cross site scripting
Description
A vulnerability was found in SourceCodester Simple Cold Storage Management System 1.0. It has been declared as problematic. Affected by this vulnerability is an unknown functionality of the component My Account. The manipulation of the argument First Name leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-211201 was assigned to this vulnerability.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SourceCodester Simple Cold Storage Management System 1.0 has a stored XSS vulnerability via the First Name parameter in the My Account page.
Vulnerability
A stored cross-site scripting (XSS) vulnerability exists in SourceCodester Simple Cold Storage Management System version 1.0. The flaw resides in the First Name argument of the My Account component, where user-supplied input is insufficiently sanitized before being stored and later rendered in the application. This allows an attacker to inject arbitrary JavaScript or HTML that persists in the system. The vulnerability is cataloged as VDB-211201 [1].
Exploitation
An attacker can exploit this vulnerability remotely without prior authentication. The attacker needs to submit a crafted payload (e.g., ``) via the First Name field during a profile update or similar operation on the My Account page. Once the input is saved, the malicious script executes automatically in the browsers of other administrators or users who view the affected profile or page. A proof-of-concept has been publicly disclosed [1].
Impact
Successful exploitation results in persistent execution of arbitrary JavaScript within the context of the victim's browser session. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites. The attacker does not gain server-side control but can compromise the confidentiality and integrity of user data on the vulnerable instance.
Mitigation
As of the publication date (2022-10-18), no official patch or fixed version has been released by SourceCodester for this issue. Administrators should review the application code and implement proper input validation and output encoding, especially for the First Name field. The software is likely end-of-life or unsupported; upgrading to a maintained alternative is recommended. This CVE is not listed in CISA's 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- Range: =1.0
- SourceCodester/Simple Cold Storage Management Systemv5Range: 1.0
Patches
0No 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
2News mentions
0No linked articles in our index yet.