Live Active security incident? Get immediate response
CVE Record

CVE-2026-9471: yashpokharna2555 StudentManagementSystem student.php cross site scripting

A vulnerability was detected in yashpokharna2555 StudentManagementSystem cb2f558ddf8d19396de0f92abf2d224d46a0a203. This impacts an unknown function of the file /student.php. Performing a manipulation of the argument FIRST_NAME results in cross site scripting. The attack can be initiated remotely. The exploit is now public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.

MediumCVSS 5.1Not KEV-listed Updated
Glexia's Take moderate

Analyst readout for executives and security teams

Plain-English summary

This is a stored cross-site scripting issue in a student management web app. A user who can submit or change a FIRST_NAME value may trigger script execution when another user views the affected student page. Sources do not name a vendor fix, and the upstream issue reportedly has not been answered.

Executive priority

Treat as a moderate, internet-reachable application risk if this project is deployed. Prioritize confirmation and local remediation because public exploit information exists and the provided sources do not identify an upstream patch.

Technical view

CVE-2026-9471 affects yashpokharna2555 StudentManagementSystem at commit cb2f558ddf8d19396de0f92abf2d224d46a0a203. The reported sink is /student.php handling the FIRST_NAME argument. CVSS 4.0 is 5.1 with network access, low complexity, low privileges required, passive user interaction, and low integrity impact.

Likely exposure

Exposure appears limited to organizations running this specific open-source StudentManagementSystem project or derived deployments. Rolling release delivery means affected and fixed version ranges are not available in the sources.

Exploitation context

The source bundle says a public exploit exists and remote exploitation is possible. It is not in CISA KEV, and no provided source confirms active exploitation in the wild. Low privileges and a victim page view are required by the CVSS vector.

Researcher notes

The evidence supports stored XSS through FIRST_NAME in /student.php. CWE-79 is directly supported; CWE-94 is listed in the record, but the provided description does not establish code injection behavior beyond XSS. Versioning is incomplete because the project uses rolling releases.

Mitigation direction

  • Check the upstream repository and issue for vendor guidance or a fix before deploying.
  • Encode untrusted FIRST_NAME output in /student.php and sanitize stored profile fields.
  • Restrict access to student-management functions to trusted authenticated users only.
  • Review other student fields for the same stored XSS pattern.
  • Add regression tests covering encoded rendering of student names.

Validation and detection

  • Inventory deployments and compare code to commit cb2f558ddf8d19396de0f92abf2d224d46a0a203.
  • Inspect /student.php for unsafe rendering of FIRST_NAME.
  • Verify FIRST_NAME displays as text, not executable content, in staging.
  • Review recent student record changes for suspicious name values.
  • Track the GitHub issue and VulDB entry for updated remediation details.
Prepared
Confidence
medium
Sources
7

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-79: 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.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-9471 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profile CVE Program record
Severity
Medium
CVSS
5.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

4 CVSS vectors
6 Timeline events
1 ADP providers
6 Source links

SSVC decision data

CISA-ADP CISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

CVSS vector scores

4 official scores

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.

Score Version Severity Vector Exploit Impact Source
5.1 CVSS 4.0 Medium CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P VulDB
4 CVSS 2.0 Medium AV:N/AC:L/Au:S/C:N/I:P/A:N/E:POC/RL:ND/RC:UR 8 2.9 VulDB
3.5 CVSS 3.1 Low CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R 2.1 1.4 VulDB
3.5 CVSS 3.0 Low CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R 2.1 1.4 VulDB

Vulnerability scoring details

Base CVSS 4.0 score

5.1 Medium
CVSS 4.0 vector shape for CVE-2026-9471 Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timeline VulDB

    Advisory disclosed

  2. Source timeline VulDB

    VulDB entry created

  3. CVE reserved CVE Program

    The CVE ID was reserved by the assigning CNA.

  4. Source timeline VulDB

    VulDB entry last update

  5. CVE published CVE Program

    The CVE record was published.

  6. CVE updated CVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADP CISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

Vendor Product Version / package Status
yashpokharna2555 StudentManagementSystem cb2f558ddf8d19396de0f92abf2d224d46a0a203 Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation

Improper Neutralization of Input During Web Page Generation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-94 · source CWE mapping

CWE mapping pending import

This CVE carries a CWE mapping that will resolve to a full Glexia CWE intelligence page after the official CWE import is complete.