Bug 2448151

Summary: CVE-2025-69648 gdb: infinite loop in readelf via crafted binary with malformed DWARF .debug_rnglists data [fedora-all]
Product: [Fedora] Fedora Reporter: Guilherme de Almeida Suckevicz <gsuckevi>
Component: gdbAssignee: Kevin Buettner <kevinb>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ahajkova, fweimer, guinevere, jan, keiths, kevinb, mcermak, mkolar, suraj.ghimire7
Target Milestone: ---Keywords: Security, SecurityTracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: {"flaws": ["d574aa05-f59b-449b-a5cc-b2203da81686"]}
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-03-18 17:58:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2445774    

Description Guilherme de Almeida Suckevicz 2026-03-16 18:01:44 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.

Comment 1 Kevin Buettner 2026-03-18 17:58:37 UTC
Closing, as GDB is not affected by this problem. The upstream fix posted by Alan Modra is to display_debug_rnglists_unit_header() and display_debug_ranges() in binutils/dwarf.c. While this file is shared among standalone binutils tools, GDB has its own independent DWARF reader and does not link against binutils/dwarf.c.