In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 1, 2024
to the GitHub Advisory Database
•
Updated Jan 9, 2025
Description
Published by the National Vulnerability Database
Feb 29, 2024
Published to the GitHub Advisory Database
Mar 1, 2024
Last updated
Jan 9, 2025
In the Linux kernel, the following vulnerability has been resolved:
mtd: require write permissions for locking and badblock ioctls
MEMLOCK, MEMUNLOCK and OTPLOCK modify protection bits. Thus require
write permission. Depending on the hardware MEMLOCK might even be
write-once, e.g. for SPI-NOR flashes with their WP# tied to GND. OTPLOCK
is always write-once.
MEMSETBADBLOCK modifies the bad block table.
References