VYPR
Medium severity5.5NVD Advisory· Published May 1, 2024· Updated Jun 17, 2026

CVE-2024-27037

CVE-2024-27037

Description

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().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

55

Patches

Vulnerability mechanics

References

6

News mentions

0

No linked articles in our index yet.