CVE-2026-9574: itsourcecode Student Transcript Processing System trans.php sql injection
A flaw has been found in itsourcecode Student Transcript Processing System 1.0. This vulnerability affects unknown code of the file /admin/modules/student/trans.php. Executing a manipulation of the argument studentId/cid can lead to sql injection. The attack can be launched remotely. The exploit has been published and may be used.
CVE-2026-9574 is a SQL injection flaw in itsourcecode Student Transcript Processing System 1.0. A remote attacker may manipulate studentId/cid in /admin/modules/student/trans.php to affect database confidentiality, integrity, and availability. Public exploit availability raises urgency, but the provided sources do not show confirmed active exploitation or a named patch.
Executive priority
Treat as a high-priority exposure check for any school or business unit using this system. Public exploit availability increases operational risk, but urgency depends on whether the product is deployed and internet-accessible.
Technical view
The issue maps to CWE-89 and CWE-74 with CVSS v2 7.5. The affected component is /admin/modules/student/trans.php, where studentId/cid handling can lead to SQL injection. The attack is described as remote and unauthenticated. The source bundle does not provide deeper root-cause details or vendor remediation guidance.
Likely exposure
Exposure is limited to organizations running itsourcecode Student Transcript Processing System 1.0, especially if the admin module is reachable from untrusted networks. Confirm product use before prioritizing broad emergency response.
Exploitation context
The CVE and VulDB entry state that an exploit has been published and may be used. KEV is false, and the provided sources do not confirm active exploitation in the wild.
Researcher notes
Evidence is thin: affected version, file, parameters, CWE, CVSS, and exploit publication are identified, but no patch details or active exploitation evidence are provided. Avoid assuming other versions or products are affected.
Mitigation direction
Check vendor or project guidance for an official fix or replacement.
Restrict network access to the affected admin module immediately.
Review application code for safe parameterized database access.
Apply compensating WAF or gateway filtering where available.
Back up the database before making remediation changes.
Validation and detection
Inventory systems for Student Transcript Processing System 1.0.
Confirm whether /admin/modules/student/trans.php exists and is reachable.
Review logs for suspicious requests involving studentId or cid.
Verify database permissions are least privilege for the application user.
Confirm any vendor update or code fix in a test environment first.
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.