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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-27 14:17
Updated : 2026-06-24 17:20
NVD link : CVE-2026-46077
Mitre link : CVE-2026-46077
CVE.ORG link : CVE-2026-46077
JSON object : View
Products Affected
linux
- linux_kernel
CWE
