Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-35891
HistoryMay 19, 2024 - 8:34 a.m.

CVE-2024-35891 net: phy: micrel: Fix potential null pointer dereference

2024-05-1908:34:46
Linux
github.com
6
vulnerability resolved
linux kernel
net: phy: micrel
fix
null pointer dereference
svace

AI Score

6.9

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

net: phy: micrel: Fix potential null pointer dereference

In lan8814_get_sig_rx() and lan8814_get_sig_tx() ptp_parse_header() may
return NULL as ptp_header due to abnormal packet type or corrupted packet.
Fix this bug by adding ptp_header check.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

CNA Affected

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "ece19502834d",
        "lessThan": "10608161696c",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "ece19502834d",
        "lessThan": "95c1016a2d92",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "ece19502834d",
        "lessThan": "49767b0df276",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "ece19502834d",
        "lessThan": "96c155943a70",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/net/phy/micrel.c"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "5.18"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "5.18",
        "versionType": "custom"
      },
      {
        "status": "unaffected",
        "version": "6.1.85",
        "versionType": "custom",
        "lessThanOrEqual": "6.1.*"
      },
      {
        "status": "unaffected",
        "version": "6.6.26",
        "versionType": "custom",
        "lessThanOrEqual": "6.6.*"
      },
      {
        "status": "unaffected",
        "version": "6.8.5",
        "versionType": "custom",
        "lessThanOrEqual": "6.8.*"
      },
      {
        "status": "unaffected",
        "version": "6.9",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "drivers/net/phy/micrel.c"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

6.9

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial