Cyber Resilience

CVE-2026-3042

MediumPublic PoC

Published: 24 February 2026

Published
24 February 2026
Modified
24 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.0043 33.9th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3042 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.9th 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-3042 is a SQL injection vulnerability in itsourcecode Event Management System 1.0, published on 2026-02-24. The flaw resides in an unknown function within the file /admin/index.php, where manipulation of the ID argument triggers the injection. 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) and maps to CWEs-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection).

Unauthenticated remote attackers can exploit this vulnerability with low attack complexity and no user interaction required. By injecting malicious SQL via the ID parameter, they can achieve limited impacts on confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption within the application's database.

Advisories and details are available via VulDB entries (https://vuldb.com/?ctiid.347398, https://vuldb.com/?id.347398, https://vuldb.com/?submit.757226), a GitHub issue (https://github.com/ltranquility/cve_submit/issues/1), and the vendor site (https://itsourcecode.com/). The exploit is publicly available and may be used.

The vulnerability's public exploit status increases the risk of active exploitation against unpatched instances of the affected software.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was detected in itsourcecode Event Management System 1.0. The affected element is an unknown function of the file /admin/index.php. Performing a manipulation of the argument ID results in sql injection. The attack is possible to be carried out…

more

remotely. The exploit is now 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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in a public-facing web app (/admin/index.php) directly matches T1190 for remote unauthenticated exploitation; limited DB impacts (C/I/A) enable T1213.006 for collection from databases.

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

CVEs Like This One

CVE-2026-2690Same product: Admerc Event Management System
CVE-2026-2217Same product: Admerc Event Management System
CVE-2026-2691Same product: Admerc Event Management System
CVE-2026-2689Same 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-2025-0946Shared 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 and sanitization of untrusted input (the ID parameter) to block SQL injection payloads before they reach the database.

prevent

Mandates prompt remediation of the publicly disclosed SQL-injection flaw in /admin/index.php to eliminate the vulnerable code path.

prevent

Limits the database privileges of the application account so that a successful injection yields only minimal confidentiality/integrity/availability impact.

References