CVE-2026-46019
Published: May 27, 2026
Modified: Jun 1, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup atmel_aes_buff_init() allocates 4 pages using __get_free_pages() with ATMEL_AES_BUFFER_ORDER, but atmel_aes_buff_cleanup() frees only the first page using free_page(), leaking the remaining 3 pages. Use free_pages() with ATMEL_AES_BUFFER_ORDER to fix the memory leak.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected bbe628ed897d728d38c4035381d12b2f308fac6f - < de6952e0af2acbada900d742437e848285c01d11affected bbe628ed897d728d38c4035381d12b2f308fac6f - < 5ad40cde96d603a88d68f8ed59f6d36407ab1f3caffected bbe628ed897d728d38c4035381d12b2f308fac6f - < 03e00aafa5f747d07811589e8d5fee638245431baffected bbe628ed897d728d38c4035381d12b2f308fac6f - < b63f1e2f0e319ad3fe4a58eb3db4fd50cc98bacaaffected bbe628ed897d728d38c4035381d12b2f308fac6f - < 65b3589d39d05699c3850202f8333e5361033ea3+3 more versions |
Linux | Linux | affected 4.5unaffected 0 - < 4.5unaffected 5.10.258 - <= 5.10.*unaffected 5.15.209 - <= 5.15.*unaffected 6.1.175 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now