I
n 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.
References
Configurations
Configuration 1 (hide)
|
History
31 Dec 2024, 16:02
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:* |
|
| CWE | CWE-415 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/11e1cae5da4096552f7c091476cbadbc0d1817da - Patch | |
| References | () https://git.kernel.org/stable/c/901f84de0e16bde10a72d7eb2f2eb73fcde8fa1a - Patch | |
| References | () https://git.kernel.org/stable/c/ab6c935ba3a04317632f3b8b68675bdbaf395303 - Patch |
21 Nov 2024, 06:35
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/11e1cae5da4096552f7c091476cbadbc0d1817da - | |
| References | () https://git.kernel.org/stable/c/901f84de0e16bde10a72d7eb2f2eb73fcde8fa1a - | |
| References | () https://git.kernel.org/stable/c/ab6c935ba3a04317632f3b8b68675bdbaf395303 - |
Information
Published : 2024-02-28 09:15
Updated : 2024-12-31 16:02
NVD link : CVE-2021-46979
Mitre link : CVE-2021-46979
CVE.ORG link : CVE-2021-46979
JSON object : View
Products Affected
CWE
CWE-415
Double Free