Bug 2393549 (CVE-2025-10043) - CVE-2025-10043 keycloak: Incomplete fix of CVE-2024-10492
Summary: CVE-2025-10043 keycloak: Incomplete fix of CVE-2024-10492
Keywords:
Status: NEW
Alias: CVE-2025-10043
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-05 18:12 UTC by OSIDB Bzimport
Modified: 2025-09-06 07:54 UTC (History)
8 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-05 18:12:54 UTC
A path traversal validation flaw exists in Keycloak’s vault key handling on Windows. The previous fix for CVE-2024-10492 did not account for the Windows file separator (\). As a result, a high-privilege administrator could probe for the existence of files outside the expected realm context through crafted vault secret lookups. This is a platform-specific variant/incomplete fix of CVE-2024-10492.

Comment 1 Octavia 2025-09-06 07:54:55 UTC
I ran into a similar situation with another Java application where the path separator checks between Windows (\) https://grannygame.org/ and Linux (/) were not in sync, leading to bypass validation. The lesson learned is to always normalize the path before applying whitelists or boundary checks. For Keycloak, this is probably the long-term solution instead of patching each platform individually.


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