CVE-2025-71303 (GCVE-0-2025-71303)

Vulnerability from cvelistv5 – Published: 2026-05-27 12:14 – Updated: 2026-05-27 12:14
VLAI
Title
accel/amdxdna: Fix race condition when checking rpm_on
Summary
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix race condition when checking rpm_on When autosuspend is triggered, driver rpm_on flag is set to indicate that a suspend/resume is already in progress. However, when a userspace application submits a command during this narrow window, amdxdna_pm_resume_get() may incorrectly skip the resume operation because the rpm_on flag is still set. This results in commands being submitted while the device has not actually resumed, causing unexpected behavior. The set_dpm() is called by suspend/resume, it relied on rpm_on flag to avoid calling into rpm suspend/resume recursivly. So to fix this, remove the use of the rpm_on flag entirely. Instead, introduce aie2_pm_set_dpm() which explicitly resumes the device before invoking set_dpm(). With this change, set_dpm() is called directly inside the suspend or resume execution path. Otherwise, aie2_pm_set_dpm() is called.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 063db451832b8849faf1b0b8404b3a6a39995b29 , < e7cb75b6a5127d78298e39750b4f3185eca0dafc (git)
Affected: 063db451832b8849faf1b0b8404b3a6a39995b29 , < 00ffe45ece80160aef446d74ded906352f21dd72 (git)
Create a notification for this product.
Linux Linux Affected: 6.19
Unaffected: 0 , < 6.19 (semver)
Unaffected: 6.19.4 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/accel/amdxdna/aie2_message.c",
            "drivers/accel/amdxdna/aie2_pci.c",
            "drivers/accel/amdxdna/aie2_pci.h",
            "drivers/accel/amdxdna/aie2_pm.c",
            "drivers/accel/amdxdna/aie2_smu.c",
            "drivers/accel/amdxdna/amdxdna_pci_drv.h",
            "drivers/accel/amdxdna/amdxdna_pm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e7cb75b6a5127d78298e39750b4f3185eca0dafc",
              "status": "affected",
              "version": "063db451832b8849faf1b0b8404b3a6a39995b29",
              "versionType": "git"
            },
            {
              "lessThan": "00ffe45ece80160aef446d74ded906352f21dd72",
              "status": "affected",
              "version": "063db451832b8849faf1b0b8404b3a6a39995b29",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/accel/amdxdna/aie2_message.c",
            "drivers/accel/amdxdna/aie2_pci.c",
            "drivers/accel/amdxdna/aie2_pci.h",
            "drivers/accel/amdxdna/aie2_pm.c",
            "drivers/accel/amdxdna/aie2_smu.c",
            "drivers/accel/amdxdna/amdxdna_pci_drv.h",
            "drivers/accel/amdxdna/amdxdna_pm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.19"
            },
            {
              "lessThan": "6.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.4",
                  "versionStartIncluding": "6.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\naccel/amdxdna: Fix race condition when checking rpm_on\n\nWhen autosuspend is triggered, driver rpm_on flag is set to indicate that\na suspend/resume is already in progress. However, when a userspace\napplication submits a command during this narrow window,\namdxdna_pm_resume_get() may incorrectly skip the resume operation because\nthe rpm_on flag is still set. This results in commands being submitted\nwhile the device has not actually resumed, causing unexpected behavior.\n\nThe set_dpm() is called by suspend/resume, it relied on rpm_on flag to\navoid calling into rpm suspend/resume recursivly. So to fix this, remove\nthe use of the rpm_on flag entirely. Instead, introduce aie2_pm_set_dpm()\nwhich explicitly resumes the device before invoking set_dpm(). With this\nchange, set_dpm() is called directly inside the suspend or resume execution\npath. Otherwise, aie2_pm_set_dpm() is called."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-27T12:14:51.799Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e7cb75b6a5127d78298e39750b4f3185eca0dafc"
        },
        {
          "url": "https://git.kernel.org/stable/c/00ffe45ece80160aef446d74ded906352f21dd72"
        }
      ],
      "title": "accel/amdxdna: Fix race condition when checking rpm_on",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-71303",
    "datePublished": "2026-05-27T12:14:51.799Z",
    "dateReserved": "2026-05-08T13:14:33.087Z",
    "dateUpdated": "2026-05-27T12:14:51.799Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-71303",
      "date": "2026-07-10",
      "epss": "0.00102",
      "percentile": "0.01113"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-71303\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-27T14:16:42.733\",\"lastModified\":\"2026-06-25T21:04:45.110\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\naccel/amdxdna: Fix race condition when checking rpm_on\\n\\nWhen autosuspend is triggered, driver rpm_on flag is set to indicate that\\na suspend/resume is already in progress. However, when a userspace\\napplication submits a command during this narrow window,\\namdxdna_pm_resume_get() may incorrectly skip the resume operation because\\nthe rpm_on flag is still set. This results in commands being submitted\\nwhile the device has not actually resumed, causing unexpected behavior.\\n\\nThe set_dpm() is called by suspend/resume, it relied on rpm_on flag to\\navoid calling into rpm suspend/resume recursivly. So to fix this, remove\\nthe use of the rpm_on flag entirely. Instead, introduce aie2_pm_set_dpm()\\nwhich explicitly resumes the device before invoking set_dpm(). With this\\nchange, set_dpm() is called directly inside the suspend or resume execution\\npath. Otherwise, aie2_pm_set_dpm() is called.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/accel/amdxdna/aie2_message.c\",\"drivers/accel/amdxdna/aie2_pci.c\",\"drivers/accel/amdxdna/aie2_pci.h\",\"drivers/accel/amdxdna/aie2_pm.c\",\"drivers/accel/amdxdna/aie2_smu.c\",\"drivers/accel/amdxdna/amdxdna_pci_drv.h\",\"drivers/accel/amdxdna/amdxdna_pm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"063db451832b8849faf1b0b8404b3a6a39995b29\",\"lessThan\":\"e7cb75b6a5127d78298e39750b4f3185eca0dafc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"063db451832b8849faf1b0b8404b3a6a39995b29\",\"lessThan\":\"00ffe45ece80160aef446d74ded906352f21dd72\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/accel/amdxdna/aie2_message.c\",\"drivers/accel/amdxdna/aie2_pci.c\",\"drivers/accel/amdxdna/aie2_pci.h\",\"drivers/accel/amdxdna/aie2_pm.c\",\"drivers/accel/amdxdna/aie2_smu.c\",\"drivers/accel/amdxdna/amdxdna_pci_drv.h\",\"drivers/accel/amdxdna/amdxdna_pm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.19\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.19\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.4\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.4\",\"matchCriteriaId\":\"672A3E79-EC03-479D-8503-361DFBDC8092\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/00ffe45ece80160aef446d74ded906352f21dd72\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e7cb75b6a5127d78298e39750b4f3185eca0dafc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T07:13:18+00:00",
      "cve": "CVE-2025-71303",
      "id": "CVE-2025-71303",
      "initial_release_date": "2025-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: accel/amdxdna: Fix race condition when checking rpm_on",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-71303.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…