First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle acti_netdevs allocation failure The kmalloc_array() in nfp_fl_lag_do_work() will return null, if the physical memory has run out. As a result, if we dereference the acti_netdevs, the null pointer dereference bugs will happen. This patch adds a check to judge whether allocation failure occurs. If it happens, the delayed work will be rescheduled and try again.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.311 | 4.19.311 |
redhat/kernel | <5.4.273 | 5.4.273 |
redhat/kernel | <5.10.214 | 5.10.214 |
redhat/kernel | <5.15.153 | 5.15.153 |
redhat/kernel | <6.1.83 | 6.1.83 |
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 | >=4.18<4.19.311 | |
Linux Kernel | >=4.20<5.4.273 | |
Linux Kernel | >=5.5<5.10.214 | |
Linux Kernel | >=5.11<5.15.153 | |
Linux Kernel | >=5.16<6.1.83 | |
Linux Kernel | >=6.2<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.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27046 has a medium severity rating due to its impact on kernel stability.
To fix CVE-2024-27046, update your Linux kernel to version 4.19.311 or later, or 5.4.273 or later, or 5.10.214 or later, or 5.15.153 or later.
CVE-2024-27046 affects Linux kernel versions prior to 4.19.311, 5.4.273, 5.10.214, 5.15.153, 6.1.83, 6.6.23, and later versions.
CVE-2024-27046 impacts systems utilizing the affected versions of the Linux kernel, primarily on Red Hat and Debian distributions.
Currently, no specific workaround for CVE-2024-27046 is recommended, so it is advised to apply the necessary updates as soon as possible.