In the Linux kernel, the following vulnerability has been resolved:
ice: Don't tx before switchdev is fully configured
There is possibility that ice_eswitch_port_start_xmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if switchdev configuration was finished.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 5.16 | 6.1.55 |
| linux / linux_kernel | 6.2 | 6.5.5 |