First published: Wed Apr 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() The function ice_bridge_setlink() may encounter a NULL pointer dereference if nlmsg_find_attr() returns NULL and br_spec is dereferenced subsequently in nla_for_each_nested(). To address this issue, add a check to ensure that br_spec is not NULL before proceeding with the nested attribute iteration.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.4.272 | 5.4.272 |
redhat/kernel | <5.10.213 | 5.10.213 |
redhat/kernel | <5.15.152 | 5.15.152 |
redhat/kernel | <6.1.82 | 6.1.82 |
redhat/kernel | <6.6.22 | 6.6.22 |
redhat/kernel | <6.7.10 | 6.7.10 |
redhat/kernel | <6.8 | 6.8 |
Linux kernel | >=4.20<5.4.272 | |
Linux kernel | >=5.5<5.10.213 | |
Linux kernel | >=5.11<5.15.152 | |
Linux kernel | >=5.16<6.1.82 | |
Linux kernel | >=6.2<6.6.22 | |
Linux kernel | >=6.7<6.7.10 | |
Linux kernel | =6.8-rc1 | |
Linux kernel | =6.8-rc2 | |
Linux kernel | =6.8-rc3 | |
Linux kernel | =6.8-rc4 | |
Linux kernel | =6.8-rc5 | |
Linux kernel | =6.8-rc6 | |
Debian | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26855 has a medium severity level due to the potential for a NULL pointer dereference in the Linux kernel.
To address CVE-2024-26855, update the Linux kernel to version 5.4.272, 5.10.213, 5.15.152, 6.1.82, 6.6.22, 6.7.10, or 6.8.
Versions of the Linux kernel prior to 5.4.272, 5.10.213, 5.15.152, 6.1.82, 6.6.22, 6.7.10, and 6.8 are vulnerable to CVE-2024-26855.
CVE-2024-26855 affects various Linux distributions using vulnerable kernel versions, including those from Red Hat and Debian.
The ice_bridge_setlink() function is impacted by the potential NULL pointer dereference as outlined in CVE-2024-26855.