CVE-2026-93078

Source
https://cve.org/CVERecord?id=CVE-2026-93078
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93078.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93078
Downstream
Published
2026-09-17T16:10:59Z
Modified
2026-09-19T03:47:27Z
Summary
cxl/features: Reject Set Features output buffer smaller than the header
Details

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

cxl/features: Reject Set Features output buffer smaller than the header

cxlctl_set_feature() sizes its output buffer from the user's fwctl_rpc.out_len but never checks it is large enough to hold even the fwctl_rpc_cxl_out header. With out_len == 0 , kvzalloc() returns ZERO_SIZE_PTR, which passes the !rpc_out check, the subsequent rpc_out->size = 0 then writes through the poison pointer.

Reject requests whose output buffer can't hold the response header, before allocating. The Set Feature reply carries no payload, so the header is all that is required.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93078.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
eb5dfcb9e36d0e46089fec777d911313c1876fa3
Fixed
1281dc84c81577b51e2b61c24617c9f44b2cdb99
Fixed
16b7c99eff030c6ea11ca24efa4b9f989cc74093
Fixed
cde18d6c1d913a67ab0afd3d9475ece4be79da50

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.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-93078.json"