Auth bypass in Cisagov Malcolm
CVE-2026-19670
Malcolm's nginx Lua role-based access control (RBAC) layer decides whether an authenticated user may reach a role-restricted path (e.g. /htadmin, /auth, /admin_login, /arkime/api/esadmin, NetBox, upload endpoints) by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects which location block actually serves the request using the percent-decoded, normalized URI. Because the RBAC check never percent-decodes its input, an authenticated low-privilege user can request an admin-only path using percent-encoding (e.g. /%68tadmin.php) and have nginx route it to the restricted location while the Lua RBAC gate evaluating the un-decoded raw string finds no matching restriction and grants access.
Vulnerability class: Broken Access Control
CVSS v3 metric
CVSS v3 base score 5.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N.
Affected products
Weakness classification (CWE)
References
- ics-cert@hq.dhs.gov (government-resource)
- ics-cert@hq.dhs.gov
Frequently asked questions
- What is CVE-2026-19670?
- CVE-2026-19670 is a medium-severity vulnerability in Cisagov Malcolm, classified under Incorrect Authorization. CVSS score: 5.4/10. Published 2026-08-18.
- How severe is CVE-2026-19670?
- Medium severity. CVSS v3 base score is 5.4 out of 10.