CVE-2026-93096
Last modified
CVE-2026-93096 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: cxl/features: Serialize multi-part Get/Set Feature transfers A Get or Set Feature payload larger than the mailbox payload size is split into several mailbox commands. mbox_mutex only serializes individual mailbox commands and is dropped between iterations of these loops.
Description
In the Linux kernel, the following vulnerability has been resolved: cxl/features: Serialize multi-part Get/Set Feature transfers A Get or Set Feature payload larger than the mailbox payload size is split into several mailbox commands. mbox_mutex only serializes individual mailbox commands and is dropped between iterations of these loops. Nothing serializes the multi-part transfer as a whole. cxl_get_feature() and cxl_set_feature() are reachable concurrently from fwctl (per-fd RPCs run under a read-held registration lock) and from the EDAC scrub/ECS/repair paths, so two transfers to the same mailbox can interleave their parts and corrupt the device's transfer context. Add a per-mailbox feat_mutex and hold it across the whole transfer in both functions. It nests outside mbox_mutex (which is taken inside cxl_internal_send_cmd()), and is taken nowhere else, so no lock-ordering inversion is introduced.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5e5ac21f629de796ab5d598b59c5e468c6fe4f95, < 7682b617db1f19bc606b5f1badadcf1e63a87b14; >= 5e5ac21f629de796ab5d598b59c5e468c6fe4f95, < 77b814c1832fde018c30357b4ec3fcdaa91a1c10 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93096?
How severe is CVE-2026-93096?
How do I fix CVE-2026-93096?
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-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-93093In 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-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…
- CVE-2026-93100In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93102In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93096?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
