CVE-2026-92506
Last modified
CVE-2026-92506 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix requested device removal race scmi_protocol_device_unrequest() drops scmi_requested_devices_mtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same protocol unregister concurrently, one thread can remove the final request and free the list head while the other is running its notifier. The latter then dereferences the freed list head after reacquiring the mutex and can free it a second time. Complete the list and IDR updates, including freeing an empty list head, before dropping the mutex.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix requested device removal race scmi_protocol_device_unrequest() drops scmi_requested_devices_mtx while notifying listeners but continues to retain the per-protocol list head. When two SCMI drivers for the same protocol unregister concurrently, one thread can remove the final request and free the list head while the other is running its notifier. The latter then dereferences the freed list head after reacquiring the mutex and can free it a second time. Complete the list and IDR updates, including freeing an empty list head, before dropping the mutex. Keep the blocking notifier outside the critical section and retain only the detached request across the callback.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d3cd7c525fd2ecce3a6c963f314969a54783d211, < 2ff7713b7308cd6bea3328f7cd750b5eaab42af3; >= d3cd7c525fd2ecce3a6c963f314969a54783d211, < 1c35915eaaa81a12340c838c5c2ccb02be2194c3; >= d3cd7c525fd2ecce3a6c963f314969a54783d211, < c3d4ef1c0ca6917aad6f1093b49f3932944a8c19; >= d3cd7c525fd2ecce3a6c963f314969a54783d211, < 21d35c5f46e99e9047bb9ded3ecb5ab440dd75b3; >= d3cd7c525fd2ecce3a6c963f314969a54783d211, < 2c4097e6c4aed276c5e9ec2ab331ab397ea780bf |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92506?
How severe is CVE-2026-92506?
How do I fix CVE-2026-92506?
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-92500In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92501In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92502In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92503In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92507In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92508In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92509In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9251Missing authorization in the entry status management feature…5.4
- CVE-2026-92510In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92511In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92506?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
