VYPR
Unrated severityNVD Advisory· Published Oct 14, 2022· Updated Apr 15, 2025

SourceCodester Sanitization Management System cross site scripting

CVE-2022-3505

Description

A vulnerability was found in SourceCodester Sanitization Management System. It has been classified as problematic. Affected is an unknown function of the file /php-sms/admin/. The manipulation of the argument page leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-210840.

AI Insight

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

Reflected XSS vulnerability in SourceCodester Sanitization Management System allows remote attackers to inject arbitrary web scripts via the 'page' parameter.

Vulnerability

A reflected cross-site scripting (XSS) vulnerability exists in the SourceCodester Sanitization Management System, accessible via the file /php-sms/admin/. The vulnerable function does not properly sanitize user input for the page argument, allowing injection of arbitrary HTML and JavaScript. The issue affects the system as disclosed in October 2022 [1].

Exploitation

An attacker can exploit this vulnerability remotely without authentication by crafting a malicious URL that includes a script payload in the page parameter. If a victim visits this specially crafted URL, the injected script executes in the context of their browser session [1].

Impact

Successful exploitation leads to reflected XSS, enabling the attacker to execute arbitrary JavaScript in the victim's browser. This can be used to steal session cookies, deface the page, or perform actions on behalf of the victim within the application [1].

Mitigation

No official fix or patched version has been released by SourceCodester as of the publication date. Users should validate and sanitize the page parameter input. Until a vendor-supplied patch is available, implementing a Web Application Firewall (WAF) rule to block XSS payloads or applying proper output encoding is recommended [1].

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