CVE-2018-1192:
Cloud Foundry UAA SessionID present in Audit Event Logs
8.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
3/1/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.cloudfoundry.identity:cloudfoundry-identity-server | maven | < 4.5.5 | 4.5.5 |
org.cloudfoundry.identity:cloudfoundry-identity-server | maven | >= 4.6.0, < 4.7.4 | 4.7.4 |
org.cloudfoundry.identity:cloudfoundry-identity-server | maven | >= 4.8.0, < 4.8.3 | 4.8.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows removal of sessionId handling from UaaAuthenticationDetails.toString() method. The vulnerability stemmed from session IDs being included in audit logs via this toString() implementation. The added test explicitly verifies sessionId exclusion from logs, confirming this was the vulnerable path. No other functions show sessionID handling in the provided diffs.