Server-side Request Forgery (SSRF) Affecting tools.jackson.core:jackson-databind package, versions [3.0.0, 3.1.5)[3.2.0, 3.2.1)


Severity

Recommended
0.0
medium
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

EPSS
0.19% (9th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-JAVA-TOOLSJACKSONCORE-19256876
  • published25 Aug 2026
  • disclosed24 Aug 2026
  • creditTa Duc Thien

Introduced: 24 Aug 2026

NewCVE-2026-77310  (opens in a new tab)
CWE-918  (opens in a new tab)

How to fix?

Upgrade tools.jackson.core:jackson-databind to version 3.1.5, 3.2.1 or higher.

Overview

Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the STD_INET_ADDRESS branch in FromStringDeserializer in src/main/java/com/fasterxml/jackson/databind/deser/std/FromStringDeserializer.java. An attacker can trigger outbound DNS lookups and blind SSRF behavior by supplying a hostname string in JSON that is deserialized into java.net.InetAddress. When application code binds untrusted input into an InetAddress field or type, the deserializer calls InetAddress.getByName(value) on the attacker-controlled string and resolves it before any application validation runs. This lets an attacker force DNS-based callbacks or probe internal hostnames, causing unwanted network egress and leaking resolver-visible information.

CVSS Base Scores

version 4.0
version 3.1