In the Linux kernel, the following vulnerability has been resolved:
wifi: brcm80211: handle pmk_op allocation failure
The kzalloc() in brcmf_pmksa_v3_op() will return null if the
physical memory has run out. As a result, if we dereference
the null value, the null pointer dereference bug will happen.
Return -ENOMEM from brcmf_pmksa_v3_op() if kzalloc() fails
for pmk_op.
References
Configurations
Configuration 1 (hide)
|
History
23 Dec 2024, 19:05
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5 - Patch | |
References | () https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e - Patch | |
References | () https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42 - Patch | |
References | () https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-476 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Information
Published : 2024-05-01 13:15
Updated : 2024-12-23 19:05
NVD link : CVE-2024-27048
Mitre link : CVE-2024-27048
CVE.ORG link : CVE-2024-27048
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference