Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-43315
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-08 May, 2026 | 13:11
Updated At-11 May, 2026 | 22:22
Rejected At-
▼CVE Numbering Authority (CNA)
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding Drop the WARN in svm_set_nested_state() on nested_svm_load_cr3() failing as it is trivially easy to trigger from userspace by modifying CPUID after loading CR3. E.g. modifying the state restoration selftest like so: --- tools/testing/selftests/kvm/x86/state_test.c +++ tools/testing/selftests/kvm/x86/state_test.c @@ -280,7 +280,16 @@ int main(int argc, char *argv[]) /* Restore state in a new VM. */ vcpu = vm_recreate_with_one_vcpu(vm); - vcpu_load_state(vcpu, state); + + if (stage == 4) { + state->sregs.cr3 = BIT(44); + vcpu_load_state(vcpu, state); + + vcpu_set_cpuid_property(vcpu, X86_PROPERTY_MAX_PHY_ADDR, 36); + __vcpu_nested_state_set(vcpu, &state->nested); + } else { + vcpu_load_state(vcpu, state); + } /* * Restore XSAVE state in a dummy vCPU, first without doing generates: WARNING: CPU: 30 PID: 938 at arch/x86/kvm/svm/nested.c:1877 svm_set_nested_state+0x34a/0x360 [kvm_amd] Modules linked in: kvm_amd kvm irqbypass [last unloaded: kvm] CPU: 30 UID: 1000 PID: 938 Comm: state_test Tainted: G W 6.18.0-rc7-58e10b63777d-next-vm Tainted: [W]=WARN Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 RIP: 0010:svm_set_nested_state+0x34a/0x360 [kvm_amd] Call Trace: <TASK> kvm_arch_vcpu_ioctl+0xf33/0x1700 [kvm] kvm_vcpu_ioctl+0x4e6/0x8f0 [kvm] __x64_sys_ioctl+0x8f/0xd0 do_syscall_64+0x61/0xad0 entry_SYSCALL_64_after_hwframe+0x4b/0x53 Simply delete the WARN instead of trying to prevent userspace from shoving "illegal" state into CR3. For better or worse, KVM's ABI allows userspace to set CPUID after SREGS, and vice versa, and KVM is very permissive when it comes to guest CPUID. I.e. attempting to enforce the virtual CPU model when setting CPUID could break userspace. Given that the WARN doesn't provide any meaningful protection for KVM or benefit for userspace, simply drop it even though the odds of breaking userspace are minuscule. Opportunistically delete a spurious newline.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • arch/x86/kvm/svm/nested.c
Default Status
unaffected
Versions
Affected
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before 155ec243ef726f4bc49536fa0bfb565dc011ab17 (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before 580ea57840864d40e019bc13fd26afdc8d510a2f (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before deb8f6dfd31d94b18dbeeaa8c01fbec5fc70fd2b (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before ce904c8a5bbe697eae0f7e34b07095bd7a6dee19 (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before 969e5e13ff5c18603f21d1f9f64ec9194e141ac0 (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before ebb2ab4f1c87d6b52776292cf7dc16aea48e95f8 (git)
  • From b222b0b88162bdef4eceb12a79d5edbbdb23dbfd before fc3ba56385d03501eb582e4b86691ba378e556f9 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • arch/x86/kvm/svm/nested.c
Default Status
affected
Versions
Affected
  • 5.14
Unaffected
  • From 0 before 5.14 (semver)
  • From 5.15.202 through 5.15.* (semver)
  • From 6.1.165 through 6.1.* (semver)
  • From 6.6.128 through 6.6.* (semver)
  • From 6.12.75 through 6.12.* (semver)
  • From 6.18.16 through 6.18.* (semver)
  • From 6.19.6 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/155ec243ef726f4bc49536fa0bfb565dc011ab17
N/A
https://git.kernel.org/stable/c/580ea57840864d40e019bc13fd26afdc8d510a2f
N/A
https://git.kernel.org/stable/c/deb8f6dfd31d94b18dbeeaa8c01fbec5fc70fd2b
N/A
https://git.kernel.org/stable/c/ce904c8a5bbe697eae0f7e34b07095bd7a6dee19
N/A
https://git.kernel.org/stable/c/969e5e13ff5c18603f21d1f9f64ec9194e141ac0
N/A
https://git.kernel.org/stable/c/ebb2ab4f1c87d6b52776292cf7dc16aea48e95f8
N/A
https://git.kernel.org/stable/c/fc3ba56385d03501eb582e4b86691ba378e556f9
N/A
Hyperlink: https://git.kernel.org/stable/c/155ec243ef726f4bc49536fa0bfb565dc011ab17
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/580ea57840864d40e019bc13fd26afdc8d510a2f
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/deb8f6dfd31d94b18dbeeaa8c01fbec5fc70fd2b
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ce904c8a5bbe697eae0f7e34b07095bd7a6dee19
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/969e5e13ff5c18603f21d1f9f64ec9194e141ac0
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ebb2ab4f1c87d6b52776292cf7dc16aea48e95f8
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fc3ba56385d03501eb582e4b86691ba378e556f9
Resource: N/A
Details not found