Lucene search
+L

287 matches found

ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.13 views

CVE-2026-46077

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, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.7AI score0.00123EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/05/27 12:58 p.m.18 views

EUVD-2026-32459

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, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.8AI score0.00123EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 12:58 p.m.39 views

CVE-2026-46077

CVE-2026-46077 involves a Linux kernel crypto module (atmel-tdes) where DMA sync direction was incorrect. The issue occurs when DMA output was consumed by the CPU and the address_out was not synced with the CPU correctly, risking stale data on non‑coherent platforms. The published fixes switch to...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.20 views

CVE-2026-46077

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, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:58 p.m.9 views

CVE-2026-46075

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new -read calls and flush the Atmel I2C workqueue before teardown to prevent a potential UAF if a queued callback runs while...

5.7AI score0.00129EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:58 p.m.24 views

CVE-2026-46075

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new -read calls and flush the Atmel I2C workqueue before teardown to prevent a potential UAF if a queued callback runs while...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:58 p.m.59 views

CVE-2026-46075 crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new -read calls and flush the Atmel I2C workqueue before teardown to prevent a potential UAF if a queued callback runs while...

0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/27 12:58 p.m.42 views

CVE-2026-46075

CVE-2026-46075 concerns the Linux kernel crypto driver crypto: atmel-sha204a. The available details describe a fix for potential use-after-free (UAF) and a memory leak in the remove path. The remediation includes:Unregistering the hwrng to stop new read() calls and flushing the Atmel I2C workqueu...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.52 views

CVE-2026-46019 crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but atmelaesbuffcleanup frees only the first page using freepage, leaking the...

0.00163EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:56 p.m.21 views

CVE-2026-46019

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but atmelaesbuffcleanup frees only the first page using freepage, leaking the...

5.5CVSS5.7AI score0.00163EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/27 12:56 p.m.32 views

EUVD-2026-32400

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but atmelaesbuffcleanup frees only the first page using freepage, leaking the...

5.8AI score0.00163EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/27 12:56 p.m.7 views

CVE-2026-46019 crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but atmelaesbuffcleanup frees only the first page using freepage, leaking the...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/05/27 12:56 p.m.42 views

CVE-2026-46019

CVE-2026-46019 concerns the Linux kernel crypto/atmel-aes path. The issue: atmel_aes_buff_init() allocates 4 pages (ATMEL_AES_BUFFER_ORDER) but atmel_aes_buff_cleanup() frees only the first page via free_page(), leaking 3 pages. Resolution: use free_pages() with ATMEL_AES_BUFFER_ORDER to properly...

5.5CVSS5.8AI score0.00163EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the atmel-aes driver’s cleanup function, which only releases the first page of memory, resulting ...

5.8AI score0.00163EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.18 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from an error in DMA synchronization direction in the crypto Atmel-TDES module. This vulnerability may...

5.8AI score0.00123EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/27 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-46075

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path Unregister the hwrng to prevent new -read calls and flush the Atmel I2C workqueue befor...

7.8CVSS4.2AI score0.00129EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the removal of a path in the crypto atmel-sha204a component, leading to potential re-use after release...

5.8AI score0.00129EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/27 12:00 a.m.17 views

CVE-2026-46077

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, -dmaaddrout must be synced with dmasyncsingleforcpu instead of dmasyncsinglefordevice. Using the wrong direction can return stale cache data on...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References32
Tenable Nessus
Tenable Nessus
added 2026/05/27 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2026-46019

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: atmel-aes - Fix 3-page memory leak in atmelaesbuffcleanup atmelaesbuffinit allocates 4 pages using getfreepages with ATMELAESBUFFERORDER, but...

5.5CVSS4.2AI score0.00163EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.28 views

PT-2026-43942

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.0.11-1.1 Description A Use-After-Free UAF and memory leak issue exists in the atmel-sha204a crypto component. The problem occurs during the device removal process if the Atmel I2C workqueue is not flushed befor...

7.8CVSS6AI score0.00129EPSS
SaveExploits0
Rows per page
Query Builder