Bug 2495361 - CVE-2026-54514 resteasy: jackson-databind: Information Disclosure via Eager DNS Resolution [fedora-all]
Summary: CVE-2026-54514 resteasy: jackson-databind: Information Disclosure via Eager D...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: resteasy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["22453c2f-8d42-4acc-9030-b...
Depends On:
Blocks: CVE-2026-54514
TreeView+ depends on / blocked
 
Reported: 2026-06-30 21:26 UTC by Jon Moroney
Modified: 2026-06-30 21:26 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Moroney 2026-06-30 21:26:18 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.