In the Linux kernel, the following vulnerability has been resolved:
KVM: TDX: Reject concurrent change to CPUID entry count
Reject KVMTDXINIT_VM if userspace changes cpuid.nent between the initial read and the subsequent copy of the initialization data.
tdxtdinit() first reads userdata->cpuid.nent to size the flexible kvmtdxinitvm 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. setuptdparamscpuids() later passes initvm->cpuid.nent to kvmfindcpuidentry2(), 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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72285.json"
}