CVE-2026-93084

Source
https://cve.org/CVERecord?id=CVE-2026-93084
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93084.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93084
Downstream
Published
2026-09-17T16:11:03Z
Modified
2026-09-19T03:47:26Z
Summary
firmware: arm_scmi: Drop handle on protocol bind failures
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93084.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
971fc0665f1361f23251e4d85fac4aed1b683505
Fixed
0f860db24ee95e5da4866303a35e55098b9641b3
Fixed
df273eced7cec550465fd1bb82a5d2c3c7d3c437
Fixed
a54dc23e8bd2246c28eafffa60b4634f0d1a11cc
Fixed
77d2985d1e80e67f32026fc03e975c4c83cc543d
Fixed
e3a5c30d233ca5d3e799a80da806554c703bda13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93084.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93084.json"