Lucene search

K
cveLinuxCVE-2024-43867
HistoryAug 21, 2024 - 12:15 a.m.

CVE-2024-43867

2024-08-2100:15:05
Linux
web.nvd.nist.gov
30
linux kernel
vulnerability
resolved
cve-2024-43867
nouveau
prime
refcount underflow
drm
fix

AI Score

6.5

Confidence

High

EPSS

0

Percentile

10.9%

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

drm/nouveau: prime: fix refcount underflow

Calling nouveau_bo_ref() on a nouveau_bo without initializing it (and
hence the backing ttm_bo) leads to a refcount underflow.

Instead of calling nouveau_bo_ref() in the unwind path of
drm_gem_object_init(), clean things up manually.

(cherry picked from commit 1b93f3e89d03cfc576636e195466a0d728ad8de5)

Affected configurations

Vulners
Node
linuxlinux_kernelRange3.95.4.282
OR
linuxlinux_kernelRange5.5.05.10.224
OR
linuxlinux_kernelRange5.11.05.15.165
OR
linuxlinux_kernelRange5.16.06.1.104
OR
linuxlinux_kernelRange6.2.06.6.45
OR
linuxlinux_kernelRange6.7.06.10.4
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/nouveau/nouveau_prime.c"
    ],
    "versions": [
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "3bcb8bba72ce",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "906372e753c5",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "16998763c62b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "ebebba4d357b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "f23cd66933fe",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "2a1b327d57a8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ab9ccb96a6e6",
        "lessThan": "a9bf3efc33f1",
        "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/nouveau/nouveau_prime.c"
    ],
    "versions": [
      {
        "version": "3.9",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "3.9",
        "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.104",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.45",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.4",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

High

EPSS

0

Percentile

10.9%