CVE-2026-54514: CWE-918: Server-Side Request Forgery (SSRF) in FasterXML jackson-databind
A Server-Side Request Forgery (SSRF) vulnerability exists in FasterXML jackson-databind due to eager DNS resolution during deserialization of InetSocketAddress fields. Versions from 2.0.0 up to but not including 2.18.8, 2.21.4, and 3.1.4 are affected. The issue arises because the deserializer performs DNS resolution immediately, allowing an attacker to trigger DNS queries before application-level validation. This vulnerability is fixed in versions 2.18.8, 2.21.4, and 3.1.4 by deferring DNS resolution until an explicit connection attempt.
AI Analysis
Technical Summary
The jackson-databind library's JDKFromStringDeserializer constructed InetSocketAddress instances using new InetSocketAddress(host, port), which performs immediate DNS resolution during JSON deserialization. This behavior allows an attacker to cause the application to issue arbitrary DNS queries if untrusted JSON input is bound to a type containing an InetSocketAddress field. The vulnerability affects all versions from 2.0.0 until 2.18.8, 2.21.4, and 3.1.4. The fix replaces the constructor call with InetSocketAddress.createUnresolved(host, port), deferring DNS resolution until an explicit connect call, thus preventing premature DNS queries during deserialization.
Potential Impact
An attacker can cause the application to perform DNS lookups controlled by the attacker during JSON deserialization, potentially leaking internal network information or causing side effects related to DNS resolution. There is no direct impact on confidentiality, integrity, or availability beyond the DNS query side effect. The CVSS score is 5.3 (medium severity), reflecting the network attack vector, low complexity, no privileges required, and limited impact (confidentiality loss only).
Mitigation Recommendations
A fix is available in jackson-databind versions 2.18.8, 2.21.4, and 3.1.4. Users should upgrade to one of these versions or later to remediate this vulnerability. Since no official remediation level is provided, users should verify the upgrade status with the vendor advisory or official project repository. Until patched, avoid deserializing untrusted JSON into types containing InetSocketAddress fields or implement strict input validation to prevent attacker-controlled hostnames.
CVE-2026-54514: CWE-918: Server-Side Request Forgery (SSRF) in FasterXML jackson-databind
Description
A Server-Side Request Forgery (SSRF) vulnerability exists in FasterXML jackson-databind due to eager DNS resolution during deserialization of InetSocketAddress fields. Versions from 2.0.0 up to but not including 2.18.8, 2.21.4, and 3.1.4 are affected. The issue arises because the deserializer performs DNS resolution immediately, allowing an attacker to trigger DNS queries before application-level validation. This vulnerability is fixed in versions 2.18.8, 2.21.4, and 3.1.4 by deferring DNS resolution until an explicit connection attempt.
CVSS v3.1
Score 5.3medium
Affected software
pkg:maven/com.fasterxml.jackson.core/jackson-databindRun on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The jackson-databind library's JDKFromStringDeserializer constructed InetSocketAddress instances using new InetSocketAddress(host, port), which performs immediate DNS resolution during JSON deserialization. This behavior allows an attacker to cause the application to issue arbitrary DNS queries if untrusted JSON input is bound to a type containing an InetSocketAddress field. The vulnerability affects all versions from 2.0.0 until 2.18.8, 2.21.4, and 3.1.4. The fix replaces the constructor call with InetSocketAddress.createUnresolved(host, port), deferring DNS resolution until an explicit connect call, thus preventing premature DNS queries during deserialization.
Potential Impact
An attacker can cause the application to perform DNS lookups controlled by the attacker during JSON deserialization, potentially leaking internal network information or causing side effects related to DNS resolution. There is no direct impact on confidentiality, integrity, or availability beyond the DNS query side effect. The CVSS score is 5.3 (medium severity), reflecting the network attack vector, low complexity, no privileges required, and limited impact (confidentiality loss only).
Mitigation Recommendations
A fix is available in jackson-databind versions 2.18.8, 2.21.4, and 3.1.4. Users should upgrade to one of these versions or later to remediate this vulnerability. Since no official remediation level is provided, users should verify the upgrade status with the vendor advisory or official project repository. Until patched, avoid deserializing untrusted JSON into types containing InetSocketAddress fields or implement strict input validation to prevent attacker-controlled hostnames.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-06-15T18:01:15.514Z
- Cvss Version
- 3.1
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a3af602eed863c81e9ec635
Added to database: 06/23/2026, 21:09:22 UTC
Last enriched: 06/23/2026, 21:24:44 UTC
Last updated: 06/23/2026, 21:42:39 UTC
Views: 3
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.