Lucene search

K
cveLinuxCVE-2024-38549
HistoryJun 19, 2024 - 2:15 p.m.

CVE-2024-38549

2024-06-1914:15:15
Linux
web.nvd.nist.gov
38
linux kernel
vulnerability
cve-2024-38549
drm/mediatek
gem object
0 size check
panic

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.6

Confidence

High

EPSS

0

Percentile

5.0%

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

drm/mediatek: Add 0 size check to mtk_drm_gem_obj

Add a check to mtk_drm_gem_init if we attempt to allocate a GEM object
of 0 bytes. Currently, no such check exists and the kernel will panic if
a userspace application attempts to allocate a 0x0 GBM buffer.

Tested by attempting to allocate a 0x0 GBM buffer on an MT8188 and
verifying that we now return EINVAL.

Affected configurations

Nvd
Vulners
Node
linuxlinux_kernelRange4.74.19.316
OR
linuxlinux_kernelRange4.205.4.278
OR
linuxlinux_kernelRange5.55.10.219
OR
linuxlinux_kernelRange5.115.15.161
OR
linuxlinux_kernelRange5.166.1.93
OR
linuxlinux_kernelRange6.26.6.33
OR
linuxlinux_kernelRange6.76.8.12
OR
linuxlinux_kernelRange6.96.9.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/mediatek/mtk_drm_gem.c"
    ],
    "versions": [
      {
        "version": "119f5173628a",
        "lessThan": "790788807954",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "be34a1b351ea",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "d17b75ee9c2e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "0e3b6f912372",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "13562c2d48c9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "af26ea99019c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "9489951e3ae5",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "fb4aabdb1b48",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "119f5173628a",
        "lessThan": "1e4350095e8a",
        "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/mediatek/mtk_drm_gem.c"
    ],
    "versions": [
      {
        "version": "4.7",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.7",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.316",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.278",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.219",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.161",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.93",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.33",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.12",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.3",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "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.6

Confidence

High

EPSS

0

Percentile

5.0%