Lucene search

K
cvelistLinuxCVELIST:CVE-2024-26649
HistoryMar 26, 2024 - 5:50 p.m.

CVE-2024-26649 drm/amdgpu: Fix the null pointer when load rlc firmware

2024-03-2617:50:02
Linux
www.cve.org
linux kernel
drm
amdgpu
vulnerability
null pointer
firmware
validation

7.5 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.5%

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

drm/amdgpu: Fix the null pointer when load rlc firmware

If the RLC firmware is invalid because of wrong header size,
the pointer to the rlc firmware is released in function
amdgpu_ucode_request. There will be a null pointer error
in subsequent use. So skip validation to fix it.

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/amd/amdgpu/gfx_v10_0.c"
    ],
    "versions": [
      {
        "version": "3da9b71563cb",
        "lessThan": "8b5bacce2d13",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3da9b71563cb",
        "lessThan": "d3887448486c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3da9b71563cb",
        "lessThan": "bc03c02cc199",
        "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/amd/amdgpu/gfx_v10_0.c"
    ],
    "versions": [
      {
        "version": "6.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.15",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.3",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

7.5 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.5%