Executive Summary

Informations
Name CVE-2024-35883 First vendor Publication 2024-05-19
Vendor Cve Last vendor Modification 2024-05-20

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe

In function pci1xxxx_spi_probe, there is a potential null pointer that may be caused by a failed memory allocation by the function devm_kzalloc. Hence, a null pointer check needs to be added to prevent null pointer dereferencing later in the code.

To fix this issue, spi_bus->spi_int[iter] should be checked. The memory allocated by devm_kzalloc will be automatically released, so just directly return -ENOMEM without worrying about memory leaks.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35883

Sources (Detail)

https://git.kernel.org/stable/c/1f886a7bfb3faf4c1021e73f045538008ce7634e
https://git.kernel.org/stable/c/4b31a226097cf8cc3c9de5e855d97757fdb2bf06
https://git.kernel.org/stable/c/95e5d9eb26705a9a76d2ef8bcba9ee2e195d653d
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2024-05-20 17:27:26
  • Multiple Updates
2024-05-19 13:27:26
  • First insertion