CVE-2024-27028

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-27028
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-27028.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-27028
Downstream
Related
Published
2024-05-01T13:15:49Z
Modified
2025-08-09T20:01:25Z
Summary
[none]
Details

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.

References

Affected packages