CyberRota
← Ana sayfaya dön

CVE-2026-46077

MEDIUM · CVSS 5.5 EPSS %0.18

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:29.040 · Çekilme zamanı: 2026-06-25T12:11:31.426059+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46077
Severity
MEDIUM
CVSS
5.5
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-tdes - fix DMA sync direction Before DMA output is consumed by the CPU, ->dma_addr_out must be synced with dma_sync_single_for_cpu() instead of dma_sync_single_for_device(). Using the wrong direction can return stale cache data on non-coherent platforms.