First published: Tue Feb 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ACPI: custom_method: fix potential use-after-free issue In cm_write(), buf is always freed when reaching the end of the function. If the requested count is less than table.length, the allocated buffer will be freed but subsequent calls to cm_write() will still try to access it. Remove the unconditional kfree(buf) at the end of the function and set the buf to NULL in the -EINVAL error path to match the rest of function.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.4.195<4.4.269 | |
Linux Kernel | >=4.9.195<4.9.269 | |
Linux Kernel | >=4.14.147<4.14.233 | |
Linux Kernel | >=4.19.77<4.19.191 | |
Linux Kernel | >=5.4<5.4.118 | |
Linux Kernel | >=5.5<5.10.36 | |
Linux Kernel | >=5.11<5.11.20 | |
Linux Kernel | >=5.12<5.12.3 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-46966 has a severity rating that indicates a medium impact vulnerability in the Linux kernel.
To fix CVE-2021-46966, upgrade to the patched versions of the Linux kernel, specifically versions 5.10.223-1, 5.10.226-1, 6.1.123-1, or later.
CVE-2021-46966 affects a variety of Linux kernel versions between 4.4.195 and 5.12.3.
CVE-2021-46966 is classified as a use-after-free vulnerability within the Linux kernel.
There is no recommended workaround for CVE-2021-46966; patching the system is the recommended mitigation.