First published: Wed May 01 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.6.23 | 6.6.23 |
redhat/kernel | <6.7.11 | 6.7.11 |
redhat/kernel | <6.8.2 | 6.8.2 |
redhat/kernel | <6.9 | 6.9 |
Linux Kernel | >=6.4<6.6.23 | |
Linux Kernel | >=6.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27048 is classified as a high severity vulnerability due to the potential for null pointer dereference leading to denial of service.
To fix CVE-2024-27048, update the Linux kernel to version 6.6.23, 6.7.11, 6.8.2, or 6.9 for Red Hat systems or the appropriate patched version for Debian based systems.
CVE-2024-27048 affects Linux kernel versions prior to 6.6.23, 6.7.11, 6.8.2, and 6.9.
CVE-2024-27048 is a memory allocation issue in the Linux kernel's brcm80211 wifi driver.
CVE-2024-27048 does not lead to remote code execution but can cause denial of service due to system crashes.