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.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
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) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5
- https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e
- https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42
- https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f
- https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5
- https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e
- https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42
- https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f



