CVE-2026-93093

Source
https://cve.org/CVERecord?id=CVE-2026-93093
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93093.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93093
Downstream
Published
2026-09-17T16:11:08Z
Modified
2026-09-19T03:47:31Z
Summary
firmware: arm_scmi: Publish channel state before callbacks
Details

In the Linux kernel, the following vulnerability has been resolved:

firmware: arm_scmi: Publish channel state before callbacks

Transport setup can enable callbacks before the setup routine returns. mailbox_chan_setup() registers the mailbox client with mbox_request_channel(), and the mailbox controller startup path can enable interrupt delivery before SCMI mailbox channel state has been published. Similarly, smc_chan_setup() requests the optional A2P completion IRQ before the SMC transport has made its cinfo pointer visible.

If a pending or spurious callback fires in those windows, the transport RX callback can dereference a NULL transport cinfo pointer. Publishing only the transport-private pointer is not sufficient either: an early callback can enter the SCMI core before scmi_chan_setup() has assigned cinfo->handle. The core derives scmi_info from cinfo->handle in the RX path, so a NULL handle can still fault even when the transport-private cinfo is valid.

Assign cinfo->handle before invoking the transport setup callback. Publish the mailbox and SMC transport-private channel state before requesting the mailbox channels or IRQ, and clear the early-published pointers again on setup failure. Also unwind mailbox setup devres resources on failure so an optional RX setup error that is ignored by the core does not leave stale transport state behind.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93093.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
5c8a47a5a91d4d6e185f758d61997613d9c5d6ac
Fixed
6f3f532531e4a27d28a2240719d1b05ac11766c6
Fixed
1bea027f7ef6fb889628b16c568a5f7c07a51b30
Fixed
a1bc587568a4e373db76261dc9561dfc3653917f
Fixed
0314900dcdde044af0208fed212035dbfaa55843

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.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-93093.json"