CVE-2024-27048

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

23 Dec 2024, 19:05

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
References () https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5 - () https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5 - Patch
References () https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e - () https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e - Patch
References () https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42 - () https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42 - Patch
References () https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f - () https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-476
First Time Linux linux Kernel
Linux

21 Nov 2024, 09:03

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: wifi: brcm80211: maneja el error de asignación de pmk_op El kzalloc() en brcmf_pmksa_v3_op() devolverá nulo si la memoria física se ha agotado. Como resultado, si eliminamos la referencia del valor nulo, se producirá el error de desreferencia del puntero nulo. Devuelve -ENOMEM de brcmf_pmksa_v3_op() si kzalloc() falla para pmk_op.
References () https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5 - () https://git.kernel.org/stable/c/6138a82f3bccfc67ed7ac059493579fc326c02e5 -
References () https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e - () https://git.kernel.org/stable/c/9975908315c13bae2f2ed5ba92870fa935180b0e -
References () https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42 - () https://git.kernel.org/stable/c/b4152222e04cb8afeeca239c90e3fcaf4c553b42 -
References () https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f - () https://git.kernel.org/stable/c/df62e22c2e27420e8990a4f09e30d7bf56c2036f -

01 May 2024, 13:15

Type Values Removed Values Added
New CVE

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