CVE-2026-53147
Analyzed Analyzed - Analysis Complete

Thunderbolt XDomain Packet Size Validation Flaw

Vulnerability report for CVE-2026-53147, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-07-06

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Validate XDomain request packet size before type cast tb_xdp_handle_request() casts the received packet buffer to protocol-specific structs without verifying that the allocation is large enough for the target type. A peer can send a minimal XDomain packet that passes the generic header length check but is shorter than the struct accessed after the cast, causing out-of- bounds reads from the kmemdup allocation. Plumb the packet length through xdomain_request_work and validate it against the expected struct size before each cast.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-25
Last Modified
2026-07-06
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-14
NVD
EUVD

Affected Vendors & Products

Showing 12 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 6.2 (inc) to 6.6.143 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.36 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.94 (exc)
linux linux_kernel From 6.19 (inc) to 7.0.13 (exc)
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 4.15 (inc) to 6.1.176 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

The vulnerability has been resolved by validating the XDomain request packet size before type casting in the Linux kernel. To mitigate this vulnerability immediately, you should update your Linux kernel to a version that includes this fix.

  • Apply the latest Linux kernel update that addresses the thunderbolt XDomain packet validation issue.
  • Avoid using vulnerable kernel versions that do not perform proper packet size validation in tb_xdp_handle_request().
Executive Summary

This vulnerability exists in the Linux kernel's Thunderbolt subsystem. Specifically, the function tb_xdp_handle_request() casts a received packet buffer to protocol-specific structures without verifying that the buffer is large enough for the target structure. This means a peer can send a minimal XDomain packet that appears valid based on a generic header length check but is actually smaller than the structure expected after the cast. As a result, this causes out-of-bounds reads from the allocated memory.

The fix involves validating the packet length against the expected structure size before performing the cast, ensuring that the packet is sufficiently large to safely access the structure fields.

Impact Analysis

This vulnerability can lead to out-of-bounds memory reads in the Linux kernel when processing certain Thunderbolt XDomain packets. Such out-of-bounds reads may cause system instability, crashes, or potentially expose sensitive kernel memory contents to an attacker. This could be exploited by a malicious peer sending crafted packets to disrupt system operation or gain unauthorized information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53147. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart