CVE-2026-9486: SourceCodester Student Grades Management System cross-site request forgery
A security flaw has been discovered in SourceCodester Student Grades Management System 1.0. This affects an unknown part. The manipulation results in cross-site request forgery. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks.
CVE-2026-9486 is a cross-site request forgery issue in SourceCodester Student Grades Management System 1.0. An attacker could trick a logged-in user into performing an unintended action in the application. Business impact is mainly integrity risk, such as unauthorized changes, not system takeover based on the provided CVSS data.
Executive priority
Treat this as a moderate-priority integrity issue. Prioritize if the system is used for real student records or exposed beyond a trusted internal network. There is public exploit material, but no confirmed active exploitation in the supplied sources.
Technical view
The CVE describes CSRF affecting an unknown component of SourceCodester Student Grades Management System 1.0, mapped to CWE-352 and CWE-862. CVSS 4.0 is 5.3: network reachable, low complexity, no attacker privileges, user interaction required, and low victim integrity impact. No affected endpoint or vendor fix is identified in the bundle.
Likely exposure
Exposure appears limited to organizations running SourceCodester Student Grades Management System 1.0. Risk is higher where authenticated staff or administrator browser sessions can reach the application and the application is internet-accessible or reachable from less-trusted networks.
Exploitation context
The source bundle says a public exploit exists, but KEV is false and no cited source establishes active exploitation. The attack requires user interaction, likely by inducing an authenticated user to trigger an unintended state-changing request.
Researcher notes
Evidence is incomplete: the affected component is listed as unknown, and no vendor patch is named. Validate with authorized testing only, focusing on CSRF controls and missing authorization around sensitive actions without reproducing public exploit steps.
Mitigation direction
Check SourceCodester or project maintainer guidance for an update, patch, or official workaround.
Restrict access to the application to trusted networks while remediation guidance is reviewed.
Review sensitive state-changing workflows for anti-CSRF protections and authorization checks.
Require users to sign out after use and avoid browsing untrusted sites during active sessions.
Validation and detection
Inventory whether SourceCodester Student Grades Management System 1.0 is deployed.
Confirm whether the application is reachable from the internet or untrusted networks.
Review state-changing forms and requests for per-request CSRF protection.
Check audit records for unexpected grade or account changes after May 25, 2026.
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 · medium confidence lookup
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.