๐Ÿ” CVE Alert

CVE-2026-19670

MEDIUM 5.4

Incorrect Authorization in CISA Malcolm

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-863
Vendor cisagov
Product malcolm
Published Aug 18, 2026
Last Updated Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for cisagov malcolm

Be the first to know when new medium vulnerabilities affecting cisagov malcolm are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

CISAgov / Malcolm
0 โ‰ค 26.07.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
cisa.gov: https://www.cisa.gov/news-events/ics-advisories/icsa-26-230-01 github.com: https://github.com/cisagov/Malcolm/security/advisories/GHSA-f2v6-8cj4-mhr6

Credits

tinyb0y