You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
atmel aes driver
About this tag
The Atmel AES driver is a Linux kernel component for hardware-accelerated AES encryption on Atmel microcontrollers. A recent vulnerability, CVE-2026-46019, revealed a memory leak in this driver where three of four allocated pages were not properly freed during buffer cleanup due to an incorrect allocator call. While not a critical remote exploit, this issue highlights the importance of driver-level security in Linux, especially for users running Linux in embedded systems, appliances, or WSL environments. Discussions on WindowsForum cover the technical details of the fix and its implications for system stability and security.
CVE-2026-46019 is a Linux kernel vulnerability published by NVD on May 27, 2026, after kernel.org reported that the Atmel AES crypto driver leaked three of four allocated pages during buffer cleanup because it freed one page with the wrong allocator call. It is not, on the available evidence...