Description
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue.
Published: 2026-08-11
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated low‑privilege user to bypass role‑based access control by crafting a URI that contains path traversal segments. Because the Lua RBAC layer evaluates the raw, unnormalized request URI while Nginx routes the request using a normalized path, the access check fails to match any rule and permits the request to a restricted backend. This results in unauthorized access to resources that should be protected.

Affected Systems

The flaw affects the Malcolm network traffic analysis suite distributed by cisagov. Versions prior to 26.07.0 are affected; the issue is resolved in release 26.07.0 and later.

Risk and Exploitability

The CVSS score of 7.1 indicates high impact, but the EPSS score is below 1% and the vulnerability is not listed in CISA KEV, suggesting limited exploitation likelihood. Attacks would be launched via normal HTTP requests directed at the Malcolm application, exploiting the differential between URI normalization in Nginx and the Lua RBAC check.

Generated by OpenCVE AI on August 12, 2026 at 20:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Malcolm to version 26.07.0 or later, which contains the fix for the RBAC check.
  • If an upgrade is not immediately possible, modify the Lua RBAC logic to evaluate the normalized URI path, or disable RBAC for the affected endpoints until a patch can be applied.
  • Apply a network‑level filter or Nginx directive to reject URIs containing traversal sequences ("../") for users with low privileges, thereby preventing the bypass until the application is patched.

Generated by OpenCVE AI on August 12, 2026 at 20:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Cisagov
Cisagov malcolm
Vendors & Products Cisagov
Cisagov malcolm

Wed, 12 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, role-based access control enforced in the Nginx OpenResty Lua layer evaluates the raw, unnormalized `ngx.var.request_uri`, while Nginx itself routes requests using the normalized path. An authenticated low-privilege user can prepend a traversal segment (for example `/x/../upload/...`) so that Nginx routes the request to a restricted backend while the Lua role check fails to match any rule and falls open, granting access it should deny. Version 26.07.0 fixes the issue.
Title Malcolm Vulnerable to Authorization Bypass via URI Normalization Differential in Nginx Lua RBAC
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T22:12:55.745Z

Reserved: 2026-07-15T22:13:00.720Z

Link: CVE-2026-63177

cve-icon Vulnrichment

Updated: 2026-08-12T22:07:38.522Z

cve-icon NVD

Status : Received

Published: 2026-08-11T21:17:44.443

Modified: 2026-08-12T23:17:21.923

Link: CVE-2026-63177

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:49:09Z

Weaknesses