Bug 2495382 - CVE-2026-50193 jackson-jaxrs-providers: Jackson-databind: Denial of Service via deeply nested JSON processing [fedora-all]
Summary: CVE-2026-50193 jackson-jaxrs-providers: Jackson-databind: Denial of Service v...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: jackson-jaxrs-providers
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["7e41df78-c5f0-48cc-b978-2...
Depends On:
Blocks: CVE-2026-50193
TreeView+ depends on / blocked
 
Reported: 2026-06-30 21:51 UTC by Jon Moroney
Modified: 2026-06-30 21:51 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description Jon Moroney 2026-06-30 21:51:06 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.13.0 until 2.14.0, a potential Denial-of-Service exists when attacker sends deeply nested JSON if (and only if) the service reads deeply nested (1000s of levels) JSON as JsonNode (ObjectMapper.readTree()) and writes out same (or modifided) node using JsonNode.toString(). This can consume significant amount of resources with concurrent relatively small requests (1000 nested arrays is 2kB). This vulnerability is fixed in 2.14.0.


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