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.
Metrics
Affected Vendors & Products
References
History
Mon, 04 Nov 2024 12:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-27T18:47:03.631Z
Updated: 2024-11-04T11:56:48.746Z
Reserved: 2024-02-27T18:42:55.943Z
Link: CVE-2021-46966
Vulnrichment
Updated: 2024-08-04T05:17:42.993Z
NVD
Status : Awaiting Analysis
Published: 2024-02-27T19:04:07.127
Modified: 2024-02-28T14:06:45.783
Link: CVE-2021-46966
Redhat