CVE-2025-63442 Details
Description
Simple User Management System with PHP-MySQL v1.0 is vulnerable to Cross-Site Scripting (XSS) via the Profile Section. The system fails to properly sanitize user input, allowing attackers to inject and execute arbitrary JavaScript when the input is displayed in the browser
A cross-site scripting (XSS) vulnerability has been identified in Simple User Management System with PHP-MySQL version 1.0. The issue arises in the Profile Section, where the application fails to adequately sanitize user input. This lack of proper input validation allows attackers to inject and execute arbitrary JavaScript in the browser when the manipulated input is displayed.
To address this vulnerability, input should be sanitized to implement strict validation and escape special characters. User input should also be encoded before being rendered in the browser. Additionally, a Content Security Policy (CSP) can be implemented to restrict the execution of inline scripts.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Nov 3, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/sanin-s1r3n/CVE-Research/blob/main/CVE-5 | [email protected] | ExploitThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| nababur simple-user-management-system | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Nov 5, 2025 | Initial Analysis | [email protected] |
| Nov 3, 2025 | CVE Modified | CISA-ADP |
| Nov 3, 2025 | New CVE Received | [email protected] |