CVE-2026-23425
Last modified
CVE-2026-23425 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate instance of the `kvm` structure for each VM. For non-protected VMs, this structure is initialized from the host's `kvm` state. Currently, `pkvm_init_features_from_host()` copies the `KVM_ARCH_FLAG_ID_REGS_INITIALIZED` flag from the host without the underlying `id_regs` data being initialized. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate instance of the `kvm` structure for each VM. For non-protected VMs, this structure is initialized from the host's `kvm` state. Currently, `pkvm_init_features_from_host()` copies the `KVM_ARCH_FLAG_ID_REGS_INITIALIZED` flag from the host without the underlying `id_regs` data being initialized. This results in the hypervisor seeing the flag as set while the ID registers remain zeroed. Consequently, `kvm_has_feat()` checks at EL2 fail (return 0) for non-protected VMs. This breaks logic that relies on feature detection, such as `ctxt_has_tcrx()` for TCR2_EL1 support. As a result, certain system registers (e.g., TCR2_EL1, PIR_EL1, POR_EL1) are not saved/restored during the world switch, which could lead to state corruption. Fix this by explicitly copying the ID registers from the host `kvm` to the hypervisor `kvm` for non-protected VMs during initialization, since we trust the host with its non-protected guests' features. Also ensure `KVM_ARCH_FLAG_ID_REGS_INITIALIZED` is cleared initially in `pkvm_init_features_from_host` so that `vm_copy_id_regs` can properly initialize them and set the flag once done.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.14.1, < 6.18.17 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.7 | — |
| Linux | Linux Kernel | 6.14 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23425?
How severe is CVE-2026-23425?
How do I fix CVE-2026-23425?
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-2342Improper neutralization of input during web page generation …9.3
- CVE-2026-23420In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23421In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23422In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23423In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23424In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23426In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23427In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23428In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23429In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2343The PeproDev Ultimate Invoice WordPress plugin through 2.2.5…5.3
- CVE-2026-23430In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23425?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
