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.5%top 57%

UBUNTU-CVE-2026-29007

0
Medium
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 out-of-bounds read vulnerability in the tcp_rx_state_machine() function when CONFIG_PROT_TCP is enabled. This flaw allows remote attackers to craft malicious TCP packets with mismatched IP total length and TCP data offset fields, causing the system to read beyond TCP segment boundaries. The vulnerability can corrupt TCP connection state variables such as rmt_win_scale and rmt_timestamp, potentially disrupting TCP window calculations and connection stability.

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
Low
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:L/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:35:18 UTC

Technical Analysis

The vulnerability exists in U-Boot's tcp_rx_state_machine() function (net/tcp.c) when CONFIG_PROT_TCP is enabled. An attacker can send a TCP packet with an IP total length smaller than the TCP data offset claims, causing tcp_parse_options() to read beyond the actual TCP segment boundary by up to 40 bytes. This out-of-bounds read can corrupt connection state variables such as rmt_win_scale and rmt_timestamp, which may disrupt TCP window calculations and affect TCP connection behavior. The issue affects multiple Ubuntu-packaged versions of U-Boot up to 2026.04-rc3.

Potential Impact

Remote attackers can exploit this vulnerability by sending specially crafted TCP packets that cause out-of-bounds reads in the TCP processing code. This can lead to corruption of TCP connection state variables, potentially disrupting TCP window calculations and causing instability or denial of service in affected systems using U-Boot with TCP support enabled.

Mitigation Recommendations

Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. No official fix or patch links are provided in the available data. Users should monitor Ubuntu and U-Boot vendor advisories for updates addressing this vulnerability. Until a patch is available, disabling CONFIG_PROT_TCP if feasible may mitigate exposure.

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-29007
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: 6a58b4d868715ace43dabc17

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

Last enriched: 07/16/2026, 13:35:18 UTC

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

Views: 18

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