-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jboss.fuse:jboss-fuse | maven | < 6.1.0 | 6.1.0 |
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.