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
09 Jan 2025, 16:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
07 Jan 2025, 22:59
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/6ea15205d7e2b811fbbdf79783f686f58abfb4b7 - Patch | |
References | () https://git.kernel.org/stable/c/d2f090ea57f8d6587e09d4066f740a8617767b3d - Patch | |
References | () https://git.kernel.org/stable/c/d8e4771f99c0400a1873235704b28bb803c83d17 - Patch | |
References | () https://git.kernel.org/stable/c/dd45c87782738715d5e7c167f8dabf0814a7394a - Patch | |
CWE | CWE-415 | |
Summary |
|
|
First Time |
Linux
Linux linux Kernel |
|
CPE | cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
06 Jan 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-01-06 17:15
Updated : 2025-01-09 16:16
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