CVE-2026-89926
Last modified
CVE-2026-89926 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix length check __import_wp_info() struct kvm_hw_breakpoint::len is a __u64 that is fully controlled by user space. This is then assigned to wp_info->len, which is an int.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix length check __import_wp_info() struct kvm_hw_breakpoint::len is a __u64 that is fully controlled by user space. This is then assigned to wp_info->len, which is an int. The bounds check is done on the truncated value while the allocation uses the untruncated one: wp_info->len = bp_data->len; [...] if (wp_info->len < 0 || wp_info->len > MAX_WP_SIZE) return -EINVAL; wp_info->old_data = kmalloc(bp_data->len, GFP_KERNEL_ACCOUNT); Use the validated value for the allocation as intended. Without this fix userspace can trigger >4GB allocations which will fail and result in a WARN due to MAX_PAGE_ORDER.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 27291e2165b6de70c476b7b675308113edd69a60, < aef540194effd768bed0bd2e6a74fe135a3d7c3a; >= 27291e2165b6de70c476b7b675308113edd69a60, < 71153d3262517e1c02c3a66aa5094f279b2d1454; >= 27291e2165b6de70c476b7b675308113edd69a60, < fec89d327d9b2b669b5bbdac209386c6317c3722; >= 27291e2165b6de70c476b7b675308113edd69a60, < b94ab9caa5d72c78226121cccff5e33f946da900; >= 27291e2165b6de70c476b7b675308113edd69a60, < beb9c55af609c4c7308259d7191688c75a4e3d4a; >= 27291e2165b6de70c476b7b675308113edd69a60, < 3fe801db90bdeefb0bbdda42d832846b53f64f8a; >= 27291e2165b6de70c476b7b675308113edd69a60, < 4c07680a467e2f7697245bcd11691bffb2a6f0ed |
| Linux | Linux | 3.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89926?
How severe is CVE-2026-89926?
How do I fix CVE-2026-89926?
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-89920In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89921In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89922In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89923In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89924In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89927In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89928In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89929In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8993D.Launcher 2 component of Slovak eID client ecosystem contai…6.5
- CVE-2026-89930In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89931In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89926?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
