CVE-2026-37750 Details
Description
A reflected Cross-Site Scripting (XSS) vulnerability in School Management System by mahmoudai1 allows unauthenticated remote attackers to execute arbitrary JavaScript in victim's browsers via the unsanitized type parameter in register.php.
A reflected Cross-Site Scripting (XSS) vulnerability has been identified in School Management System version 1.0, developed by mahmoudai1. This vulnerability allows unauthenticated remote attackers to execute arbitrary JavaScript in the browsers of victims. The issue arises from the unsanitized 'type' parameter in 'register.php', which is reflected without proper escaping. Exploitation of this vulnerability could lead to session hijacking, phishing, or malware distribution.
To address this vulnerability, sanitize the 'type' parameter by using 'htmlspecialchars' before outputting it. This can be done by replacing the current echo statements in 'register.php' with 'echo htmlspecialchars(ucfirst($_REQUEST['type']), ENT_QUOTES, 'UTF-8');' for line 22 and 'echo htmlspecialchars($_REQUEST['type'], ENT_QUOTES, 'UTF-8');' for line 26.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 28, 2026CISA-ADP
Assessed Apr 29, 2026References 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/menevarad007/CVE-2026-37750 | CISA-ADP | ExploitTechnical Description |
| https://github.com/mahmoudai1/school-management-system | [email protected] | ProductVendor |
| https://github.com/mahmoudai1/school-management-system/blob/main/register.php | [email protected] | Source CodeVendor |
| https://github.com/menevarad007/CVE-2026-37750 | [email protected] | ExploitTechnical Description |
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 |
|---|---|
| mahmoudai1 School Management System | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 20, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | CVE Modified | CISA-ADP |
| Apr 28, 2026 | New CVE Received | [email protected] |
Volerion