cve-2024-26916
Vulnerability from cvelistv5
Published
2024-04-17 15:59
Modified
2024-08-02 00:21
Severity
Summary
Revert "drm/amd: flush any delayed gfxoff on suspend entry"
Impacted products
VendorProduct
LinuxLinux
LinuxLinux
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26916",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-07-16T15:08:35.751490Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-07-16T15:08:56.074Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:21:05.496Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/65158edb0a3a8df23197d52cd24287e39eaf95d6"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/ff70e6ff6fc2413caf33410af7462d1f584d927e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/caa2565a2e13899be31f7b1e069e6465d3e2adb0"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/d855ceb6a5fde668c5431156bc60fae0cc52b764"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/916361685319098f696b798ef1560f69ed96e934"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdgpu/amdgpu_device.c",
            "drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "65158edb0a3a",
              "status": "affected",
              "version": "f94942885e84",
              "versionType": "git"
            },
            {
              "lessThan": "ff70e6ff6fc2",
              "status": "affected",
              "version": "78b2ba39beef",
              "versionType": "git"
            },
            {
              "lessThan": "caa2565a2e13",
              "status": "affected",
              "version": "3aae4ef4d799",
              "versionType": "git"
            },
            {
              "lessThan": "d855ceb6a5fd",
              "status": "affected",
              "version": "ab4750332dbe",
              "versionType": "git"
            },
            {
              "lessThan": "916361685319",
              "status": "affected",
              "version": "ab4750332dbe",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdgpu/amdgpu_device.c",
            "drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.7"
            },
            {
              "lessThan": "6.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.149",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.79",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.18",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.6",
              "versionType": "custom"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.8",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"drm/amd: flush any delayed gfxoff on suspend entry\"\n\ncommit ab4750332dbe (\"drm/amdgpu/sdma5.2: add begin/end_use ring\ncallbacks\") caused GFXOFF control to be used more heavily and the\ncodepath that was removed from commit 0dee72639533 (\"drm/amd: flush any\ndelayed gfxoff on suspend entry\") now can be exercised at suspend again.\n\nUsers report that by using GNOME to suspend the lockscreen trigger will\ncause SDMA traffic and the system can deadlock.\n\nThis reverts commit 0dee726395333fea833eaaf838bc80962df886c8."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-05-29T05:24:57.955Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/65158edb0a3a8df23197d52cd24287e39eaf95d6"
        },
        {
          "url": "https://git.kernel.org/stable/c/ff70e6ff6fc2413caf33410af7462d1f584d927e"
        },
        {
          "url": "https://git.kernel.org/stable/c/caa2565a2e13899be31f7b1e069e6465d3e2adb0"
        },
        {
          "url": "https://git.kernel.org/stable/c/d855ceb6a5fde668c5431156bc60fae0cc52b764"
        },
        {
          "url": "https://git.kernel.org/stable/c/916361685319098f696b798ef1560f69ed96e934"
        }
      ],
      "title": "Revert \"drm/amd: flush any delayed gfxoff on suspend entry\"",
      "x_generator": {
        "engine": "bippy-a5840b7849dd"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26916",
    "datePublished": "2024-04-17T15:59:25.711Z",
    "dateReserved": "2024-02-19T14:20:24.193Z",
    "dateUpdated": "2024-08-02T00:21:05.496Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-26916\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-04-17T16:15:08.200\",\"lastModified\":\"2024-04-17T16:51:07.347\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nRevert \\\"drm/amd: flush any delayed gfxoff on suspend entry\\\"\\n\\ncommit ab4750332dbe (\\\"drm/amdgpu/sdma5.2: add begin/end_use ring\\ncallbacks\\\") caused GFXOFF control to be used more heavily and the\\ncodepath that was removed from commit 0dee72639533 (\\\"drm/amd: flush any\\ndelayed gfxoff on suspend entry\\\") now can be exercised at suspend again.\\n\\nUsers report that by using GNOME to suspend the lockscreen trigger will\\ncause SDMA traffic and the system can deadlock.\\n\\nThis reverts commit 0dee726395333fea833eaaf838bc80962df886c8.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se resolvi\u00f3 la siguiente vulnerabilidad: Revertir \\\"drm/amd: eliminar cualquier gfxoff retrasado al suspender la entrada\\\" commit ab4750332dbe (\\\"drm/amdgpu/sdma5.2: agregar devoluciones de llamada de anillo de inicio/fin de uso\\\") provoc\u00f3 que el control de GFXOFF se utilizar\u00e1 m\u00e1s intensamente y la ruta de c\u00f3digo que se elimin\u00f3 del commit 0dee72639533 (\\\"drm/amd: eliminar cualquier gfxoff retrasado al suspender la entrada\\\") ahora se puede ejercer nuevamente en suspensi\u00f3n. Los usuarios informan que al usar GNOME para suspender el activador de la pantalla de bloqueo provocar\u00e1 tr\u00e1fico SDMA y el sistema puede bloquearse. Esto revierte el commit 0dee726395333fea833eaaf838bc80962df886c8.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/65158edb0a3a8df23197d52cd24287e39eaf95d6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/916361685319098f696b798ef1560f69ed96e934\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/caa2565a2e13899be31f7b1e069e6465d3e2adb0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d855ceb6a5fde668c5431156bc60fae0cc52b764\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ff70e6ff6fc2413caf33410af7462d1f584d927e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...