CVE-2026-93078
Last modified
CVE-2026-93078 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < 1281dc84c81577b51e2b61c24617c9f44b2cdb99; >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < 16b7c99eff030c6ea11ca24efa4b9f989cc74093; >= eb5dfcb9e36d0e46089fec777d911313c1876fa3, < cde18d6c1d913a67ab0afd3d9475ece4be79da50 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93078?
How severe is CVE-2026-93078?
How do I fix CVE-2026-93078?
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-93072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93079In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9308Firefox for iOS Reader View replaced page content in its HTM…5.4
- CVE-2026-93080In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93081In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93082In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93083In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93078?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
