Bug 2492800 (CVE-2026-53146) - CVE-2026-53146 kernel: thunderbolt: Limit XDomain response copy to actual frame size
Summary: CVE-2026-53146 kernel: thunderbolt: Limit XDomain response copy to actual fra...
Keywords:
Status: NEW
Alias: CVE-2026-53146
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-25 10:06 UTC by OSIDB Bzimport
Modified: 2026-06-29 13:14 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-25 10:06:26 UTC
In the Linux kernel, the following vulnerability has been resolved:

thunderbolt: Limit XDomain response copy to actual frame size

tb_xdomain_copy() copies req->response_size bytes from the received
packet buffer regardless of the actual frame size.  When a short
response arrives, this reads past the valid frame data in the DMA
pool buffer into stale contents from previous transactions.

Use the minimum of frame size and expected response size for the
copy length.

Comment 1 Mauro Matteo Cascella 2026-06-29 13:07:48 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062545-CVE-2026-53146-1e8e@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.