CVE-2025-12110
BaseFortify
Publication date: 2025-10-23
Last updated on: 2025-11-28
Assigner: Red Hat, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| redhat | keycloak | 26.4.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-613 | According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization." |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Keycloak allows an offline session to remain valid even after the offline_access scope is removed from the client. This means that the refresh token can still be used to request new tokens for the session, contrary to the administrator's expectation that removing the scope would disable offline sessions.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized continued access through offline sessions, as refresh tokens remain valid despite the removal of the offline_access scope. This could allow users or attackers to maintain access longer than intended, potentially leading to data exposure or unauthorized actions.