Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.6%top 57%

UBUNTU-CVE-2026-29008

0
High
Published: 07/08/2026 (07/08/2026, 17:17:00 UTC)
Source: GCVE Database
Product: u-boot

Description

U-Boot versions through 2026.04-rc3 contain an integer underflow vulnerability in the tcp_rx_state_machine() function. This flaw allows a network-adjacent attacker to crash the bootloader by sending a malformed TCP SYN+ACK packet with a manipulated data offset field. The vulnerability causes a negative payload length to be converted to a large unsigned integer, leading to a memcpy() call that crashes the device and may cause memory corruption when CONFIG_LMB is disabled. This prevents the device from booting properly.

CVSS v4.0

Attack Vector
Network
Attack Complexity
Low
Attack Requirements
None
Privileges Required
None
User Interaction
None
Vuln. Confidentiality
None
Vuln. Integrity
None
Vuln. Availability
High
Subsq. Confidentiality
None
Subsq. Integrity
None
Subsq. Availability
None
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Affected software

Ubuntu:16.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]+dfsg1-2ubuntu5?arch=source&distro=xenial
Affected versions
=2015.04+dfsg1-2ubuntu1=2015.10+dfsg1-2=2015.10+dfsg1-3=2015.10+dfsg1-4=2016.01+dfsg1-1=2016.01+dfsg1-1ubuntu1=2016.01+dfsg1-2ubuntu1=2016.01+dfsg1-2ubuntu2=2016.01+dfsg1-2ubuntu3=2016.01+dfsg1-2ubuntu5
Ubuntu:18.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]+dfsg-1ubuntu0~18.04.3?arch=source&distro=bionic
Affected versions
=2016.03+dfsg1-6ubuntu2=2018.07~rc3+dfsg1-0ubuntu1~18.04.1=2018.07~rc3+dfsg1-0ubuntu2~18.04.1=2018.07~rc3+dfsg1-0ubuntu3~18.04.1=2019.07+dfsg-1ubuntu4~18.04.1=2020.10+dfsg-1ubuntu0~18.04.2=2020.10+dfsg-1ubuntu0~18.04.3
Ubuntu:20.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]+dfsg-3ubuntu0~20.04.6?arch=source&distro=focal
Affected versions
=2019.07+dfsg-1ubuntu3=2019.07+dfsg-1ubuntu5=2019.07+dfsg-1ubuntu6=2020.10+dfsg-1ubuntu0~20.04.2=2021.01+dfsg-3ubuntu0~20.04.1=2021.01+dfsg-3ubuntu0~20.04.3=2021.01+dfsg-3ubuntu0~20.04.4=2021.01+dfsg-3ubuntu0~20.04.5=2021.01+dfsg-3ubuntu0~20.04.6
Ubuntu:22.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]+dfsg-2ubuntu2.7?arch=source&distro=jammy
Affected versions
=2021.07+dfsg-0ubuntu8=2021.07+dfsg-0ubuntu9=2021.07+dfsg-0ubuntu10=2022.01+dfsg-2ubuntu1=2022.01+dfsg-2ubuntu2=2022.01+dfsg-2ubuntu2.1=2022.01+dfsg-2ubuntu2.3=2022.01+dfsg-2ubuntu2.4=2022.01+dfsg-2ubuntu2.5=2022.01+dfsg-2ubuntu2.6=2022.01+dfsg-2ubuntu2.7
Ubuntu:22.04:LTSmore threats →ghsa
u-boot-nezha
pkg:deb/ubuntu/[email protected]+git20220405.7446a472-0ubuntu0.4?arch=source&distro=jammy
Affected versions
=2021.09+git20211008.62392d3-0ubuntu1=2022.04+git20220405.7446a472-0ubuntu0.1=2022.04+git20220405.7446a472-0ubuntu0.2=2022.04+git20220405.7446a472-0ubuntu0.3=2022.04+git20220405.7446a472-0ubuntu0.4
Ubuntu:24.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]?arch=source&distro=noble
Affected versions
=2023.07+dfsg-1ubuntu2=2024.01+dfsg-1ubuntu1=2024.01+dfsg-1ubuntu2=2024.01+dfsg-1ubuntu3=2024.01+dfsg-1ubuntu4=2024.01+dfsg-1ubuntu5=2024.01+dfsg-1ubuntu5.1=2024.01+dfsg-1ubuntu5.2=2025.01-0ubuntu0.24.04.1=2025.01-0ubuntu0.24.04.2=2025.10-0ubuntu0.24.04.1=2025.10-0ubuntu0.24.04.2
Ubuntu:24.04:LTSmore threats →ghsa
u-boot-nezha
pkg:deb/ubuntu/[email protected]~rc1-190-g2e89b706f5-0ubuntu2?arch=source&distro=noble
Affected versions
=2022.10-1089-g528ae9bc6c-0ubuntu2=2024.01~rc1-190-g2e89b706f5-0ubuntu1=2024.01~rc1-190-g2e89b706f5-0ubuntu2
Ubuntu:25.10more threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]?arch=source&distro=questing
Affected versions
=2025.01-1~0ubuntu2=2025.01-3ubuntu1=2025.01-3ubuntu2=2025.01-3ubuntu4=2025.10-0ubuntu0.25.10.1
Ubuntu:26.04:LTSmore threats →ghsa
u-boot
pkg:deb/ubuntu/[email protected]?arch=source&distro=resolute
Affected versions
=2025.01-3ubuntu4=2025.10-0ubuntu1=2025.10-0ubuntu2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 07/16/2026, 13:34:57 UTC

Technical Analysis

The vulnerability in U-Boot through 2026.04-rc3 is an integer underflow in the tcp_rx_state_machine() function (net/tcp.c). A network-adjacent attacker can send a malformed TCP SYN+ACK packet with a manipulated data offset field, causing the payload_len variable to become negative. When the TCP_SYN_SENT handler calls tcp_rx_user_data() without validating the segment window, the negative payload_len is implicitly converted to a large unsigned integer and passed to memcpy() in store_block(). This results in an immediate crash of the bootloader, preventing device boot, and may enable memory corruption when CONFIG_LMB is disabled.

Potential Impact

The vulnerability allows a network-adjacent attacker to cause a denial of service by crashing the bootloader, which prevents the device from booting. Additionally, if the CONFIG_LMB option is disabled, the flaw may lead to memory corruption, potentially causing further instability or undefined behavior.

Mitigation Recommendations

Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until an official fix is available, limit network exposure of devices running affected U-Boot versions to trusted networks to reduce the risk of exploitation.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-29008
Osv Schema Version
1.7.0
Aliases
[]
Ecosystems
["Ubuntu:16.04:LTS","Ubuntu:18.04:LTS","Ubuntu:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:25.10","Ubuntu:26.04:LTS"]
Database Specific Severity
null
Cvss Version
4.0

Threat ID: 6a58b4d868715ace43dabc13

Added to database: 07/16/2026, 10:39:20 UTC

Last enriched: 07/16/2026, 13:34:57 UTC

Last updated: 07/31/2026, 19:24:50 UTC

Views: 15

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses