CVE-2026-81015
Last modified
CVE-2026-81015 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Fix LPS0 and debugfs leaks when STB init fails amd_pmc_probe() registers the LPS0 s2idle handler with acpi_register_lps0_dev() and creates the driver's debugfs directory before calling amd_stb_s2d_init(), which is the last step in probe that can fail. When amd_stb_s2d_init() fails (for example the S2D telemetry region cannot be ioremapped on a long-running system, or the SMU rejects the S2D setup) the error path only calls pci_dev_put() and returns. This leaves amd_pmc_s2idle_dev_ops on the global lps0_s2idle_devops_head list and leaks the debugfs directory, while the devm-managed resources backing the handler are torn down. Reloading the module then walks the corrupted list in acpi_register_lps0_dev() and hits: list_add corruption. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Fix LPS0 and debugfs leaks when STB init fails amd_pmc_probe() registers the LPS0 s2idle handler with acpi_register_lps0_dev() and creates the driver's debugfs directory before calling amd_stb_s2d_init(), which is the last step in probe that can fail. When amd_stb_s2d_init() fails (for example the S2D telemetry region cannot be ioremapped on a long-running system, or the SMU rejects the S2D setup) the error path only calls pci_dev_put() and returns. This leaves amd_pmc_s2idle_dev_ops on the global lps0_s2idle_devops_head list and leaks the debugfs directory, while the devm-managed resources backing the handler are torn down. Reloading the module then walks the corrupted list in acpi_register_lps0_dev() and hits: list_add corruption. next->prev should be prev, but was NULL. kernel BUG at lib/list_debug.c:29! acpi_register_lps0_dev+0x44/0x80 amd_pmc_probe+0x224/0x380 [amd_pmc] platform_probe+0x67/0x90 Even without a reload, the stale registration means the next s2idle transition calls into torn-down driver state. Unwind the debugfs directory and the LPS0 registration on the amd_stb_s2d_init() error path. acpi_unregister_lps0_dev() is safe to call unconditionally here: it is guarded on the same conditions as acpi_register_lps0_dev(), which is exactly what amd_pmc_remove() already relies on.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 83ad6974dd3bf34c080b3c08d36d02ebc3bd6da8, < bc9aa5fe21c3966c80647ed6574b94b863f23c62; >= 83ad6974dd3bf34c080b3c08d36d02ebc3bd6da8, < 30e5f4d0cd0be655c800f10ae3e530391aa6c1b5; >= 83ad6974dd3bf34c080b3c08d36d02ebc3bd6da8, < 76f650a76d6a36a4bee79d94db90a0e935a95477 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81015?
How severe is CVE-2026-81015?
How do I fix CVE-2026-81015?
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-81009In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81010In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81011In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-81012In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81013In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81014In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81016In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-81017In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81018In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81019wolfProvider before 1.2.2 generates the 8-byte explicit AES-…7.4
- CVE-2026-81020wolfEngine before 1.4.1 generates the 8-byte explicit AES-GC…7.4
- CVE-2026-81021The SupportCandy WordPress plugin before 3.5.3 does not per…5.3
Are you affected by CVE-2026-81015?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
