Cyber Resilience

CVE-2026-2691

MediumPublic PoC

Published: 19 February 2026

Published
19 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0042 33.2th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2691 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 33.2th 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 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2691 is a SQL injection vulnerability (CWE-74, CWE-89) affecting itsourcecode Event Management System 1.0. The issue resides in an unknown functionality of the file /admin/manage_register.php, where manipulation of the ID argument enables injection. Published on 2026-02-19, it 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 high severity due to its network accessibility and lack of prerequisites.

Unauthenticated remote attackers can exploit this vulnerability by crafting malicious requests targeting the ID parameter in /admin/manage_register.php. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's database. The exploit has been publicly disclosed and is available for use.

Advisories and details are documented in sources including VulDB (ctiid.346491, id.346491, submit.754240), a GitHub issue at https://github.com/ltranquility/CVE/issues/40, and the vendor site at https://itsourcecode.com/. Practitioners should review these for any vendor-recommended mitigations or patches, as no specific remediation details are outlined in the core CVE description.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in itsourcecode Event Management System 1.0. Affected by this issue is some unknown functionality of the file /admin/manage_register.php. Such manipulation of the argument ID leads to sql injection. It is possible to launch the attack…

more

remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in unauthenticated, network-accessible web app endpoint (/admin/manage_register.php) directly enables remote exploitation of a public-facing application with database impacts.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-2217Same product: Admerc Event Management System
CVE-2026-2689Same product: Admerc Event Management System
CVE-2026-3042Same product: Admerc Event Management System
CVE-2026-2690Same product: Admerc Event Management System
CVE-2026-3068Same vendor: Admerc
CVE-2026-3069Same vendor: Admerc
CVE-2026-3153Same vendor: Admerc
CVE-2026-2867Same vendor: Admerc
CVE-2026-3133Same vendor: Admerc
CVE-2026-2116Shared CWE-74, CWE-89

Affected Assets

admerc
event management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of inputs such as the ID parameter before processing, preventing the SQL injection payload from reaching the database.

prevent

Enforces access control checks on /admin/manage_register.php so that unauthenticated remote requests are denied before any parameter processing occurs.

prevent

Restricts the privileges available to the web application process or unauthenticated sessions, limiting the impact even if an injection succeeds.

References