Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes.
Add a check to trans->tx_buf before using it.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 6.7 | 6.7.11 |
linux / linux_kernel | 6.2 | 6.6.23 |
linux / linux_kernel | 5.16 | 6.1.83 |
linux / linux_kernel | 5.11 | 5.15.153 |
linux / linux_kernel | 5.5 | 5.10.214 |
linux / linux_kernel | 4.20 | 5.4.273 |
linux / linux_kernel | 4.11 | 4.19.311 |
linux / linux_kernel | 6.8 | 6.8.2 |
debian / debian_linux | 10.0 | 10.0.x |