Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-27028
HistoryMay 01, 2024 - 1:15 p.m.

CVE-2024-27028

2024-05-0113:15:49
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
4
spi-mt65xx
linux kernel
vulnerability
null pointer access
interrupt handler
crashes

AI Score

7.5

Confidence

High

EPSS

0

Percentile

13.0%

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.

AI Score

7.5

Confidence

High

EPSS

0

Percentile

13.0%