---
id: CVE-2026-63177
title: Malcolm is a network traffic analysis tool suite
summary: >-
  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 usi…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'
cwe:
  - CWE-863
published: '2026-08-11'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:58:37.713'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-63177'
references:
  - url: 'https://github.com/cisagov/Malcolm/releases/tag/v26.07.0'
    label: security-advisories@github.com
  - url: 'https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00301
epssPercentile: 0.20301
ingestedAt: '2026-09-09T21:22:45.530Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
