Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/cisagov/Malcolm/releases/tag/v26.07.0
- https://github.com/cisagov/Malcolm/security/advisories/GHSA-m5fr-rv3h-xg2r
FAQ
What is CVE-2026-63177?
CVE-2026-63177 is a vulnerability with a CVSS score of 7.1 (HIGH). 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`, w...
How severe is CVE-2026-63177?
CVE-2026-63177 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-63177?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.