CVE-2026-15573
EUVD-2026-5338105.08.2026, 15:16
A flaw was found in Keycloak's Authorization Services. The component responsible for matching request paths to security policies (PathMatcher) does not properly normalize URIs before comparison. By adding extra characters like a trailing slash or matrix parameters to a URL, an attacker can trick the system into applying a less restrictive security policy than intended. This allows an authenticated user to access administrative or restricted areas they should not have permission to see.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| redhat | build_of_keycloak | 26.4 ≤ 𝑥 < 26.4.14 |
| redhat | build_of_keycloak | 26.6 ≤ 𝑥 < 26.6.5 |
| redhat | data_grid | 8.0 |
| redhat | jboss_enterprise_application_platform_expansion_pack | - |
| redhat | single_sign-on | 7.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-551 - Incorrect Behavior Order: Authorization Before Parsing and CanonicalizationIf a web server does not fully parse requested URLs before it examines them for authorization, it may be possible for an attacker to bypass authorization protection.
- CWE-178 - Improper Handling of Case SensitivityThe software does not properly account for differences in case sensitivity when accessing or determining the properties of a resource, leading to inconsistent results.
References