CVE-2026-9575
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in Student Transcript Processing System 1.0 /admin/modules/class/index.php via id parameter allows remote attackers to execute arbitrary SQL queries.
Vulnerability
A SQL injection vulnerability exists in itsourcecode Student Transcript Processing System 1.0 in the file /admin/modules/class/index.php?view=view. The id parameter is directly concatenated into SQL queries without proper sanitization or validation [1][2]. This issue affects version V1.0, as provided in the software link [2]. No authentication is required to reach the vulnerable endpoint.
Exploitation
An attacker can exploit this vulnerability remotely by sending a crafted HTTP GET request to the vulnerable endpoint with a malicious id parameter. Payload examples include time-based blind SQL injection using SLEEP() and UNION queries [2]. No prior authentication or user interaction is necessary. The exploit has been publicly disclosed.
Impact
Successful exploitation allows an attacker to execute unauthorized SQL queries, leading to database compromise, sensitive data leakage, data modification or deletion, and potentially full system control [2]. This poses a serious threat to system security and data integrity.
Mitigation
As of the publication date, no official patch has been released by itsourcecode. The vendor homepage provides the affected software [1]. Mitigation requires implementing proper input validation and parameterized queries. Until a fix is available, restrict network access to the vulnerable page and consider using a web application firewall (WAF).
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: = 1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.