CVE-2026-53147
Received Received - Intake
Thunderbolt XDomain Packet Size Validation Flaw

Publication date: 2026-06-25

Last updated on: 2026-06-25

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-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
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.

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().
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