CVE-2026-9383: itsourcecode Electronic Judging System login.php sql injection
A vulnerability has been found in itsourcecode Electronic Judging System 1.0. This affects an unknown part of the file /intrams/admin/login.php. The manipulation of the argument Username leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed to the public and may be used.
CVE-2026-9383 is a SQL injection issue in itsourcecode Electronic Judging System 1.0. A remote attacker may be able to tamper with the Username field on the admin login page and affect the backing database. Public exploit information is reported, but the provided sources do not show KEV listing or confirmed active exploitation.
Executive priority
Prioritize within the normal high-severity remediation queue, faster if the admin login is internet-facing. The business risk is unauthorized database access or service disruption in a niche application, with public exploit information raising urgency.
Technical view
The reported flaw affects /intrams/admin/login.php and the Username argument. VulDB classifies it under CWE-89 and CWE-74 with CVSS v2 7.5. The CVE record says remote exploitation is possible and exploit details are public. The affected product evidence is limited to Electronic Judging System 1.0.
Likely exposure
Exposure is most likely for organizations running itsourcecode Electronic Judging System 1.0 with the /intrams/admin/login.php endpoint reachable from users or the internet. If the application is not deployed, this CVE is not applicable based on the supplied sources.
Exploitation context
The source bundle reports public exploit disclosure and possible remote exploitation. It does not cite CISA KEV inclusion or independent confirmation of active exploitation. Treat internet-facing admin login pages as higher priority because SQL injection can affect confidentiality, integrity, and availability.
Researcher notes
Evidence is centered on CVE/VulDB reporting and a public GitHub issue reference. The source bundle does not provide a named patch, affected code diff, vendor advisory, or active exploitation confirmation. Avoid expanding scope beyond version 1.0 without additional evidence.
Mitigation direction
Identify any Electronic Judging System 1.0 deployments.
Restrict external access to the admin login page.
Check vendor and VulDB guidance for patches or official remediation.
Review login.php database handling if maintaining local code.
Monitor web and database logs for suspicious login activity.
Validation and detection
Search asset inventory for Electronic Judging System 1.0.
Confirm whether /intrams/admin/login.php is externally reachable.
Check application version and deployment path against the CVE record.
Review logs for unusual Username input or database errors.
Verify any vendor-provided fix in a test environment first.
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.