Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
5897 articles · 192379 vulns · 37/41 feeds (7d)
← Back to list
5.3
CVE-2026-54514EXPLOITEDPATCHED
fasterxml · jackson-databind

jackson-databind: InetSocketAddress deserialization triggers eager DNS resolution (SSRF)

Description

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.

Affected Products

VendorProductVersions
fasterxmljackson-databind>= 2.0.0, < 2.18.8, >= 2.19.0, < 2.21.4, >= 3.0.0, < 3.1.4

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
fasterxmljacksoncert_advisory90%
maventools.jackson.core:jackson-databindGHSA85%
mavencom.fasterxml.jackson.core:jackson-databindGHSA85%
realobjectspdfreactorcert_advisory90%

References

  • https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-hgj6-7826-r7m5(x_refsource_CONFIRM)
  • https://github.com/FasterXML/jackson-databind/pull/5951(x_refsource_MISC)
  • https://github.com/FasterXML/jackson-databind/commit/1f5a1037b1e9e05920e755cb35f198bcd46667e4(x_refsource_MISC)

Related News (6 articles)

Tier B
BSI Advisories4h ago
[NEU] [mittel] RealObjects PDFreactor: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff
→ No new info (linked only)
Tier B
CERT-FR10d ago
Multiples vulnérabilités dans les produits IBM (07 août 2026)
→ No new info (linked only)
Tier B
CERT-FR24d ago
Multiples vulnérabilités dans les produits IBM (24 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR25d ago
Multiples vulnérabilités dans Oracle Database Server (23 juillet 2026)
→ No new info (linked only)
Tier B
BSI Advisories54d ago
[NEU] [hoch] FasterXML Jackson: Mehrere Schwachstellen
→ No new info (linked only)
Tier C
VulDB54d ago
CVE-2026-54514 | FasterXML jackson-databind up to 2.18.7/2.21.3/3.1.3 InetSocketAddress server-side request forgery (GHSA-hgj6-7826-r7m5)
→ No new info (linked only)
CVSS 3.15.3 MEDIUM
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
com.fasterxml.jackson.core:jackson-databind@2.18.8com.fasterxml.jackson.core:jackson-databind@2.21.4com.fasterxml.jackson.core:jackson-databind@3.1.4tools.jackson.core:jackson-databind@2.21.4tools.jackson.core:jackson-databind@3.1.4
CWECWE-918
PublishedJun 23, 2026
Last enriched54d agov2
Trending Score69
Source articles6
Independent3
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-54512EXP
jackson-databind: PolymorphicTypeValidator bypass via generic type parameters allows arbitrary class instantiation
Trending: 76
MEDIUMCVE-2026-54515EXP
jackson-databind: Case-insensitive deserialization bypasses per-property @JsonIgnoreProperties
Trending: 70
MEDIUMCVE-2026-54516EXP
jackson-databind: Renamed @JsonIgnore'd setters can deserialize via private fields
Trending: 69
MEDIUMCVE-2026-54517EXP
jackson-databind: @JsonView bypass for setterless creator properties
Trending: 69
MEDIUMCVE-2026-59888EXP
jackson-databind: @JsonIgnore on a Record property is bypassed with a PropertyNamingStrategy
Trending: 54

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 23, 2026
Discovered by ZDM
Jun 23, 2026
Updated: severity, affectedVersions, activelyExploited
Jun 23, 2026
Actively Exploited
Jun 25, 2026
Patch Available
Jun 25, 2026

Version History

v2
Last enriched 54d ago
v2Tier C54d ago

Updated severity to CRITICAL, adjusted affected versions, and noted that there is no available exploit.

severityaffectedVersionsactivelyExploited
via VulDB
v154d ago

Initial creation