CVE-2026-3068
Published: 24 February 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-7395
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
Why these techniques?
SQL injection in publicly accessible web app (/deluser.php) directly enables remote exploitation of a public-facing application without authentication.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the user2del argument in /deluser.php to block SQL injection payloads.
Mandates prompt remediation of the known SQL injection flaw in the Document Management System 1.0 code.
Boundary protection devices such as WAFs can inspect and drop remote SQL injection attempts targeting deluser.php.