CVE-2026-93096

Source
https://cve.org/CVERecord?id=CVE-2026-93096
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93096.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93096
Downstream
Published
2026-09-17T16:11:10Z
Modified
2026-09-19T03:47:28Z
Summary
cxl/features: Serialize multi-part Get/Set Feature transfers
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93096.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
5e5ac21f629de796ab5d598b59c5e468c6fe4f95
Fixed
7682b617db1f19bc606b5f1badadcf1e63a87b14
Fixed
77b814c1832fde018c30357b4ec3fcdaa91a1c10

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
7.2.6

Database specific

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