[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174562141893.1001155.1831519361027922066.b4-ty@google.com>
Date: Fri, 25 Apr 2025 16:23:24 -0700
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>, Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
Dan Carpenter <dan.carpenter@...aro.org>
Subject: Re: [PATCH] KVM: nVMX: Check MSR load/store list counts during
VM-Enter consistency checks
On Fri, 14 Mar 2025 19:44:02 -0700, Sean Christopherson wrote:
> Explicitly verify the MSR load/store list counts are below the advertised
> limit as part of the initial consistency checks on the lists, so that code
> that consumes the count doesn't need to worry about extreme edge cases.
> Enforcing the limit during the initial checks fixes a flaw on 32-bit KVM
> where a sufficiently high @count could lead to overflow:
>
> arch/x86/kvm/vmx/nested.c:834 nested_vmx_check_msr_switch()
> warn: potential user controlled sizeof overflow 'addr + count * 16' '0-u64max + 16-68719476720'
>
> [...]
Applied to kvm-x86 vmx, thanks!
[1/1] KVM: nVMX: Check MSR load/store list counts during VM-Enter consistency checks
https://github.com/kvm-x86/linux/commit/17a2c62fbf1e
--
https://github.com/kvm-x86/linux/tree/next
Powered by blists - more mailing lists