CVE-2026-37750
Reflected XSS in School Management System register.php Allows Remote Code Execution
Publication date: 2026-04-28
Last updated on: 2026-04-29
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mahmoudai1 | school_management_system | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected Cross-Site Scripting (XSS) issue found in the School Management System by mahmoudai1. It allows unauthenticated remote attackers to execute arbitrary JavaScript code in the browsers of victims. This happens because the 'type' parameter in the register.php page is not properly sanitized, enabling malicious scripts to be injected and run.
How can this vulnerability impact me? :
The impact of this vulnerability includes the potential for attackers to execute arbitrary JavaScript in users' browsers. This can lead to session hijacking, theft of sensitive information, defacement of the website, or redirection to malicious sites. Since the attack can be performed by unauthenticated remote attackers, it poses a significant security risk to users interacting with the affected system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is a reflected Cross-Site Scripting (XSS) issue that allows unauthenticated remote attackers to execute arbitrary JavaScript in victims' browsers. Such vulnerabilities can lead to unauthorized access to sensitive information or session hijacking, which may impact the confidentiality and integrity of user data.
Because regulations like GDPR and HIPAA require protection of personal and sensitive data, the presence of this XSS vulnerability could potentially lead to non-compliance if exploited to access or manipulate protected data.
However, specific impacts on compliance depend on the context of data handled by the affected system and whether the vulnerability is exploited to compromise regulated data.