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

SourceCodester Simple Cold Storage Management System cross-site request forgery

CVE-2022-3582

Description

A vulnerability has been found in SourceCodester Simple Cold Storage Management System 1.0 and classified as problematic. Affected by this vulnerability is an unknown functionality. The manipulation of the argument change password leads to cross-site request forgery. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-211189 was assigned to this vulnerability.

AI Insight

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

Simple Cold Storage Management System 1.0 is vulnerable to CSRF via the change password argument, allowing an attacker to change the admin password remotely.

Vulnerability

A cross-site request forgery (CSRF) vulnerability exists in SourceCodester Simple Cold Storage Management System version 1.0. The issue is triggered via the manipulation of an unknown functionality related to the 'change password' argument. An attacker can craft a malicious request that, when executed by an authenticated administrator, changes the admin password. The exploit has been publicly disclosed [1].

Exploitation

The attack can be launched remotely. The attacker must trick an authenticated administrator into visiting a malicious page or clicking a crafted link. The attacker does not need prior authentication or special access; the victim's browser automatically sends the admin's session cookie with the forged request. The public exploit code demonstrates the full sequence [1].

Impact

Successful exploitation allows the attacker to change the administrator's password. Once the password is changed, the attacker can log in as admin and gain full control over the application, leading to complete compromise of confidentiality, integrity, and availability of the system.

Mitigation

As of the publication date (2022-10-18), no official patch from the vendor has been released. Mitigations include implementing CSRF tokens on all sensitive actions, verifying the 'Referer' header, and using custom request headers. The product appears to be in an unmaintained state; users should consider migrating to an alternative solution.

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.