CVE-2026-89571

Source
https://cve.org/CVERecord?id=CVE-2026-89571
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89571.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89571
Downstream
Published
2026-09-11T19:44:40Z
Modified
2026-09-13T03:47:19Z
Summary
cxl/features: bound fwctl command payload to the input buffer
Details

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

cxl/features: bound fwctl command payload to the input buffer

fwctl_cmd_rpc() copies cmd->in_len bytes into inbuf = kvzalloc(cmd->in_len) and passes inbuf and in_len to ->fw_rpc(). The CXL callback cxlctl_fw_rpc() ignores in_len and never checks the user-controlled op_size against it.

cxlctl_set_feature() bounds op_size only from below (op_size <= sizeof(feat_in->hdr)) and then reads op_size - sizeof(hdr) bytes from feat_in->feat_data via cxl_set_feature(). With a small in_len and a large op_size the first memcpy() already reads past the kvzalloc(in_len) buffer; the out-of-bounds bytes are placed in the mailbox payload and sent to the device, and a large enough op_size can walk into unmapped memory and oops the kernel. The Get paths pin op_size to a fixed size but likewise read the input struct without checking in_len.

Reject, at the single dispatch point, any request whose fixed header plus op_size does not fit in the copied-in buffer. The lower-bound test guards the subtraction and ensures op_size was copied in before it is read.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89571.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
14d52c15d5d99477b20a2d61fe36f347080da6cd
Fixed
d8957545fe96f7905791c937758ebfc1ae1e5b17
Fixed
f687394af983df5660b6afae7e0d06969f3af206

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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