Vulnerability Database

311,378

Total vulnerabilities in the database

CVE-2024-27028

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.

  • Published: May 1, 2024
  • Updated: Nov 16, 2025
  • CVE: CVE-2024-27028
  • Severity: Medium
  • Exploit:

CVSS v3:

  • Severity: Medium
  • Score: 6.5
  • AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

CWEs: