CVE Catalog

CVE-2026-42272

High
Published: Translated: NVD NIST

Summary

Heimdall, a proxy and access control service, prior to version 0.17.14 handled URL-encoded slashes in a case-sensitive manner, leading to request path interpretation issues. As a result, the lowercase equivalent (%2f) was not recognized, potentially resulting in authorization bypass.

Risk Assessment

Organizations may be at risk of unauthorized access to resources, as differences in path interpretation could lead to bypassing security mechanisms.

Recommendation

It is recommended to upgrade to version 0.17.14 or later to mitigate this vulnerability and ensure that the allow_encoded_slashes option is properly configured.

Other vulnerabilities in Heimdall

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS