Total vulnerabilities in the database
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.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 6.8-rc1 | 6.8-rc1.x |
linux / linux_kernel | 6.8-rc3 | 6.8-rc3.x |
linux / linux_kernel | 6.8-rc4 | 6.8-rc4.x |
linux / linux_kernel | 6.8-rc2 | 6.8-rc2.x |
linux / linux_kernel | 6.7 | 6.7.10 |
linux / linux_kernel | 6.8-rc6 | 6.8-rc6.x |
linux / linux_kernel | 6.8-rc5 | 6.8-rc5.x |
linux / linux_kernel | 4.20 | 5.4.272 |
linux / linux_kernel | 5.5 | 5.10.213 |
linux / linux_kernel | 5.11 | 5.15.152 |
linux / linux_kernel | 5.16 | 6.1.82 |
linux / linux_kernel | 6.2 | 6.6.22 |
debian / debian_linux | 10.0 | 10.0.x |