CVE-2026-89571
Last modified
CVE-2026-89571 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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(). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < 14d52c15d5d99477b20a2d61fe36f347080da6cd; >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < d8957545fe96f7905791c937758ebfc1ae1e5b17; >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < f687394af983df5660b6afae7e0d06969f3af206 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89571?
How severe is CVE-2026-89571?
How do I fix CVE-2026-89571?
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-89566In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89567In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89568In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89569In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8957Privilege escalation in the Enterprise Policies component. T…8.8
- CVE-2026-89570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89572In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89573In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89574In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89575In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89576In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89577In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89571?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
