In the Linux kernel, the following vulnerability has been resolved:
mtd: rawnand: fix double free in atmel_pmecc_create_user()
The "user" pointer was converted from being allocated with kzalloc() to
being allocated by devm_kzalloc(). Calling kfree(user) will lead to a
double free.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2025-01-06 17:15
Updated : 2025-11-03 21:18
NVD link : CVE-2024-56766
Mitre link : CVE-2024-56766
CVE.ORG link : CVE-2024-56766
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free
