Lucene search

K
cveLinuxCVE-2024-42310
HistoryAug 17, 2024 - 9:15 a.m.

CVE-2024-42310

2024-08-1709:15:11
CWE-476
Linux
web.nvd.nist.gov
33
linux kernel
drm
gma500
null pointer dereference
cve-2024-42310

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

5.0%

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

drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes

In cdv_intel_lvds_get_modes(), the return value of drm_mode_duplicate()
is assigned to mode, which will lead to a NULL pointer dereference on
failure of drm_mode_duplicate(). Add a check to avoid npd.

Affected configurations

Nvd
Vulners
Node
linuxlinux_kernelRange3.34.19.320
OR
linuxlinux_kernelRange4.205.4.282
OR
linuxlinux_kernelRange5.55.10.224
OR
linuxlinux_kernelRange5.115.15.165
OR
linuxlinux_kernelRange5.166.1.103
OR
linuxlinux_kernelRange6.26.6.44
OR
linuxlinux_kernelRange6.76.10.3
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/gma500/cdv_intel_lvds.c"
    ],
    "versions": [
      {
        "version": "6a227d5fd6c4",
        "lessThan": "f392c36cebf4",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "a658ae2173ab",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "b6ac46a00188",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "08f45102c81a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "e74eb5e80894",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "2d209b2f862f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "977ee4fe895e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "6a227d5fd6c4",
        "lessThan": "cb520c3f366c",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/gma500/cdv_intel_lvds.c"
    ],
    "versions": [
      {
        "version": "3.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "3.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.320",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.282",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.224",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.165",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.103",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.44",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.3",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

5.0%