-
Our scanner has detected CVE-2019-17571 for kafka and zookeeper. Included in Log4j 1.2 is a SocketServer class that is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data. This affects Log4j versions up to 1.2 up to 1.2.17. kafka 2.7.0 bundled log4j-1.2.17.jar does contains SocketServer.class file
log4j.properties
AFAIK, it's not used from communication but wanted to check with the community ? @scholzj |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is part of the Kafka / ZooKeeper distribution. Log4j 1 is unsupported and has CVEs, but this needs to be addressed by Kafka. Strimzi uses the Kafka binaries. We do not have the resources to maintain forks of Kafka with other logging stack. My understanding is that this is not critical issue and is not triggered either with the default configuration nor with the usual configuration. You would need to use some more special logging configurations to be exposed to it. |
Beta Was this translation helpful? Give feedback.
This is part of the Kafka / ZooKeeper distribution. Log4j 1 is unsupported and has CVEs, but this needs to be addressed by Kafka. Strimzi uses the Kafka binaries. We do not have the resources to maintain forks of Kafka with other logging stack.
My understanding is that this is not critical issue and is not triggered either with the default configuration nor with the usual configuration. You would need to use some more special logging configurations to be exposed to it.