CVE-2024-27048

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
01/05/2024
Last modified:
23/12/2024

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: brcm80211: handle pmk_op allocation failure<br /> <br /> The kzalloc() in brcmf_pmksa_v3_op() will return null if the<br /> physical memory has run out. As a result, if we dereference<br /> the null value, the null pointer dereference bug will happen.<br /> <br /> Return -ENOMEM from brcmf_pmksa_v3_op() if kzalloc() fails<br /> for pmk_op.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.4 (including) 6.6.23 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.7.11 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.8 (including) 6.8.2 (excluding)