CVE-2014-0085: Exposure of Sensitive Information to an Unauthorized Actor in JBoss Fuse
2.1
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.2941%
CWE
Published
5/14/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:L/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jboss.fuse:jboss-fuse | maven | < 6.1.0 | 6.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability occurs because JBoss Fuse's Zookeeper integration didn't enable password encryption by default. The primary point of exposure would be in the code responsible for passing authentication credentials to Zookeeper. The ZKClient.addAuthInfo
method is a logical location where cleartext passwords would be handled before being sent to Zookeeper, which would then log them insecurely. While direct patch evidence isn't available, the vulnerability description and Red Hat's resolution note about encrypting passwords in Fuse Fabric
strongly suggest this authentication handling function as the vulnerable component.