CVE-2026-93093
Last modified
CVE-2026-93093 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5c8a47a5a91d4d6e185f758d61997613d9c5d6ac, < 6f3f532531e4a27d28a2240719d1b05ac11766c6; >= 5c8a47a5a91d4d6e185f758d61997613d9c5d6ac, < 1bea027f7ef6fb889628b16c568a5f7c07a51b30; >= 5c8a47a5a91d4d6e185f758d61997613d9c5d6ac, < a1bc587568a4e373db76261dc9561dfc3653917f; >= 5c8a47a5a91d4d6e185f758d61997613d9c5d6ac, < 0314900dcdde044af0208fed212035dbfaa55843 |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93093?
How severe is CVE-2026-93093?
How do I fix CVE-2026-93093?
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-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…
- CVE-2026-93092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93095In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93096In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93097In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93099In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93093?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
