HOMEVULNERABILITIESCVE-2025-71303
NONE

CVE-2025-71303

Published: May 27, 2026· Updated: May 27, 2026

Official Description

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.

NVD Source

Technical Analysis

CVE-2025-71303 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2025-71303
SeverityNONE
CISA KEVNo
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2025-71303 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.