Skip to content

Commit 3fb822f

Browse files
Merge pull request #192 from Azure/fix/jackson-2.21.5-cve-54515
fix: bump Jackson to 2.21.5 to remediate CVE-2026-54515 (5.3.4)
2 parents e8c2876 + 4cfbc8b commit 3fb822f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ the [Release History](README.md#17-release-history) section of this document.
807807
| 5.3.1 | 2026-05-20 | <ul><li>Security fix: Bump Netty to 4.2.13.Final to remediate CVE-2026-42583, CVE-2026-42579, CVE-2026-42584, CVE-2026-42587, CVE-2026-41417, CVE-2026-42580, CVE-2026-42581, CVE-2026-42585, and CVE-2026-42578</li></ul> |
808808
| 5.3.2 | 2026-06-15 | <ul><li>Security fix: Bump Netty to 4.2.15.Final to remediate CVE-2026-47244, CVE-2026-48043, CVE-2026-44249, CVE-2026-45416, CVE-2026-45674, CVE-2026-47691, CVE-2026-45673, and CVE-2026-45536</li></ul> |
809809
| 5.3.3 | 2026-07-01 | <ul><li>Security fix: Pin Jackson to 2.21.4 (via jackson-bom) to remediate CVE-2026-54512, CVE-2026-54513, and CVE-2026-54514 in jackson-databind, and align databind/annotations (previously 2.16.0) with jackson-core</li></ul> |
810+
| 5.3.4 | 2026-07-07 | <ul><li>Security fix: Bump Jackson to 2.21.5 (via jackson-bom) to remediate CVE-2026-54515 in jackson-databind</li></ul> |
810811

811812
## 18. Contributing
812813

‎pom.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>kafka-sink-azure-kusto</artifactId>
99
<packaging>jar</packaging>
1010
<description>A Kafka Connect plugin for Azure Data Explorer (Kusto) Database</description>
11-
<version>5.3.3</version>
11+
<version>5.3.4</version>
1212
<properties>
1313
<!-- Compile dependencies -->
1414
<az.core.version>1.57.0</az.core.version>
@@ -47,12 +47,12 @@
4747
<!-- Shade plugin -->
4848
<maven.shade.plugin.version>3.6.0</maven.shade.plugin.version>
4949
<kusto.shade.prefix>kusto_kafka_connector_shaded</kusto.shade.prefix>
50-
<!-- Bumped 2026-07-01: jackson-bom 2.21.4 remediates CVE-2026-54512, CVE-2026-54513 (HIGH,
51-
PolymorphicTypeValidator bypasses) and CVE-2026-54514 (InetSocketAddress eager DNS), and aligns
52-
jackson-databind/annotations (previously 2.16.0) with jackson-core. CVE-2026-54515 (MEDIUM) is
53-
fixed only in 2.21.5/2.18.9 (not yet published) or Jackson 3.1.4; bump to 2.21.5 when released.
50+
<!-- Bumped 2026-07-07: jackson-bom 2.21.5 remediates CVE-2026-54515 (@JsonIgnoreProperties bypass
51+
under ACCEPT_CASE_INSENSITIVE_PROPERTIES). 2.21.4 previously remediated CVE-2026-54512,
52+
CVE-2026-54513 (HIGH, PolymorphicTypeValidator bypasses) and CVE-2026-54514 (InetSocketAddress
53+
eager DNS), and aligned jackson-databind/annotations (previously 2.16.0) with jackson-core.
5454
See https://github.com/FasterXML/jackson-databind/security/advisories -->
55-
<jackson.version>2.21.4</jackson.version>
55+
<jackson.version>2.21.5</jackson.version>
5656
<!-- Bumped 2026-06-15: 4.2.15.Final remediates CVE-2026-47244, CVE-2026-48043 (netty-codec-http2),
5757
CVE-2026-44249, CVE-2026-45416 (netty-handler), CVE-2026-45674, CVE-2026-47691, CVE-2026-45673
5858
(netty-resolver-dns) and CVE-2026-45536 (netty-transport-native-epoll/kqueue).

0 commit comments

Comments
 (0)