AbrarKhan / Linux-4.19.72_CVE-2020-24490

Other
0 stars 0 forks source link

CVE-2024-27037 (Medium) detected in linuxlinux-4.19.30 - autoclosed #591

Closed mend-bolt-for-github[bot] closed 2 weeks ago

mend-bolt-for-github[bot] commented 1 month ago

CVE-2024-27037 - Medium Severity Vulnerability

Vulnerable Library - linuxlinux-4.19.30

Apache Software Foundation (ASF)

Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux

Found in HEAD commit: 1e5b537c0e4b55545949296162ba0ff4825bff28

Found in base branch: master

Vulnerable Source Files (3)

/drivers/clk/zynq/clkc.c /drivers/clk/zynq/clkc.c /drivers/clk/zynq/clkc.c

Vulnerability Details

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

Publish Date: 2024-05-01

URL: CVE-2024-27037

CVSS 3 Score Details (5.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://lore.kernel.org/linux-cve-announce/2024050112-CVE-2024-27037-d54a@gregkh/T/#u

Release Date: 2024-05-01

Fix Resolution: v5.15.153,v6.1.83,v6.6.23,v6.7.11,v6.8.2


Step up your Open Source Security Game with Mend here

mend-bolt-for-github[bot] commented 2 weeks ago

:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.