Cyber Resilience

CVE-2026-3068

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.0033 25.0th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3068 is a medium-severity Injection (CWE-74) vulnerability in Admerc Document 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 25.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-3068 is a SQL injection vulnerability in the itsourcecode Document Management System version 1.0. The flaw impacts an unknown function within the file /deluser.php, where manipulation of the user2del argument enables SQL 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), allowing remote attackers with no privileges or user interaction to exploit it over the network with low complexity. Successful exploitation can result in low-level impacts to confidentiality, integrity, and availability.

Advisories and related details are available via references including VulDB entries (https://vuldb.com/?ctiid.347423, https://vuldb.com/?id.347423, https://vuldb.com/?submit.757742), a GitHub CVE submission issue (https://github.com/ltranquility/cve_submit/issues/4), and the vendor site (https://itsourcecode.com/). A public exploit is available and could be used for attacks, with associated CWEs CWE-74 and CWE-89.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A weakness has been identified in itsourcecode Document Management System 1.0. This impacts an unknown function of the file /deluser.php. Executing a manipulation of the argument user2del can lead to sql injection. The attack can be launched remotely. The exploit…

more

has been made available to the public and could be used for attacks.

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 publicly accessible web app (/deluser.php) directly enables remote exploitation of a public-facing application without authentication.

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

CVEs Like This One

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

Affected Assets

admerc
document management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the user2del argument in /deluser.php to block SQL injection payloads.

prevent

Mandates prompt remediation of the known SQL injection flaw in the Document Management System 1.0 code.

prevent

Boundary protection devices such as WAFs can inspect and drop remote SQL injection attempts targeting deluser.php.

References