Bug 2499593 (CVE-2026-15573) - CVE-2026-15573 keycloak-services: keycloak-services: Authorization bypass via unnormalized URI matching in PathMatcher
Summary: CVE-2026-15573 keycloak-services: keycloak-services: Authorization bypass via...
Keywords:
Status: NEW
Alias: CVE-2026-15573
Deadline: 2026-10-04
Product: Security Response
Classification: Other
Component: vulnerability-draft
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-13 07:38 UTC by OSIDB Bzimport
Modified: 2026-08-05 13:45 UTC (History)
29 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-13 07:38:12 UTC
Keycloak Authorization Services resolves request URIs to protected Resources using PathMatcher (org.keycloak.common.util.PathMatcher), which performs purely lexical segment comparison with no URI normalization. Appending a matrix parameter (;x=1) or trailing / to a restricted resource URI causes it to miss the exact match and fall through to a broader, more permissive resource (e.g., the default /* catch-all).
An authenticated low-privilege user can obtain a granted RPT or positive authorization decision for resources the policy explicitly denies them. The vulnerability affects the UMA grant endpoint, the Protection API matchingUri resolution, and the client-side policy enforcer—all of which share the same unguarded PathMatcher.


Note You need to log in before you can comment on or make changes to this bug.