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 the device is being removed.
Drop the early return to ensure sysfs entries are removed and
->hwrng.priv is freed, preventing a memory leak.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-27 14:17
Updated : 2026-06-24 16:59
NVD link : CVE-2026-46075
Mitre link : CVE-2026-46075
CVE.ORG link : CVE-2026-46075
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
