itsourcecode Student Transcript Processing System SQL Injection Vulnerability (CVE-2026-9574)
itsourcecode Student Transcript Processing System 1.0 is vulnerable to SQL injection via the studentId/cid parameter in the /admin/modules/student/trans.php file, allowing remote attackers to manipulate database queries.
itsourcecode Student Transcript Processing System 1.0 is susceptible to SQL injection. The vulnerability, identified as CVE-2026-9574, resides in the /admin/modules/student/trans.php file. An attacker can remotely exploit this vulnerability by manipulating the studentId or cid parameters. Publicly available exploit code exists, increasing the likelihood of active exploitation. This poses a significant risk to organizations using the affected software, potentially leading to data breaches, unauthorized access, and system compromise.
Attack Chain
- The attacker identifies a vulnerable instance of itsourcecode Student Transcript Processing System 1.0.
- The attacker crafts a malicious HTTP request targeting
/admin/modules/student/trans.php. - The attacker injects SQL code into the
studentIdorcidparameter of the HTTP request. - The web server processes the crafted request and passes the SQL injection payload to the database.
- The database executes the malicious SQL code, potentially allowing the attacker to bypass authentication.
- The attacker gains unauthorized access to sensitive student data, including transcripts and personal information.
- The attacker may further escalate privileges within the database server.
- The attacker exfiltrates sensitive data or modifies database records for malicious purposes.
Impact
Successful exploitation of this SQL injection vulnerability (CVE-2026-9574) can lead to unauthorized access to sensitive student data, modification of records, and potential compromise of the underlying database server. This could result in significant reputational damage, financial losses, and legal repercussions for affected institutions. Given the availability of exploit code, the risk of widespread exploitation is elevated.
Recommendation
- Apply available patches or updates from itsourcecode to remediate CVE-2026-9574.
- Deploy the Sigma rule
Detect SQL Injection Attempt in Student Transcript Processing Systemto detect exploitation attempts targeting the vulnerable endpoint. - Implement input validation and sanitization measures on the
studentIdandcidparameters in/admin/modules/student/trans.phpto prevent SQL injection. - Monitor web server logs for suspicious activity and patterns indicative of SQL injection attempts.
- Review and enforce least privilege access controls on the database server to limit the impact of successful exploitation.
Detection coverage 2
Detect SQL Injection Attempt in Student Transcript Processing System
highDetects CVE-2026-9574 exploitation — SQL injection attempts targeting /admin/modules/student/trans.php via studentId or cid parameters.
Detect SQL Injection Error Messages in Student Transcript Processing System
mediumDetects potential SQL injection attempts by identifying common database error messages in web server responses related to Student Transcript Processing System
Detection queries are available on the platform. Get full rules →