boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2024-42224MEDIUM
Linux Linux — net: dsa: mv88e6xxx: Correct check for empty list
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  N  L  H    6.1   .0024   14.6     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    a3c53be55c955b7150cda17874c3fcb4eeb97a89 –  —
  Linux    4.11 –                                      4.19.318
TIMELINE
  Jul 30  Reserved by Linux
  Jul 30  Published (CNA: Linux)
  Aug 4   RESCORED — CVE-2024-42224 (Linux). CVSS 7 → 6.1 (NVD).
CWE-754 · CNA: Linux · CVSS v3.1 · 9 references · NVD status: Modified

Description

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
July 30, 2024ReservedReserved by Linux
July 30, 2024PublishedPublished (CNA: Linux)
August 4, 2026RESCOREDRESCORED — CVE-2024-42224 (Linux). CVSS 7 → 6.1 (NVD).

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinuxa3c53be55c955b7150cda17874c3fcb4eeb97a89
LinuxLinux4.114.19.318

Weaknesses

CWE-754

References (9)

Related

Authoritative record: CVE-2024-42224 at cve.org

Vendors: linux

Weaknesses: CWE-754

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-42224 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.