CVE-2026-9526: itsourcecode Electronic Judging System edit_team.php sql injection
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.
CVE-2026-9526 is a remote SQL injection in itsourcecode Electronic Judging System 1.0. A public exploit is reported, so exposed deployments should be treated as urgent. Sources do not show CISA KEV listing, confirmed active exploitation, or a vendor patch.
Executive priority
Prioritize within the current remediation cycle for any exposed deployment. Escalate to emergency handling if the system is internet-facing, stores sensitive participant data, or supports active competitions.
Technical view
The issue affects /admin/edit_team.php where the num_id argument can be manipulated to cause SQL injection. The CVSS 2.0 vector is AV:N/AC:L/Au:N with partial confidentiality, integrity, and availability impact. CWE mappings include CWE-74 and CWE-89.
Likely exposure
Exposure is likely limited to organizations running itsourcecode Electronic Judging System 1.0, especially internet-reachable instances. The vulnerable path is under /admin, but the CVSS vector reports no authentication required. Source evidence does not identify other versions or derived products.
Exploitation context
The source bundle states that an exploit has been made public and could be used. KEV is false, and no cited source confirms active exploitation in the wild. Treat this as elevated risk because remote unauthenticated SQL injection is commonly abused when reachable.
Researcher notes
Evidence is strongest for affected product, version, vulnerable endpoint, parameter, and public proof-of-concept availability. Evidence is incomplete for patch status, exploit maturity beyond public availability, and active exploitation. Avoid assuming broader product impact without additional vendor confirmation.
Mitigation direction
Check vendor and CVE guidance for any patch or official workaround.
Restrict external access to the Electronic Judging System admin area.
Apply parameterized queries and strict numeric validation for num_id if maintaining the code.
Monitor requests to /admin/edit_team.php for suspicious num_id activity.
Back up affected databases before remediation work.
Validation and detection
Inventory all Electronic Judging System deployments and confirm version 1.0 usage.
Determine whether /admin/edit_team.php is reachable from untrusted networks.
Review web and database logs for abnormal edit_team.php requests.
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.