From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venkatesh Srinivas Subject: Re: [PATCH 1/3] KVM: x86: work around infinite loop in microcode when #AC is delivered Date: Tue, 10 Nov 2015 16:39:39 -0800 Message-ID: <20151111003939.GA31855@google.com> References: <1447158174-10484-1-git-send-email-pbonzini@redhat.com> <1447158174-10484-2-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, digitaleric@google.com, stable@vger.kernel.org To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <1447158174-10484-2-git-send-email-pbonzini@redhat.com> Sender: stable-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Nov 10, 2015 at 01:22:52PM +0100, Paolo Bonzini wrote: > From: Eric Northup > > It was found that a guest can DoS a host by triggering an infinite > stream of "alignment check" (#AC) exceptions. This causes the > microcode to enter an infinite loop where the core never receives > another interrupt. The host kernel panics pretty quickly due to the > effects (CVE-2015-5307). > > Signed-off-by: Eric Northup > Cc: stable@vger.kernel.org > Signed-off-by: Paolo Bonzini Tested-by: Venkatesh Srinivas -- vs;