CVE-2026-9526
Description
A vulnerability was found in itsourcecode Electronic Judging System 1.0. This vulnerability affects unknown code of the file /admin/edit_team.php. The manipulation of the argument num_id results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in itsourcecode Electronic Judging System 1.0 via num_id parameter in /admin/edit_team.php allows unauthenticated remote attackers to execute arbitrary SQL queries.
Vulnerability
A SQL injection vulnerability exists in the /admin/edit_team.php file of itsourcecode Electronic Judging System version 1.0 [1]. The num_id parameter is taken from the GET request and directly concatenated into SQL queries without proper sanitization or validation, allowing an attacker to inject arbitrary SQL code [1].
Exploitation
The vulnerability can be exploited remotely without any authentication [1]. An attacker sends a crafted GET request to /admin/edit_team.php with a malicious num_id parameter. Proof-of-concept payloads include boolean-based blind injection and stacked queries, as demonstrated in the public advisory [1].
Impact
Successful exploitation allows an attacker to gain unauthorized access to the database, retrieve sensitive data, modify or delete records, and potentially achieve full control over the system, leading to data leakage, data tampering, and service disruption [1].
Mitigation
No official patch or fixed version has been released by the vendor as of the publication date [1][2]. The software appears to be an older project (2015) and may no longer be maintained. As a workaround, input validation and parameterized queries should be implemented for the num_id parameter. Until a fix is available, restricting network access to the admin interface is recommended.
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.