CVE-2025-21831 (GCVE-0-2025-21831)
Vulnerability from cvelistv5
Published
2025-03-06 16:22
Modified
2025-05-04 07:22
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1 commit 9d26d3a8f1b0 ("PCI: Put PCIe ports into D3 during suspend") sets the policy that all PCIe ports are allowed to use D3. When the system is suspended if the port is not power manageable by the platform and won't be used for wakeup via a PME this sets up the policy for these ports to go into D3hot. This policy generally makes sense from an OSPM perspective but it leads to problems with wakeup from suspend on the TUXEDO Sirius 16 Gen 1 with a specific old BIOS. This manifests as a system hang. On the affected Device + BIOS combination, add a quirk for the root port of the problematic controller to ensure that these root ports are not put into D3hot at suspend. This patch is based on https://lore.kernel.org/linux-pci/20230708214457.1229-2-mario.limonciello@amd.com but with the added condition both in the documentation and in the code to apply only to the TUXEDO Sirius 16 Gen 1 with a specific old BIOS and only the affected root ports.
Impacted products
Vendor Product Version
Linux Linux Version: 9d26d3a8f1b0c442339a235f9508bdad8af91043
Version: 9d26d3a8f1b0c442339a235f9508bdad8af91043
Version: 9d26d3a8f1b0c442339a235f9508bdad8af91043
Version: 9d26d3a8f1b0c442339a235f9508bdad8af91043
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/pci/fixup.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8852e056e297df1d8635ee7504e780d3184e45d0",
              "status": "affected",
              "version": "9d26d3a8f1b0c442339a235f9508bdad8af91043",
              "versionType": "git"
            },
            {
              "lessThan": "5ee3dd6e59b834e4d66e8b16fc684749ee40a257",
              "status": "affected",
              "version": "9d26d3a8f1b0c442339a235f9508bdad8af91043",
              "versionType": "git"
            },
            {
              "lessThan": "a78dfe50fffe6058afed2bb04c50c2c9a16664ee",
              "status": "affected",
              "version": "9d26d3a8f1b0c442339a235f9508bdad8af91043",
              "versionType": "git"
            },
            {
              "lessThan": "b1049f2d68693c80a576c4578d96774a68df2bad",
              "status": "affected",
              "version": "9d26d3a8f1b0c442339a235f9508bdad8af91043",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/x86/pci/fixup.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.8"
            },
            {
              "lessThan": "4.8",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.78",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.13.*",
              "status": "unaffected",
              "version": "6.13.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.14",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.78",
                  "versionStartIncluding": "4.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.14",
                  "versionStartIncluding": "4.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13.3",
                  "versionStartIncluding": "4.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.14",
                  "versionStartIncluding": "4.8",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1\n\ncommit 9d26d3a8f1b0 (\"PCI: Put PCIe ports into D3 during suspend\") sets the\npolicy that all PCIe ports are allowed to use D3.  When the system is\nsuspended if the port is not power manageable by the platform and won\u0027t be\nused for wakeup via a PME this sets up the policy for these ports to go\ninto D3hot.\n\nThis policy generally makes sense from an OSPM perspective but it leads to\nproblems with wakeup from suspend on the TUXEDO Sirius 16 Gen 1 with a\nspecific old BIOS. This manifests as a system hang.\n\nOn the affected Device + BIOS combination, add a quirk for the root port of\nthe problematic controller to ensure that these root ports are not put into\nD3hot at suspend.\n\nThis patch is based on\n\n  https://lore.kernel.org/linux-pci/20230708214457.1229-2-mario.limonciello@amd.com\n\nbut with the added condition both in the documentation and in the code to\napply only to the TUXEDO Sirius 16 Gen 1 with a specific old BIOS and only\nthe affected root ports."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T07:22:04.294Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8852e056e297df1d8635ee7504e780d3184e45d0"
        },
        {
          "url": "https://git.kernel.org/stable/c/5ee3dd6e59b834e4d66e8b16fc684749ee40a257"
        },
        {
          "url": "https://git.kernel.org/stable/c/a78dfe50fffe6058afed2bb04c50c2c9a16664ee"
        },
        {
          "url": "https://git.kernel.org/stable/c/b1049f2d68693c80a576c4578d96774a68df2bad"
        }
      ],
      "title": "PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-21831",
    "datePublished": "2025-03-06T16:22:33.443Z",
    "dateReserved": "2024-12-29T08:45:45.776Z",
    "dateUpdated": "2025-05-04T07:22:04.294Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-21831\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-03-06T17:15:23.060\",\"lastModified\":\"2025-03-06T17:15:23.060\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nPCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1\\n\\ncommit 9d26d3a8f1b0 (\\\"PCI: Put PCIe ports into D3 during suspend\\\") sets the\\npolicy that all PCIe ports are allowed to use D3.  When the system is\\nsuspended if the port is not power manageable by the platform and won\u0027t be\\nused for wakeup via a PME this sets up the policy for these ports to go\\ninto D3hot.\\n\\nThis policy generally makes sense from an OSPM perspective but it leads to\\nproblems with wakeup from suspend on the TUXEDO Sirius 16 Gen 1 with a\\nspecific old BIOS. This manifests as a system hang.\\n\\nOn the affected Device + BIOS combination, add a quirk for the root port of\\nthe problematic controller to ensure that these root ports are not put into\\nD3hot at suspend.\\n\\nThis patch is based on\\n\\n  https://lore.kernel.org/linux-pci/20230708214457.1229-2-mario.limonciello@amd.com\\n\\nbut with the added condition both in the documentation and in the code to\\napply only to the TUXEDO Sirius 16 Gen 1 with a specific old BIOS and only\\nthe affected root ports.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: PCI: evitar poner algunos puertos ra\u00edz en D3 en TUXEDO Sirius Gen1 commit 9d26d3a8f1b0 (\\\"PCI: poner puertos PCIe en D3 durante la suspensi\u00f3n\\\") establece la pol\u00edtica de que todos los puertos PCIe pueden usar D3. Cuando el sistema est\u00e1 suspendido, si la plataforma no puede administrar la energ\u00eda del puerto y no se usar\u00e1 para la activaci\u00f3n a trav\u00e9s de un PME, esto configura la pol\u00edtica para que estos puertos entren en D3hot. Esta pol\u00edtica generalmente tiene sentido desde una perspectiva OSPM, pero genera problemas con la activaci\u00f3n desde la suspensi\u00f3n en TUXEDO Sirius 16 Gen 1 con un BIOS antiguo espec\u00edfico. Esto se manifiesta como un bloqueo del sistema. En la combinaci\u00f3n de dispositivo + BIOS afectada, agregue una peculiaridad para el puerto ra\u00edz del controlador problem\u00e1tico para garantizar que estos puertos ra\u00edz no se coloquen en D3hot en la suspensi\u00f3n. Este parche est\u00e1 basado en https://lore.kernel.org/linux-pci/20230708214457.1229-2-mario.limonciello@amd.com pero con la condici\u00f3n adicional tanto en la documentaci\u00f3n como en el c\u00f3digo de aplicarse solo a TUXEDO Sirius 16 Gen 1 con un BIOS antiguo espec\u00edfico y solo los puertos ra\u00edz afectados.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/5ee3dd6e59b834e4d66e8b16fc684749ee40a257\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8852e056e297df1d8635ee7504e780d3184e45d0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a78dfe50fffe6058afed2bb04c50c2c9a16664ee\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b1049f2d68693c80a576c4578d96774a68df2bad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

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


Loading…

Loading…