CVE-2026-2217
Published: 09 February 2026
Summary
CVE-2026-2217 is a medium-severity Injection (CWE-74) vulnerability in Admerc Event Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-2217 is a SQL injection vulnerability (CWE-74, CWE-89) in itsourcecode Event Management System 1.0. The flaw resides in an unknown function within the file /admin/manage_user.php, where manipulation of the ID argument triggers the injection.
The vulnerability carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating it can be exploited remotely by unauthenticated attackers with low attack complexity and no user interaction required. Successful exploitation enables limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories and details are available via VulDB entries (https://vuldb.com/?ctiid.344935, https://vuldb.com/?id.344935, https://vuldb.com/?submit.752829) and a GitHub issue (https://github.com/wan1yan/cve/issues/1). The exploit has been made public and could be used, with the CVE published on 2026-02-09. The vendor site is https://itsourcecode.com/.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-6907
Vulnerability details
A vulnerability was found in itsourcecode Event Management System 1.0. The impacted element is an unknown function of the file /admin/manage_user.php. The manipulation of the argument ID results in sql injection. The attack may be launched remotely. The exploit has…
more
been made public and could be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote unauthenticated SQL injection in a public-facing web application (manage_user.php) enabling initial access and limited data manipulation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the ID parameter in manage_user.php to reject malformed SQL syntax before query execution.
Mandates timely patching or code fixes for the publicly disclosed SQL injection flaw in the Event Management System.
Limits database privileges of the web application account so that even a successful injection yields minimal data or schema impact.