cve-2021-47042
Vulnerability from cvelistv5
Published
2024-02-28 08:13
Modified
2024-11-04 11:58
Severity ?
Summary
drm/amd/display: Free local data after use
Impacted products
LinuxLinux
LinuxLinux
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:24:39.499Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/296443139f893b554dddd56a99ba8471ab5802d4"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/616cf23b6cf40ad6f03ffbddfa1b6c4eb68d8ae1"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-47042",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T15:57:44.782253Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:32:48.903Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/display/dc/core/dc_link.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "296443139f89",
              "status": "affected",
              "version": "3a00c04212d1",
              "versionType": "git"
            },
            {
              "lessThan": "616cf23b6cf4",
              "status": "affected",
              "version": "3a00c04212d1",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/display/dc/core/dc_link.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.12"
            },
            {
              "lessThan": "5.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.12.*",
              "status": "unaffected",
              "version": "5.12.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Free local data after use\n\nFixes the following memory leak in dc_link_construct():\n\nunreferenced object 0xffffa03e81471400 (size 1024):\ncomm \"amd_module_load\", pid 2486, jiffies 4294946026 (age 10.544s)\nhex dump (first 32 bytes):\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\nbacktrace:\n[\u003c000000000bdf5c4a\u003e] kmem_cache_alloc_trace+0x30a/0x4a0\n[\u003c00000000e7c59f0e\u003e] link_create+0xce/0xac0 [amdgpu]\n[\u003c000000002fb6c072\u003e] dc_create+0x370/0x720 [amdgpu]\n[\u003c000000000094d1f3\u003e] amdgpu_dm_init+0x18e/0x17a0 [amdgpu]\n[\u003c00000000bec048fd\u003e] dm_hw_init+0x12/0x20 [amdgpu]\n[\u003c00000000a2bb7cf6\u003e] amdgpu_device_init+0x1463/0x1e60 [amdgpu]\n[\u003c0000000032d3bb13\u003e] amdgpu_driver_load_kms+0x5b/0x330 [amdgpu]\n[\u003c00000000a27834f9\u003e] amdgpu_pci_probe+0x192/0x280 [amdgpu]\n[\u003c00000000fec7d291\u003e] local_pci_probe+0x47/0xa0\n[\u003c0000000055dbbfa7\u003e] pci_device_probe+0xe3/0x180\n[\u003c00000000815da970\u003e] really_probe+0x1c4/0x4e0\n[\u003c00000000b4b6974b\u003e] driver_probe_device+0x62/0x150\n[\u003c000000000f9ecc61\u003e] device_driver_attach+0x58/0x60\n[\u003c000000000f65c843\u003e] __driver_attach+0xd6/0x150\n[\u003c000000002f5e3683\u003e] bus_for_each_dev+0x6a/0xc0\n[\u003c00000000a1cfc897\u003e] driver_attach+0x1e/0x20"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-11-04T11:58:17.877Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/296443139f893b554dddd56a99ba8471ab5802d4"
        },
        {
          "url": "https://git.kernel.org/stable/c/616cf23b6cf40ad6f03ffbddfa1b6c4eb68d8ae1"
        }
      ],
      "title": "drm/amd/display: Free local data after use",
      "x_generator": {
        "engine": "bippy-9e1c9544281a"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47042",
    "datePublished": "2024-02-28T08:13:47.809Z",
    "dateReserved": "2024-02-27T18:42:55.969Z",
    "dateUpdated": "2024-11-04T11:58:17.877Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2021-47042\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-02-28T09:15:40.083\",\"lastModified\":\"2024-02-28T14:06:45.783\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/amd/display: Free local data after use\\n\\nFixes the following memory leak in dc_link_construct():\\n\\nunreferenced object 0xffffa03e81471400 (size 1024):\\ncomm \\\"amd_module_load\\\", pid 2486, jiffies 4294946026 (age 10.544s)\\nhex dump (first 32 bytes):\\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\\n00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\\nbacktrace:\\n[\u003c000000000bdf5c4a\u003e] kmem_cache_alloc_trace+0x30a/0x4a0\\n[\u003c00000000e7c59f0e\u003e] link_create+0xce/0xac0 [amdgpu]\\n[\u003c000000002fb6c072\u003e] dc_create+0x370/0x720 [amdgpu]\\n[\u003c000000000094d1f3\u003e] amdgpu_dm_init+0x18e/0x17a0 [amdgpu]\\n[\u003c00000000bec048fd\u003e] dm_hw_init+0x12/0x20 [amdgpu]\\n[\u003c00000000a2bb7cf6\u003e] amdgpu_device_init+0x1463/0x1e60 [amdgpu]\\n[\u003c0000000032d3bb13\u003e] amdgpu_driver_load_kms+0x5b/0x330 [amdgpu]\\n[\u003c00000000a27834f9\u003e] amdgpu_pci_probe+0x192/0x280 [amdgpu]\\n[\u003c00000000fec7d291\u003e] local_pci_probe+0x47/0xa0\\n[\u003c0000000055dbbfa7\u003e] pci_device_probe+0xe3/0x180\\n[\u003c00000000815da970\u003e] really_probe+0x1c4/0x4e0\\n[\u003c00000000b4b6974b\u003e] driver_probe_device+0x62/0x150\\n[\u003c000000000f9ecc61\u003e] device_driver_attach+0x58/0x60\\n[\u003c000000000f65c843\u003e] __driver_attach+0xd6/0x150\\n[\u003c000000002f5e3683\u003e] bus_for_each_dev+0x6a/0xc0\\n[\u003c00000000a1cfc897\u003e] driver_attach+0x1e/0x20\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/amd/display: datos locales gratuitos despu\u00e9s de su uso. Corrige la siguiente p\u00e9rdida de memoria en dc_link_construct(): objeto sin referencia 0xffffa03e81471400 (tama\u00f1o 1024): comm \\\"amd_module_load\\\", pid 2486, jiffies 4294946026 (edad 10,544 s) volcado hexadecimal (primeros 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ retroceso: [\u0026lt;000000000bdf5c4a\u0026gt;] kmem_cache_alloc_trace+0x30a/0x4a0 [\u0026lt;00000000e7c59f0e\u0026gt;] link_create+0xce/0xac0 [amdgpu] [\u0026lt;000000002fb6c072\u0026gt;] dc_create+0x370/0x720 [amdgpu] [\u0026lt;000000000094d1f3\u0026gt;] amdgpu_dm_init+0x18e/0x17a0 [amdgpu] [\u0026lt;00000000bec048fd\u0026gt;] dm_hw_in es+0x12/0x20 [amdgpu] [\u0026lt;00000000a2bb7cf6\u0026gt;] amdgpu_device_init+0x1463 /0x1e60 [amdgpu] [\u0026lt;0000000032d3bb13\u0026gt;] amdgpu_driver_load_kms+0x5b/0x330 [amdgpu] [\u0026lt;00000000a27834f9\u0026gt;] amdgpu_pci_probe+0x192/0x280 [amdgpu] [\u0026lt;00000000fec7d29 1\u0026gt;] local_pci_probe+0x47/0xa0 [\u0026lt;0000000055dbbfa7\u0026gt;] pci_device_probe+0xe3/ 0x180 [\u0026lt;00000000815da970\u0026gt;] very_probe+0x1c4/0x4e0 [\u0026lt;00000000b4b6974b\u0026gt;] driver_probe_device+0x62/0x150 [\u0026lt;000000000f9ecc61\u0026gt;] device_driver_attach+0x58/0x60 [\u0026lt;0000000 00f65c843\u0026gt;] __driver_attach+0xd6/0x150 [\u0026lt;000000002f5e3683\u0026gt;] bus_for_each_dev+0x6a/ 0xc0 [\u0026lt;00000000a1cfc897\u0026gt;] controlador_attach+0x1e/0x20\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/296443139f893b554dddd56a99ba8471ab5802d4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/616cf23b6cf40ad6f03ffbddfa1b6c4eb68d8ae1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...

Loading...
  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.