CyberRota
← Ana sayfaya dön

CVE-2026-53146

HIGH · CVSS 7.1 EPSS %0.24

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-25T09:16:31.923 · Çekilme zamanı: 2026-06-30T18:33:22.882135+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53146
Severity
HIGH
CVSS
7.1
EPSS
%0.24
Linux

Orijinal NVD Açıklaması

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.