CVE-2026-19670 PUBLISHED

Incorrect Authorization in CISA Malcolm

Assigner: icscert
Reserved: 12.08.2026 Published: 18.08.2026 Updated: 18.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor CISAgov
Product Malcolm
Versions Default: unaffected
  • affected from 0 to 26.07.1 (incl.)

Solutions

Malcolm version 26.08.0 addresses this issue. For more information, see  https://github.com/cisagov/Malcolm/security/advisories/GHSA-f2v6-8cj4-mhr6 .

Credits

  • tinyb0y finder

References

Problem Types

  • CWE-863 Incorrect Authorization CWE