itsourcecode Student Transcript Processing System 1.0 SQL Injection Vulnerability (CVE-2026-9575)
A SQL injection vulnerability exists in itsourcecode Student Transcript Processing System 1.0 in the `/admin/modules/class/index.php?view=view` component; the vulnerability is triggered by manipulating the `ID` argument, potentially enabling remote attackers to execute arbitrary SQL commands.
A SQL injection vulnerability, identified as CVE-2026-9575, has been discovered in itsourcecode Student Transcript Processing System version 1.0. The vulnerability resides within the /admin/modules/class/index.php?view=view component of the application. An attacker can remotely exploit this vulnerability by manipulating the ID argument passed to the affected script. Publicly available exploit code exists, increasing the risk of exploitation. Successful exploitation could allow an attacker to execute arbitrary SQL commands, potentially leading to data exfiltration, modification, or complete system compromise. This vulnerability poses a significant risk to organizations using the affected software.
Attack Chain
- The attacker identifies an instance of Student Transcript Processing System 1.0.
- The attacker crafts a malicious HTTP request targeting the
/admin/modules/class/index.php?view=viewendpoint. - The attacker injects SQL code into the
IDparameter of the HTTP request. - The web server processes the request and passes the
IDparameter to the vulnerable SQL query. - The injected SQL code is executed against the database.
- The attacker retrieves sensitive data from the database, such as usernames, passwords, or student records.
- The attacker may use the compromised credentials to gain further access to the system.
- The attacker exfiltrates the stolen data or modifies records within the database, impacting integrity.
Impact
Successful exploitation of this SQL injection vulnerability (CVE-2026-9575) in itsourcecode Student Transcript Processing System 1.0 could lead to unauthorized access to sensitive student and administrative data. This could result in data breaches, identity theft, and reputational damage for the affected educational institution. The ability to execute arbitrary SQL commands could also allow attackers to modify or delete data, leading to disruptions in academic operations. Given the ease of exploitation and the availability of public exploits, organizations using this software are at high risk.
Recommendation
- Apply any available patches or updates for itsourcecode Student Transcript Processing System 1.0 to remediate CVE-2026-9575.
- Deploy the Sigma rule
Detect CVE-2026-9575 Exploitation Attemptto your SIEM and tune for your environment. - Implement input validation and sanitization measures to prevent SQL injection attacks.
- Monitor web server logs for suspicious activity targeting the
/admin/modules/class/index.php?view=viewendpoint using the ruleDetect CVE-2026-9575 SQL Injection.
Detection coverage 2
Detect CVE-2026-9575 Exploitation Attempt
highDetects attempts to exploit CVE-2026-9575 by identifying suspicious SQL syntax within the ID parameter in requests to the vulnerable endpoint.
Detect CVE-2026-9575 SQL Injection
highDetects CVE-2026-9575 SQL injection attempts in the ID parameter.
Detection queries are available on the platform. Get full rules →