HOMEVULNERABILITIESCVE-2026-23213
NONE

CVE-2026-23213

Published: February 18, 2026· Updated: Feb 18, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:3.7th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/pm: Disable MMIO access during SMU Mode 1 reset

During Mode 1 reset, the ASIC undergoes a reset cycle and becomes

temporarily inaccessible via PCIe. Any attempt to access MMIO registers

during this window (e.g., from interrupt handlers or other driver threads)

can result in uncompleted PCIe transactions, leading to NMI panics or

system hangs.

To prevent this, set the `no_hw_access` flag to true immediately after

triggering the reset. This signals other driver components to skip

register accesses while the device is offline.

A memory barrier `smp_mb()` is added to ensure the flag update is

globally visible to all cores before the driver enters the sleep/wait

state.

(cherry picked from commit 7edb503fe4b6d67f47d8bb0dfafb8e699bb0f8a4)

NVD Source

Technical Analysis

CVE-2026-23213 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 (3)

Quick Facts

CVE IDCVE-2026-23213
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedFeb 18, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23213 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.