Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-29008 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-191Integer Underflow (Wrap or Wraparound)[email protected]

Affected Products

ProductVersions
denx u-boot
< 2026.04
2026.04 rc1
2026.04 rc2
2026.04 rc3

CPE

  • cpe:2.3:a:denx:u-boot:*:*:*:*:*:*:*:*
  • cpe:2.3:a:denx:u-boot:2026.04:rc1:*:*:*:*:*:*
  • cpe:2.3:a:denx:u-boot:2026.04:rc2:*:*:*:*:*:*
  • cpe:2.3:a:denx:u-boot:2026.04:rc3:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-29008
NVD Published Date:
Jul 8, 2026
NVD Last Modified:
Jul 22, 2026
Source:
[email protected]
CVE-2026-29008 Details - Not Deferred