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
Tue, 08 Apr 2025 19:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
Vendors & Products |
Linux
Linux linux Kernel |
Thu, 07 Nov 2024 18:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|

Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T12:53:50.227Z
Updated: 2025-05-04T09:02:49.444Z
Reserved: 2024-02-19T14:20:24.212Z
Link: CVE-2024-27037

Updated: 2024-08-02T00:21:05.887Z

Status : Analyzed
Published: 2024-05-01T13:15:49.450
Modified: 2025-04-08T18:39:41.400
Link: CVE-2024-27037
