In the Linux kernel, the following vulnerability has been resolved:
iio: core: fix ioctl handlers removal
Currently ioctl handlers are removed twice. For the first time during
iio_device_unregister() then later on inside
iio_device_unregister_eventset() and iio_buffers_free_sysfs_and_mask().
Double free leads to kernel panic.
Fix this by not touching ioctl handlers list directly but rather
letting code responsible for registration call the matching cleanup
routine itself.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 13:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-28T08:13:09.736Z
Updated: 2024-11-04T11:57:02.628Z
Reserved: 2024-02-27T18:42:55.945Z
Link: CVE-2021-46979
Vulnrichment
Updated: 2024-08-04T05:24:38.457Z
NVD
Status : Awaiting Analysis
Published: 2024-02-28T09:15:37.230
Modified: 2024-02-28T14:06:45.783
Link: CVE-2021-46979
Redhat