CVE-2026-9575: itsourcecode Student Transcript Processing System index.php sql injection
A vulnerability has been found in itsourcecode Student Transcript Processing System 1.0. This issue affects some unknown processing of the file /admin/modules/class/index.php?view=view. The manipulation of the argument ID leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
CVE-2026-9575 is a SQL injection issue in itsourcecode Student Transcript Processing System 1.0. A remote unauthenticated attacker may be able to affect database confidentiality, integrity, and availability through the ID parameter on an admin class view page. Public exploit information is referenced, but the bundle does not show confirmed active exploitation.
Executive priority
Treat this as a high-priority exposure review if the product is deployed. Public disclosure increases practical risk, but urgency depends on whether the application is reachable from untrusted users and whether sensitive transcript data is stored behind it.
Technical view
The reported flaw affects /admin/modules/class/index.php?view=view, where manipulation of the ID argument leads to SQL injection. The CVSS v2 score is 7.5 with network access, low complexity, and no authentication. The CVE maps to CWE-89 and CWE-74. No official patch or vendor mitigation is named in the provided sources.
Likely exposure
Exposure appears limited to organizations running itsourcecode Student Transcript Processing System 1.0, especially if the admin modules are reachable from untrusted networks. The source bundle does not identify other affected versions or products.
Exploitation context
The sources state that exploit details have been publicly disclosed and may be used. The CVE is not listed as KEV in the provided bundle, and no cited source confirms active exploitation in the wild.
Researcher notes
Evidence is sufficient for a high-risk SQL injection classification, but operational details are thin. The bundle does not provide a vendor fix, affected code confirmation beyond the endpoint and parameter, or evidence of active exploitation. Avoid expanding affected scope beyond version 1.0.
Mitigation direction
Identify any deployments of Student Transcript Processing System 1.0.
Restrict access to the affected admin path from untrusted networks.
Check itsourcecode and VulDB for vendor guidance or patch information.
Monitor web logs for unusual ID parameter activity on the affected path.
If maintaining code locally, review database handling around the ID parameter.
Validation and detection
Confirm whether version 1.0 is deployed in production or exposed environments.
Verify whether /admin/modules/class/index.php?view=view is externally reachable.
Review recent access logs for suspicious requests targeting the ID parameter.
Check whether compensating controls block unexpected requests to admin modules.
Track the CVE and vendor references for patch or mitigation updates.
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.