CVE-2026-42272

Heimdall is a cloud native Identity Aware Proxy and Access Control Decision service. Prior to version 0.17.14, 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 components, which may result in authorization bypass. This issue has been patched in version 0.17.14.
CVSS

No CVSS.

Configurations

No configuration.

History

08 May 2026, 04:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-08 04:16

Updated : 2026-05-08 16:03


NVD link : CVE-2026-42272

Mitre link : CVE-2026-42272

CVE.ORG link : CVE-2026-42272


JSON object : View

Products Affected

No product.

CWE
CWE-178

Improper Handling of Case Sensitivity

CWE-436

Interpretation Conflict