Back to list

Heimdall: Case-sensitive handling of URL-encoded slashes may lead to inconsistent path interpretation — CVE-2026-42272

GitHub · GitHub · CVE-2026-42272

ID
CVE-2026-42272
Date
Updated
Activity
Source
GitHub
Vendor
GitHub
Threat
high
CVSS
7.8
EPSS
0.00042

Summary

### Summary Heimdall handles URL-encoded slashes (`%2F`) in a case-sensitive manner, while percent-encoding is defined to be case-insensitive. As a result, the lowercase equivalent (`%2f`) is not recognized and therefore not processed as expected when `allow_encoded_slashes` is set to `off` (the default setting). This discrepancy can lead to differences in how request paths are interpreted by heimdall and upstream…

Product

go: github.com/dadrus/heimdall

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories