CVE-2026-74607
Last modified
CVE-2026-74607 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM and KVM_CAP_VM_COPY_ENC_CONTEXT_FROM can cause two separate issues: - in sev_migrate_from(), when the destination KVM is a mirror, the mirror entry is moved from the source's list to the owner's mirror_vms list, without holding the owner's lock unlike other writers of the owner's mirror list (sev_vm_copy_enc_context_from(), sev_vm_destroy()). A concurrent COPY or destroy can race with sev_migrate_from() and corrupt the list. - In sev_vm_destroy(), the *owner* is still active and could receive concurrently a KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM that causes sev->enc_context_owner to change. In this case the incorrect VM receives kvm_put_kvm(). The second issue needs particular care because the owner could disappear altogether (even though the race window is impossibly small) between reading it and locking it.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Serialize accesses to the owner and mirror list with separate lock Interaction between KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM and KVM_CAP_VM_COPY_ENC_CONTEXT_FROM can cause two separate issues: - in sev_migrate_from(), when the destination KVM is a mirror, the mirror entry is moved from the source's list to the owner's mirror_vms list, without holding the owner's lock unlike other writers of the owner's mirror list (sev_vm_copy_enc_context_from(), sev_vm_destroy()). A concurrent COPY or destroy can race with sev_migrate_from() and corrupt the list. - In sev_vm_destroy(), the *owner* is still active and could receive concurrently a KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM that causes sev->enc_context_owner to change. In this case the incorrect VM receives kvm_put_kvm(). The second issue needs particular care because the owner could disappear altogether (even though the race window is impossibly small) between reading it and locking it. There is thus no way to perform the checks under the owner lock without putting struct kvm under SLAB_TYPESAFE_BY_RCU (which would allow kvm_get_kvm_safe() under RCU critical section). It is much simpler to just use a global lock, since the critical sections are so small and the new lock is always a leaf lock.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < 7943ec3a6d0e7e0a2eb4943300bce089ac3e8c3e; >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < 28afde1edbd8b20058cbf4d75fb57876471ec334; >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < 328ab4fabe05af004d886659f8744076e320ddce; >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < 47976eaaf0a4eb46dade48b3246779090db9e3ec; >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < d728baba0f20e49439fc7831bf3e4e7dee82161a; >= b2125513dfc0dd0ec5a9605138a3c356592cfb73, < 1d78d33275ef2a16c6d080910b291d0a97a0e613 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74607?
How severe is CVE-2026-74607?
How do I fix CVE-2026-74607?
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-74601In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74602In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74603In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74606In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74608In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74609In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7461Improper neutralization of inputs used in an OS command in t…7.5
- CVE-2026-74610In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74611In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74612In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74607?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
