In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Jan 6, 2025
to the GitHub Advisory Database
•
Updated Jan 9, 2025
Description
Published by the National Vulnerability Database
Jan 6, 2025
Published to the GitHub Advisory Database
Jan 6, 2025
Last updated
Jan 9, 2025
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