Lucene search
K

CVE-2024-38552

🗓️ 19 Jun 2024 13:35:24Reported by LinuxType 
cve
 cve
🔗 web.nvd.nist.gov👁 113 Views🌐 WEB

Linux kernel drm/amd/display vulnerability fixe

Related
Detection
Affected
Refs
Paths
NVD
Vulners
CNA
Node
linuxlinux_kernelRange4.164.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
[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/amd/display/dc/dcn10/dcn10_cm_common.c"
    ],
    "versions": [
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "604c506ca43fce52bb882cff9c1fdf2ec3b4029c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "e280ab978c81443103d7c61bdd1d8d708cf6ed6d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "04bc4d1090c343025d69149ca669a27c5b9c34a7",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "ced9c4e2289a786b8fa684d8893b7045ea53ef7e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "98b8a6bfd30d07a19cfacdf82b50f84bf3360869",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "4e8c8b37ee84b3b19c448d2b8e4c916d2f5b9c86",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "123edbae64f4d21984359b99c6e79fcde31c6123",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "7226ddf3311c5e5a7726ad7d4e7b079bb3cfbb29",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b629596072e5fa901c84f9e88d845a696ee32942",
        "lessThan": "63ae548f1054a0b71678d0349c7dc9628ddd42ca",
        "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/display/dc/dcn10/dcn10_cm_common.c"
    ],
    "versions": [
      {
        "version": "4.16",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.16",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "4.19.316",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "5.4.278",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "5.10.219",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "5.15.161",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "6.1.93",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "6.6.33",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "6.8.12",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "6.9.3",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "semver"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]
ParameterPositionPathDescriptionCWE
ipathdrivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_cm_common.cPotential index out of bounds in color transformation function cm_helper_translate_curve_to_hw_format; if i exceeds TRANSFER_FUNC_POINTS, function returns false and logs an error.CWE-129
output_tf->tf_pts.redpathdrivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_cm_common.cPotential index out of bounds in color transformation function cm_helper_translate_curve_to_hw_format; if i exceeds TRANSFER_FUNC_POINTS, function returns false and logs an error.CWE-129
output_tf->tf_pts.greenpathdrivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_cm_common.cPotential index out of bounds in color transformation function cm_helper_translate_curve_to_hw_format; if i exceeds TRANSFER_FUNC_POINTS, function returns false and logs an error.CWE-129
output_tf->tf_pts.bluepathdrivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_cm_common.cPotential index out of bounds in color transformation function cm_helper_translate_curve_to_hw_format; if i exceeds TRANSFER_FUNC_POINTS, function returns false and logs an error.CWE-129

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation