CVE-2026-72285
Last modified
CVE-2026-72285 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVM_TDX_INIT_VM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdx_td_init() first reads user_data->cpuid.nent to size the flexible kvm_tdx_init_vm copy. The copied structure also contains cpuid.nent, and that field can differ from the value used to size the allocation if userspace modifies the input concurrently. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: KVM: TDX: Reject concurrent change to CPUID entry count Reject KVM_TDX_INIT_VM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data. tdx_td_init() first reads user_data->cpuid.nent to size the flexible kvm_tdx_init_vm copy. The copied structure also contains cpuid.nent, and that field can differ from the value used to size the allocation if userspace modifies the input concurrently. setup_tdparams_cpuids() later passes init_vm->cpuid.nent to kvm_find_cpuid_entry2(), which uses it as the array bound for the copied entries. Require the copied count to match the value used to size the allocation so that CPUID parsing cannot access beyond the entries actually copied.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0bd0a4a1428baaf4447e95f0832492d9e3d64961, < d6b5aba65e99531c97b146622a406c75653819d5; >= 0bd0a4a1428baaf4447e95f0832492d9e3d64961, < cfbebb55e5127dc162e73fa8956000055a78606c |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72285?
How severe is CVE-2026-72285?
How do I fix CVE-2026-72285?
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-7228A flaw has been found in SourceCodester Pizzafy Ecommerce Sy…7.3
- CVE-2026-72280In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72282In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72283In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72284In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72286In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72287In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72288In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-72289In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7229A vulnerability was found in code-projects Coaching Manageme…6.3
- CVE-2026-72290In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72285?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
