Description
jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std._deserialize() calls InetAddress.getByName() on attacker-controlled input, causing eager DNS resolution during deserialization and enabling DNS-based server-side request forgery and internal-host enumeration. This issue is fixed in versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1.
Published: 2026-08-24
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Server‑side request forgery and internal host enumeration
Action: Apply patch
AI Analysis

Impact

Jackson Databind’s InetAddress deserialization routine resolves DNS names eagerly for strings supplied by an attacker. This behavior allows an attacker to inject a custom hostname that will be queried by the Java runtime, enabling SSRF attacks that reach internal network services and gather host names that should remain hidden. The weakness is a classic injection flaw described by CWE‑918 and is scored with a CVSS base of 5.3, indicating medium overall risk.

Affected Systems

The vulnerability affects the FasterXML Jackson Databind library, versions prior to 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines. These versions are commonly used in Java applications that deserialize JSON data.

Risk and Exploitability

With a CVSS score of 5.3 and no EPSS data, the current exploitation likelihood is uncertain, but the issue is not yet in the CISA KEV catalog. The attack vector is inferred as remote or local deserialization of attacker‑controlled input; any code that deserializes arbitrary JSON could be exploited once the deserialization library is loaded. No privileged escalation is required beyond access to an endpoint that accepts deserialized data.

Generated by OpenCVE AI on August 24, 2026 at 20:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Jackson Databind library to version 2.18.9 or newer in the 2.x line, 2.21.5 or newer in the 2.21.x line, 2.22.1 or newer in the 2.22.x line, 3.1.5 or newer in the 3.1.x line, or 3.2.1 or newer in the 3.2.x line.
  • Configure network policies to prevent internal DNS queries from the application environment, such as firewalls or DNS proxies that allow only queries to trusted external resolvers.
  • Restrict or validate incoming JSON data to ensure that only authorized fields are deserialized into InetAddress objects, e.g., by employing schema validation or custom deserializers that reject unexpected hostnames.

Generated by OpenCVE AI on August 24, 2026 at 20:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Fasterxml
Fasterxml jackson-databind
Vendors & Products Fasterxml
Fasterxml jackson-databind

Mon, 24 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Prior to versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1 on their respective release lines, the java.net.InetAddress branch of FromStringDeserializer.Std._deserialize() calls InetAddress.getByName() on attacker-controlled input, causing eager DNS resolution during deserialization and enabling DNS-based server-side request forgery and internal-host enumeration. This issue is fixed in versions 2.18.9, 2.21.5, 2.22.1, 3.1.5, and 3.2.1.
Title jackson-databind: Eager DNS resolution (SSRF) still present in InetAddress deserialization (Incomplete fix for CVE-2026-54514)
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Fasterxml Jackson-databind
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-25T19:23:52.205Z

Reserved: 2026-08-20T19:17:14.376Z

Link: CVE-2026-77310

cve-icon Vulnrichment

Updated: 2026-08-25T18:35:42.916Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T20:17:20.977

Modified: 2026-09-09T21:06:39.057

Link: CVE-2026-77310

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-24T19:24:59Z

Links: CVE-2026-77310 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:09:54Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)