CVE-2026-93084
Last modified
CVE-2026-93084 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Drop handle on protocol bind failures The SCMI bus notifier acquires an SCMI handle when the driver core emits BUS_NOTIFY_BIND_DRIVER, before invoking the protocol driver probe callback. The protocol probe path only checks whether sdev->handle is set. If device_link_add() fails after the handle has been acquired, the protocol device can still bind with a valid handle but without the dependency link to the SCMI parent.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Drop handle on protocol bind failures The SCMI bus notifier acquires an SCMI handle when the driver core emits BUS_NOTIFY_BIND_DRIVER, before invoking the protocol driver probe callback. The protocol probe path only checks whether sdev->handle is set. If device_link_add() fails after the handle has been acquired, the protocol device can still bind with a valid handle but without the dependency link to the SCMI parent. A concurrent parent unbind can then miss the child and tear down the SCMI instance while the child still holds a handle into it. If the protocol driver probe later fails, for example with -EPROBE_DEFER, the driver core emits BUS_NOTIFY_DRIVER_NOT_BOUND rather than BUS_NOTIFY_UNBOUND_DRIVER. The SCMI notifier only released the handle on BUS_NOTIFY_UNBOUND_DRIVER, so each failed protocol-device bind leaked the SCMI instance users refcount and left sdev->handle set after the failed probe. Make the link helper report failure and drop the acquired handle if the link cannot be created. Also handle BUS_NOTIFY_DRIVER_NOT_BOUND in the same cleanup path used for unbind so failed probes balance the earlier BUS_NOTIFY_BIND_DRIVER acquisition.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 971fc0665f1361f23251e4d85fac4aed1b683505, < 0f860db24ee95e5da4866303a35e55098b9641b3; >= 971fc0665f1361f23251e4d85fac4aed1b683505, < df273eced7cec550465fd1bb82a5d2c3c7d3c437; >= 971fc0665f1361f23251e4d85fac4aed1b683505, < a54dc23e8bd2246c28eafffa60b4634f0d1a11cc; >= 971fc0665f1361f23251e4d85fac4aed1b683505, < 77d2985d1e80e67f32026fc03e975c4c83cc543d; >= 971fc0665f1361f23251e4d85fac4aed1b683505, < e3a5c30d233ca5d3e799a80da806554c703bda13 |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93084?
How severe is CVE-2026-93084?
How do I fix CVE-2026-93084?
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-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-93081In 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-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…
- CVE-2026-9309Firefox for iOS Reader View did not properly escape HTML tag…5.4
- CVE-2026-93090In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93091In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93084?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
