In the Linux kernel, the following vulnerability has been resolved:
clk: zynq: Prevent null pointer dereference caused by kmalloc failure
The kmalloc() in zynq_clk_setup() will return null if the
physical memory has run out. As a result, if we use snprintf()
to write data to the null address, the null pointer dereference
bug will happen.
This patch uses a stack variable to replace the kmalloc().
Metrics
Affected Vendors & Products
References
History
Thu, 07 Nov 2024 18:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T12:53:50.227Z
Updated: 2024-11-07T17:22:57.349Z
Reserved: 2024-02-19T14:20:24.212Z
Link: CVE-2024-27037
Vulnrichment
Updated: 2024-08-02T00:21:05.887Z
NVD
Status : Awaiting Analysis
Published: 2024-05-01T13:15:49.450
Modified: 2024-11-21T09:03:43.053
Link: CVE-2024-27037
Redhat