First published: Wed May 01 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27028 has a medium severity rating due to the potential for system crashes caused by a NULL pointer dereference in the interrupt handler.
To fix CVE-2024-27028, you should upgrade to one of the patched kernel versions such as 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-27028 affects the Linux kernel versions prior to the specified patched versions that contain the fix.
CVE-2024-27028 impacts the SPI (Serial Peripheral Interface) component specifically related to the spi-mt65xx driver.
CVE-2024-27028 is considered a locally exploitable vulnerability, as it requires access to the system to exploit the NULL pointer dereference.