Bug 2507649 - CVE-2026-55973 unbound: Unbound: Denial of Service via malformed EDNS Report-Channel option [fedora-all]
Summary: CVE-2026-55973 unbound: Unbound: Denial of Service via malformed EDNS Report-...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: unbound
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["5fdf7a40-fb84-47eb-a9bb-4...
Depends On:
Blocks: CVE-2026-55973
TreeView+ depends on / blocked
 
Reported: 2026-07-27 20:03 UTC by Marco Benatto
Modified: 2026-07-31 01:14 UTC (History)
6 users (show)

Fixed In Version: unbound-1.25.2-1.fc44 unbound-1.25.2-1.fc43
Clone Of:
Environment:
Last Closed: 2026-07-30 01:17:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marco Benatto 2026-07-27 20:03:38 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.

When 'dns-error-reporting: yes' is set, the EDNS Report-Channel option (code 18) from the last upstream response is read and uses the option's length as the length of the agent domain. When a domain name check is performed on the agent domain, the returned length is not used and if the agent domain is followed by garbage, those bytes are moved onto the tail of the synthetic '_er.' report query name. That query name is later used in the iterator via a subquery to send out the DNS Error Report and when Unbound tries to walk that query name during 'find_closest_of_type()', it strips labels using the query name length rather than stopping at the embedded root, walks one byte past it, and feeds the first garbage byte to 'dname_query_hash()' as a label length writing over the stack variable 'labuf'. One ordinary upstream response from a delegated zone the attacker controls is sufficient to terminate the daemon. Unbound 1.25.2 includes a fix to use the proper length of the agent domain name instead of the EDNS option length one.

Comment 1 Fedora Update System 2026-07-28 10:37:42 UTC
FEDORA-2026-3170ee6a1c (unbound-1.25.2-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-3170ee6a1c

Comment 2 Fedora Update System 2026-07-28 10:38:56 UTC
FEDORA-2026-e495bd59ef (unbound-1.25.2-1.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-e495bd59ef

Comment 3 Fedora Update System 2026-07-30 01:17:11 UTC
FEDORA-2026-e495bd59ef (unbound-1.25.2-1.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 4 Fedora Update System 2026-07-31 01:14:47 UTC
FEDORA-2026-3170ee6a1c (unbound-1.25.2-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.


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