CVE-2014-3655:
JBoss KeyCloak is vulnerable to soft token deletion via CSRF
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.40602%
CWE
Published
5/17/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.keycloak:keycloak-services | maven | < 1.0.2.Final | 1.0.2.Final |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows the vulnerable version of processTotpRemove() was a GET endpoint without CSRF protection. The patch added a stateChecker parameter and csrfCheck() call to validate requests. This matches the CWE-352 (CSRF) description and advisory details about unauthorized token deletion via forged requests. The direct correlation between the vulnerability description and the patched code confirms this function's role in the exploit.