The following table lists the changes that have been made to the
CVE-2024-56766 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution
of a vulnerability, and for identifying the most recent changes that may
impact the vulnerability’s severity, exploitability, or other characteristics.
-
New CVE Received
by 416baaa9-dc9f-4396-8d5f-8c081fb06d67Jan. 06, 2025
Action Type Old Value New Value Added Description 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.Added Reference https://git.kernel.org/stable/c/6ea15205d7e2b811fbbdf79783f686f58abfb4b7 Added Reference https://git.kernel.org/stable/c/d2f090ea57f8d6587e09d4066f740a8617767b3d Added Reference https://git.kernel.org/stable/c/d8e4771f99c0400a1873235704b28bb803c83d17 Added Reference https://git.kernel.org/stable/c/dd45c87782738715d5e7c167f8dabf0814a7394a