Executive Summary

Informations
Name CVE-2024-42224 First vendor Publication 2024-07-30
Vendor Cve Last vendor Modification 2024-11-21

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
Overall CVSS Score 6.1
Base Score 6.1 Environmental Score 6.1
impact SubScore 4.2 Temporal Score 6.1
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact Low Availability Impact High
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:

net: dsa: mv88e6xxx: Correct check for empty list

Since commit a3c53be55c95 ("net: dsa: mv88e6xxx: Support multiple MDIO busses") mv88e6xxx_default_mdio_bus() has checked that the return value of list_first_entry() is non-NULL.

This appears to be intended to guard against the list chip->mdios being empty. However, it is not the correct check as the implementation of list_first_entry is not designed to return NULL for empty lists.

Instead, use list_first_entry_or_null() which does return NULL if the list is empty.

Flagged by Smatch. Compile tested only.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-754 Improper Check for Unusual or Exceptional Conditions

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3635

Sources (Detail)

https://git.kernel.org/stable/c/2a2fe25a103cef73cde356e6d09da10f607e93f5
https://git.kernel.org/stable/c/3bf8d70e1455f87856640c3433b3660a31001618
https://git.kernel.org/stable/c/3f25b5f1635449036692a44b771f39f772190c1d
https://git.kernel.org/stable/c/47d28dde172696031c880c5778633cdca30394ee
https://git.kernel.org/stable/c/4c7f3950a9fd53a62b156c0fe7c3a2c43b0ba19b
https://git.kernel.org/stable/c/8c2c3cca816d074c75a2801d1ca0dea7b0148114
https://git.kernel.org/stable/c/aa03f591ef31ba603a4a99d05d25a0f21ab1cd89
https://git.kernel.org/stable/c/f75625db838ade28f032dacd0f0c8baca42ecde4
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Date Informations
2025-01-08 03:04:11
  • Multiple Updates
2025-01-07 03:03:44
  • Multiple Updates
2024-12-25 03:02:21
  • Multiple Updates
2024-12-12 03:05:18
  • Multiple Updates
2024-11-25 09:23:16
  • Multiple Updates
2024-11-22 21:22:30
  • Multiple Updates
2024-11-21 21:22:01
  • Multiple Updates
2024-11-20 02:58:54
  • Multiple Updates
2024-11-14 02:59:12
  • Multiple Updates
2024-11-09 02:59:13
  • Multiple Updates
2024-10-26 02:56:37
  • Multiple Updates
2024-10-25 02:58:32
  • Multiple Updates
2024-10-23 02:57:44
  • Multiple Updates
2024-10-02 17:27:49
  • Multiple Updates
2024-10-02 00:28:02
  • Multiple Updates
2024-09-25 21:27:47
  • Multiple Updates
2024-09-15 02:49:09
  • Multiple Updates
2024-09-12 02:48:41
  • Multiple Updates
2024-09-07 02:47:40
  • Multiple Updates
2024-09-06 02:46:50
  • Multiple Updates
2024-09-04 02:50:02
  • Multiple Updates
2024-08-22 02:47:54
  • Multiple Updates
2024-08-02 21:27:24
  • Multiple Updates
2024-07-30 17:27:23
  • Multiple Updates
2024-07-30 13:27:26
  • First insertion