Bug 2499669 - CVE-2026-29008 uboot-tools: U-Boot: Integer underflow leads to Denial of Service [epel-all]
Summary: CVE-2026-29008 uboot-tools: U-Boot: Integer underflow leads to Denial of Serv...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: uboot-tools
Version: epel10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Dan Horák
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["7e6c0392-b901-458f-ad4a-f...
Depends On:
Blocks: CVE-2026-29008
TreeView+ depends on / blocked
 
Reported: 2026-07-13 13:22 UTC by Keith Grant
Modified: 2026-07-14 01:41 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-07-14 01:41:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Keith Grant 2026-07-13 13:22:10 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.

U-Boot through 2026.04-rc3 contains an integer underflow vulnerability in the tcp_rx_state_machine() function (net/tcp.c) that allows a network-adjacent attacker to crash the bootloader by sending a malformed TCP SYN+ACK packet with a manipulated data offset field causing payload_len to become negative. When the TCP_SYN_SENT handler calls tcp_rx_user_data() without invoking tcp_seg_in_wnd() validation, the negative payload_len is implicitly converted to a large unsigned integer (e.g., 0xFFFFFFD8) and passed to memcpy() in store_block(), causing an immediate crash that prevents device boot and may enable memory corruption when CONFIG_LMB is disabled.

Comment 1 Peter Robinson 2026-07-14 01:41:33 UTC
No firmware built for EPEL.


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