CVE-2026-9573: itsourcecode Student Transcript Processing System index.php sql injection
A vulnerability was detected in itsourcecode Student Transcript Processing System 1.0. This affects an unknown part of the file /admin/modules/student/index.php?view=view. Performing a manipulation of the argument studentId results in sql injection. The attack can be initiated remotely. The exploit is now public and may be used.
This is a SQL injection in itsourcecode Student Transcript Processing System 1.0. A remote attacker could manipulate a student identifier handled by an admin student page and affect confidentiality, integrity, and availability of transcript data. The source bundle reports public exploit material, but not confirmed active exploitation or a vendor fix.
Executive priority
Prioritize review this week for any school, training, or administrative environment using this product. If exposed externally, escalate immediately to restrict access and verify vendor remediation. Business risk centers on unauthorized transcript data access or modification.
Technical view
CVE-2026-9573 affects Student Transcript Processing System 1.0 through the studentId argument in /admin/modules/student/index.php?view=view. The record maps it to CWE-89 and CWE-74 with CVSS 2.0 score 7.5. CVSS indicates network access, low complexity, no authentication, and partial confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely where Student Transcript Processing System 1.0 is deployed and the affected admin module is reachable over a network, especially from the internet. The bundle does not prove default exposure, deployment prevalence, or whether later versions exist.
Exploitation context
The bundle states the attack can be initiated remotely and that exploit material is public. It does not cite CISA KEV inclusion or confirmed in-the-wild exploitation. Treat public-facing instances as urgent because transcript systems can contain sensitive student records.
Researcher notes
Evidence is based on VulDB/CVE metadata and a referenced public issue. The affected code section is described as unknown, and no official patch details are included. Avoid assuming broader product impact beyond Student Transcript Processing System 1.0 and the named admin student route.
Mitigation direction
Inventory any deployments of Student Transcript Processing System 1.0.
Check itsourcecode and VulDB guidance for a vendor fix or supported upgrade.
Restrict access to the admin module to trusted networks and users.
Remove internet exposure until a fix or compensating control is confirmed.
Review database permissions for least privilege on transcript data.
Monitor for suspicious requests targeting the affected student page.
Validation and detection
Confirm whether the product and version are present in your environment.
Determine whether /admin/modules/student/index.php is reachable externally.
Review web logs for abnormal studentId requests to the affected route.
Check whether admin paths require authentication and network restrictions.
Verify whether any vendor advisory or patch supersedes the current sources.
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-74: 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.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. 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.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.