CVE-2026-9525: itsourcecode Electronic Judging System edit_judge.php sql injection
A vulnerability has been found in itsourcecode Electronic Judging System 1.0. This affects an unknown part of the file /admin/edit_judge.php. The manipulation of the argument judge_id leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
Electronic Judging System 1.0 has a SQL injection issue in an admin PHP page. If deployed, an attacker may be able to manipulate database queries remotely through the judge_id parameter, risking confidentiality, integrity, and availability of stored data.
Executive priority
Treat as high priority if this product is deployed. Public exploit disclosure increases urgency, but current evidence does not prove active exploitation. Focus first on identifying deployments and removing public exposure.
Technical view
CVE-2026-9525 affects itsourcecode Electronic Judging System 1.0 in /admin/edit_judge.php. The judge_id argument is reported as SQL injectable. The record maps to CWE-89 and CWE-74 with CVSS 2.0 score 7.5, network attack vector, low complexity, and no authentication required.
Likely exposure
Exposure appears limited to organizations running itsourcecode Electronic Judging System 1.0, especially where the admin route is reachable from untrusted networks. The sources do not quantify install base or confirm managed/cloud deployments.
Exploitation context
The exploit is publicly disclosed and the VulDB description says it may be used. The source bundle does not show CISA KEV listing or cited evidence of active exploitation in the wild.
Researcher notes
The record does not name a patched version, specific vulnerable code block, or vendor advisory. Validation should stay defensive: confirm product/version, route exposure, parameter handling, and whether compensating controls prevent untrusted access.
Mitigation direction
Check vendor guidance for an official fix or replacement release.
Restrict access to /admin/ paths to trusted networks or VPN users.
Prioritize migration if version 1.0 cannot be patched.
Review database permissions used by the application for least privilege.
Monitor web and database logs for suspicious judge_id activity.
Validation and detection
Inventory systems for Electronic Judging System 1.0 deployments.
Confirm whether /admin/edit_judge.php is reachable externally.
Review application code for unsanitized judge_id database usage.
Check logs for unusual requests targeting edit_judge.php.
Verify compensating access controls around administrative routes.
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.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
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.