CVE-2025-63892
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-11-20
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| remyandrade | student_grades_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 exists in the SourceCodester Student Grades Management System 1.0, specifically in the create_classroom function of the /classroom.php file within the My Classrooms Management Page component. It allows an attacker to manipulate the name or description arguments, resulting in stored cross-site scripting (XSS). This means malicious scripts can be injected and stored, potentially executed when users access the affected page.
How can this vulnerability impact me? :
The stored cross-site scripting vulnerability can lead to severe impacts including unauthorized access to user accounts, theft of sensitive information, session hijacking, and potentially full compromise of the affected system. The CVSS score of 6.8 indicates a high severity with impacts on confidentiality, integrity, and availability.