VYPR
Unrated severityNVD Advisory· Published Nov 28, 2022· Updated Apr 25, 2025

CVE-2022-45214

CVE-2022-45214

Description

A cross-site scripting (XSS) vulnerability in Sanitization Management System v1.0.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the username parameter at /php-sms/classes/Login.php.

AI Insight

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

Sanitization Management System v1.0.0 is vulnerable to reflected XSS via the username parameter in Login.php, enabling arbitrary script execution.

Vulnerability

A cross-site scripting (XSS) vulnerability exists in Sanitization Management System v1.0.0, specifically within the /php-sms/classes/Login.php script. The application fails to sanitize user input supplied through the username parameter, allowing an attacker to inject arbitrary web scripts or HTML [1]. The vulnerable endpoint is the login page, which is reachable without prior authentication.

Exploitation

An attacker can exploit this vulnerability by crafting a malicious payload (e.g., `) and inserting it into the username` parameter of a login request. The payload is then executed in the browser of any user who visits the crafted URL, requiring no special privileges or prior authentication [1]. No user interaction beyond clicking the link is necessary for the attack to succeed.

Impact

Successful exploitation allows the 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 (e.g., cookies or credentials) displayed within the session [1]. The attack is limited to the browser session and does not grant server-side access.

Mitigation

As of the publication date (November 28, 2022), no patched version has been released by the vendor [1]. Users must implement input validation and output encoding for the username parameter. CSRF tokens and Content Security Policy (CSP) headers can also help mitigate the risk. The product has no known entry on the CISA KEV list.

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

1

News mentions

0

No linked articles in our index yet.