[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/x86: domctl: Don't leak data via XEN_DOMCTL_gethvmcontext
On 27.01.2020 14:48, Julien Grall wrote: > From: Julien Grall <jgrall@xxxxxxxxxx> > > The HVM context may not fill up the full buffer passed by the caller. > While we report corectly the size of the context, we will still be > copying back the full size of the buffer. > > As the buffer is allocated through xmalloc(), we will be copying some > bits from the previous allocation. > > Only copy back the part of the buffer used by the HVM context to prevent > any leak. > > Note that per XSA-72, this is not a security issue. > > Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |