Skip to content

[馃惛 Frogbot] Update version of com.fasterxml.jackson.core:jackson-databind to 2.21.4 - #10

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
frogbot-com.fasterxml.jackson.core_jackson-databind-d8a2078cfdb27f31408a665d8414e554
Open

[馃惛 Frogbot] Update version of com.fasterxml.jackson.core:jackson-databind to 2.21.4#10
github-actions[bot] wants to merge 1 commit into
masterfrom
frogbot-com.fasterxml.jackson.core_jackson-databind-d8a2078cfdb27f31408a665d8414e554

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

馃毃 This automated pull request was created by Frogbot and fixes the below:

馃摝 Vulnerable Dependencies

Severity ID Contextual Analysis Direct Dependencies Impacted Dependency Fixed Versions
medium
Medium
CVE-2026-54514 Not Covered com.fasterxml.jackson.core:jackson-databind:2.19.1 com.fasterxml.jackson.core:jackson-databind 2.19.1 [2.18.8]
[2.21.4]
[3.1.4]

馃敄 Details

Vulnerability Details

Contextual Analysis: Not Covered
Direct Dependencies: com.fasterxml.jackson.core:jackson-databind:2.19.1
Impacted Dependency: com.fasterxml.jackson.core:jackson-databind:2.19.1
Fixed Versions: [2.18.8], [2.21.4], [3.1.4]
CVSS V3: 5.3

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.0.0 until 2.18.8, 2.21.4, and 3.1.4, JDKFromStringDeserializer constructed InetSocketAddress with new InetSocketAddress(host, port), which performs eager DNS name resolution for hostname inputs at deserialization time. An application that binds untrusted JSON into a type containing an InetSocketAddress field issues an attacker-chosen DNS query during readValue, before any application-level validation or connect logic. The fix uses InetSocketAddress.createUnresolved(host, port), deferring DNS to an explicit connect. This vulnerability is fixed in 2.18.8, 2.21.4, and 3.1.4.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant