In the Linux kernel, the following vulnerability has been resolved:
HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
It is possible for a malicious device to forgo submitting a Feature Report. The HID Steam driver presently makes no prevision for this and de-references the 'struct hid_report' pointer obtained from the HID devices without first checking its validity. Let's change that.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 4.18 | 4.19.257 |
| linux / linux_kernel | 4.20 | 5.4.212 |
| linux / linux_kernel | 5.5 | 5.10.141 |
| linux / linux_kernel | 5.11 | 5.15.65 |
| linux / linux_kernel | 5.16 | 5.19.7 |
| linux / linux_kernel | 6.0-rc1 | 6.0-rc1.x |
| linux / linux_kernel | 6.0-rc2 | 6.0-rc2.x |
| linux / linux_kernel | 6.0-rc3 | 6.0-rc3.x |