CVE-2026-9484: SourceCodester Student Grades Management System classroom.php removeStudentFromClassroom improper authorization
A vulnerability was determined in SourceCodester Student Grades Management System 1.0. Affected by this vulnerability is the function getClassroomStudents/removeStudentFromClassroom of the file classroom.php. Executing a manipulation of the argument classroom_id can lead to improper authorization. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized.
A logged-in user may be able to remove students from a classroom they should not control by changing a classroom identifier. For affected deployments, this could disrupt class and grade management records and weaken trust in student administration data.
Executive priority
Treat as a moderate, targeted business risk. Prioritize if the system manages real student records, is internet-facing, or has many semi-trusted users.
Technical view
CVE-2026-9484 affects SourceCodester Student Grades Management System 1.0 in classroom.php, specifically getClassroomStudents/removeStudentFromClassroom. Manipulating classroom_id can cause improper authorization. The CVSS v2 score is 6.5 with network access, low complexity, and authentication required.
Likely exposure
Exposure is limited to organizations running SourceCodester Student Grades Management System 1.0, especially if the application is reachable over the network and authenticated users can access classroom management functions.
Exploitation context
The source bundle says an exploit has been publicly disclosed and may be used. It does not show CISA KEV listing or confirmed active exploitation, so active exploitation should not be assumed.
Researcher notes
Evidence is centered on VulDB and the CVE bundle. The weakness is improper authorization, not unauthenticated remote code execution. Public exploit disclosure raises urgency, but exploitation-in-the-wild evidence is not provided.
Mitigation direction
Check SourceCodester or project guidance for a fixed release or vendor workaround.
Restrict access to the application to trusted networks and required users only.
Review classroom.php authorization checks before allowing student removal actions.
If maintaining code, enforce server-side ownership or role checks on classroom_id.
Back up student and classroom records before remediation work.
Validation and detection
Inventory whether Student Grades Management System 1.0 is deployed.
Confirm classroom.php exists and includes the affected removal functionality.
Review application logs for unusual classroom membership changes.
Test authorization behavior only in an approved non-production environment.
Verify authenticated users cannot alter classrooms outside their permissions.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-266: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-266 · source CWE mapping
Incorrect Privilege Assignment
Incorrect Privilege Assignment represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.