Skip to content

Commit 24ef4f0

Browse files
m1a2stchia7712
authored andcommitted
KAFKA-20038 Upgrade Log4j to 2.25.3 to fix CVE-2025-68161 (#21249)
Updated lo4j2 version to 2.25.3 to prevent CVE. FYI: https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core CVE LINK : https://nvd.nist.gov/vuln/detail/CVE-2025-68161 Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 9f9cc21 commit 24ef4f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE-binary

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ License Version 2.0:
238238
- jetty-util-12.0.22
239239
- jose4j-0.9.6
240240
- jspecify-1.0.0
241-
- log4j-api-2.25.1
242-
- log4j-core-2.25.1
243-
- log4j-slf4j-impl-2.25.1
244-
- log4j-1.2-api-2.25.1
241+
- log4j-api-2.25.3
242+
- log4j-core-2.25.3
243+
- log4j-slf4j-impl-2.25.3
244+
- log4j-1.2-api-2.25.3
245245
- lz4-java-1.10.1
246246
- maven-artifact-3.9.6
247247
- metrics-core-2.2.0

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ versions += [
105105
kafka_39: "3.9.1",
106106
kafka_40: "4.0.0",
107107
kafka_41: "4.1.1",
108-
log4j2: "2.25.1",
108+
log4j2: "2.25.3",
109109
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
110110
// https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L73-L74
111111
// https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24

0 commit comments

Comments
 (0)