CVE-2025-51967
BaseFortify
Publication date: 2025-08-28
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| oranbyte | school_management_system | 1.0 |
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 in the themeSet.php file of the ProjectsAndPrograms School Management System 1.0. It occurs because the application does not properly sanitize user input in the theme POST parameter, which allows an attacker to inject and execute arbitrary JavaScript code in the browser of a victim who visits a crafted link or submits malicious input.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious JavaScript in the context of a victim's browser, potentially leading to session hijacking, theft of sensitive information, defacement of the website, or redirection to malicious sites. It compromises the security and trustworthiness of the affected application.