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
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
08 Apr 2025, 18:42
Type | Values Removed | Values Added |
---|---|---|
First Time |
Debian
Linux linux Kernel Debian debian Linux Linux |
|
References | () https://git.kernel.org/stable/c/1784053cf10a14c4ebd8a890bad5cfe1bee51713 - Patch | |
References | () https://git.kernel.org/stable/c/2342b05ec5342a519e00524a507f7a6ea6791a38 - Patch | |
References | () https://git.kernel.org/stable/c/55f8ea6731aa64871ee6aef7dba53ee9f9f3b2f6 - Patch | |
References | () https://git.kernel.org/stable/c/62b1f837b15cf3ec2835724bdf8577e47d14c753 - Patch | |
References | () https://git.kernel.org/stable/c/766ec94cc57492eab97cbbf1595bd516ab0cb0e4 - Patch | |
References | () https://git.kernel.org/stable/c/a20ad45008a7c82f1184dc6dee280096009ece55 - Patch | |
References | () https://git.kernel.org/stable/c/bcfcdf19698024565eff427706ebbd8df65abd11 - Patch | |
References | () https://git.kernel.org/stable/c/bea82355df9e1c299625405b1947fc9b26b4c6d4 - Patch | |
References | () https://git.kernel.org/stable/c/c10fed329c1c104f375a75ed97ea3abef0786d62 - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List, Third Party Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
21 Nov 2024, 09:03
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
References | () https://git.kernel.org/stable/c/1784053cf10a14c4ebd8a890bad5cfe1bee51713 - | |
References | () https://git.kernel.org/stable/c/2342b05ec5342a519e00524a507f7a6ea6791a38 - | |
References | () https://git.kernel.org/stable/c/55f8ea6731aa64871ee6aef7dba53ee9f9f3b2f6 - | |
References | () https://git.kernel.org/stable/c/62b1f837b15cf3ec2835724bdf8577e47d14c753 - | |
References | () https://git.kernel.org/stable/c/766ec94cc57492eab97cbbf1595bd516ab0cb0e4 - | |
References | () https://git.kernel.org/stable/c/a20ad45008a7c82f1184dc6dee280096009ece55 - | |
References | () https://git.kernel.org/stable/c/bcfcdf19698024565eff427706ebbd8df65abd11 - | |
References | () https://git.kernel.org/stable/c/bea82355df9e1c299625405b1947fc9b26b4c6d4 - | |
References | () https://git.kernel.org/stable/c/c10fed329c1c104f375a75ed97ea3abef0786d62 - |
08 Nov 2024, 19:35
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.5 |
CWE | CWE-476 |
05 Nov 2024, 10:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
27 Jun 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 23:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
01 May 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-01 13:15
Updated : 2025-04-08 18:42
NVD link : CVE-2024-27028
Mitre link : CVE-2024-27028
CVE.ORG link : CVE-2024-27028
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference