CVE-2026-63941
Last modified
CVE-2026-63941 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisor ZCR_EL2 can be updated by a VHE guest hypervisor either using ZCR_EL2 (which traps) or ZCR_EL1 (which does not trap). KVM handles both in different way: - on ZCR_EL2 trap, ZCR_EL2.LEN is immediately capped at the VM's own VL limit. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisor ZCR_EL2 can be updated by a VHE guest hypervisor either using ZCR_EL2 (which traps) or ZCR_EL1 (which does not trap). KVM handles both in different way: - on ZCR_EL2 trap, ZCR_EL2.LEN is immediately capped at the VM's own VL limit. This has the potential to break existing SW that relies on the full LEN field to be stateful. - on ZCR_EL1 access, we do absolutely nothing. On restoring the SVE context for an L2 guest, we directly restore the guest hypervisor's view of ZCR_EL2 into the physical ZCR_EL2. If the guest's view of the register was updated using the ZCR_EL2 accessor, the value has already been sanitised (with the caveat mentioned above). But if the guest used ZCR_EL1, the raw value is written into the HW, and the L2 guest can now access VLs that it shouldn't. Fix all the above by moving the VL capping to the restore points, ensuring that: - the HW is always programmed with a capped value, irrespective of the accessor being used, - the ZCR_EL2.LEN field is always completely stateful, irrespective of the accessor being used. Additionally, move ZCR_EL2 to be a sanitised register, ensuring that only the LEN field is actually stateful. This requires some creative construction of the RES0 mask, as the sysreg generation script does not yet generate RAZ/WI fields. [maz: rewrote commit message, tidy up access_zcr_el2()]
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b3d29a8230998b36afecf494b199211d26052785, < 742a9b5ccd8c46caf983ca90c94f855466968e34; >= b3d29a8230998b36afecf494b199211d26052785, < 83726330748981372bde86ed5411d7b306612991 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63941?
How severe is CVE-2026-63941?
How do I fix CVE-2026-63941?
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-63936In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63937In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63938In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-63939In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-6394The Nexa Blocks – Gutenberg Blocks, Page Builder for Gutenbe…5.4
- CVE-2026-63940In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-63942In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63943In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63944In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63945In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63946In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63947In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-63941?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
