Lucene search

K
cveLinuxCVE-2024-46820
HistorySep 27, 2024 - 1:15 p.m.

CVE-2024-46820

2024-09-2713:15:14
Linux
web.nvd.nist.gov
4
linux kernel
vulnerability
resolved
drm/amdgpu/vcn
irq disabling
vcn 5 suspend

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.6%

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

drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend

We do not directly enable/disable VCN IRQ in vcn 5.0.0.
And we do not handle the IRQ state as well. So the calls to
disable IRQ and set state are removed. This effectively gets
rid of the warining of
“WARN_ON(!amdgpu_irq_enabled(adev, src, type))”
in amdgpu_irq_put().

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.10.06.10.9
OR
linuxlinux_kernelRange6.11.0
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/amd/amdgpu/vcn_v5_0_0.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "aa92264ba6fd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "10fe1a79cd1b",
        "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/vcn_v5_0_0.c"
    ],
    "versions": [
      {
        "version": "6.10.9",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.6%

Related for CVE-2024-46820