CVE-2026-19670: Incorrect Authorization in CISA Malcolm

Published Aug 18, 2026
·
Updated

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, /adminlogin, /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.

Affected Software

1 affected component
nginx Lua RBAC layer (Malcolm)

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Malcolm to a version that resolves this vulnerability.

    Fixed in 26.08.0
  2. Compensating control

    Ensure nginx routing/location matching and the Malcolm nginx Lua RBAC authorization decision use the same percent-decoding/normalization behavior for the request URI so percent-encoded admin-only paths cannot bypass the RBAC pattern-matching.

Event History

Aug 18, 2026
CVE Published
via MITRE·07:06 PM
Data Sourced
via MITRE·07:06 PM
RemedyDescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Authenticated users with low privileges are realistically exposed to this authorization bypass when they can send requests to Malcolm endpoints protected by the nginx Lua RBAC layer. The affected paths include administrative, authentication, NetBox, upload, and Arkime Elasticsearch administration endpoints.

2

What is required to bypass the access control?

An attacker needs valid authentication as a low-privilege user; no user interaction is required. They must request a restricted path with percent-encoded characters so the Lua check evaluates the raw encoded URI while nginx routes the decoded URI to the restricted location.

3

How can I look for exploitation?

Review requests to role-restricted endpoints for percent-encoded path characters, particularly requests whose decoded path maps to paths such as /htadmin, /auth, /admin_login, /arkime/api/esadmin, NetBox, or upload endpoints. A mismatch between the encoded request URI evaluated by RBAC and the decoded path served by nginx indicates attempted or potentially successful bypass activity.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203