CVE-2026-23213
Last modified
CVE-2026-23213 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
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)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.9, < 6.12.70 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.10 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23213?
How severe is CVE-2026-23213?
How do I fix CVE-2026-23213?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23208In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23209In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-2321Use after free in Ozone in Google Chrome prior to 145.0.7632…8.8
- CVE-2026-23210In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23211In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23212In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23214In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23215In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23216In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23217In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23218In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23219In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23213?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
