CVE-2026-93081
Last modified
CVE-2026-93081 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix SCMI device destroy lifetimes scmi_child_dev_find() drops the reference returned by device_find_child() before returning the scmi_device pointer. A concurrent unregister can then release the device while the destroy path is still using the returned pointer. Make the lookup helper return the device_find_child() reference and keep it until scmi_device_destroy() has finished unregistering the child. Also split device_unregister() in __scmi_device_destroy() so the SCMI bus ID is not made reusable until after device_del() has removed the old scmi_dev.N name from sysfs.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix SCMI device destroy lifetimes scmi_child_dev_find() drops the reference returned by device_find_child() before returning the scmi_device pointer. A concurrent unregister can then release the device while the destroy path is still using the returned pointer. Make the lookup helper return the device_find_child() reference and keep it until scmi_device_destroy() has finished unregistering the child. Also split device_unregister() in __scmi_device_destroy() so the SCMI bus ID is not made reusable until after device_del() has removed the old scmi_dev.N name from sysfs. This avoids a new SCMI device reusing the same ID while the old device is still registered. The final device release callback is also a possible cleanup path when SCMI children are deleted by driver core recursion rather than __scmi_device_destroy(). Release the SCMI bus ID from a common helper used by destroy, register-failure and final-release paths, and clear scmi_dev->id after freeing it so the final release cannot free the same ID again.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9ca67840c0ddf3f39407339624cef824a4f27599, < c59b3393df1348a12308aaabd5fbc58ed6b21cf5; >= 9ca67840c0ddf3f39407339624cef824a4f27599, < 6abe8fe36b29ff51d1a42c2f338972883f4751a5; 91ff1e9652fb9beb0174267d6bb38243dff211bb; ff4273d47da81b95ed9396110bcbd1b7b7470fe8; 2fbf6c9695ad9f05e7e5c166bf43fac7cb3276b3; 969d8beaa2e374387bf9aa5602ef84fc50bb48d8; 8a8a3547d5c4960da053df49c75bf623827a25da; >= 5.15.182, < 5.16; >= 6.1.138, < 6.2; >= 6.6.90, < 6.7; >= 6.12.28, < 6.13; >= 6.14.6, < 6.15 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93081?
How severe is CVE-2026-93081?
How do I fix CVE-2026-93081?
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-93076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93078In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93079In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9308Firefox for iOS Reader View replaced page content in its HTM…5.4
- CVE-2026-93080In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93082In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93083In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93084In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93085In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93089In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93081?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
