cruise-control icon indicating copy to clipboard operation
cruise-control copied to clipboard

CVE-2023-25194 - Upgrade Kafka client to 3.4.0 or higher

Open johnswarbrick-napier opened this issue 2 years ago • 0 comments

Kafka Clients of version 3.3.2 and earlier are vulnerable to CVE-2023-25194:

https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-3317161

Cruise Control is using Kafka Client 3.1.0:

https://github.com/linkedin/cruise-control/blob/migrate_to_kafka_2_5/gradle.properties#L5C1-L5C19

Would it be possible to upgrade the Kafka Client library to 3.4.0 or higher to remediate this CVE?

While I understand Cruise Control itself may not be directly vulnerable, the presence of this old version of the Kafka Client is triggering CVE vulnerability scanners.

johnswarbrick-napier avatar Aug 10 '23 09:08 johnswarbrick-napier