All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: Dan Carpenter <dan.carpenter@oracle.com>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	x86@kernel.org, kernel-janitors@vger.kernel.org,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	xen-devel@lists.xenproject.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] xen: Prevent buffer overflow in privcmd ioctl
Date: Fri, 05 Apr 2019 06:47:40 +0000	[thread overview]
Message-ID: <768d31bc-431f-d7d8-6fc3-8ded51764ffe@suse.com> (raw)
In-Reply-To: <20190404151217.GA22334@kadam>

On 04/04/2019 17:12, Dan Carpenter wrote:
> The "call" variable comes from the user in privcmd_ioctl_hypercall().
> It's an offset into the hypercall_page[] which has (PAGE_SIZE / 32)
> elements.  We need to put an upper bound on it to prevent an out of
> bounds access.
> 
> Fixes: 1246ae0bb992 ("xen: add variable hypercall caller")
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Pushed to xen/tip.git for-linus-5.1b


Juergen

WARNING: multiple messages have this Message-ID (diff)
From: Juergen Gross <jgross@suse.com>
To: Dan Carpenter <dan.carpenter@oracle.com>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	x86@kernel.org, kernel-janitors@vger.kernel.org,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	xen-devel@lists.xenproject.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] xen: Prevent buffer overflow in privcmd ioctl
Date: Fri, 5 Apr 2019 08:47:40 +0200	[thread overview]
Message-ID: <768d31bc-431f-d7d8-6fc3-8ded51764ffe@suse.com> (raw)
In-Reply-To: <20190404151217.GA22334@kadam>

On 04/04/2019 17:12, Dan Carpenter wrote:
> The "call" variable comes from the user in privcmd_ioctl_hypercall().
> It's an offset into the hypercall_page[] which has (PAGE_SIZE / 32)
> elements.  We need to put an upper bound on it to prevent an out of
> bounds access.
> 
> Fixes: 1246ae0bb992 ("xen: add variable hypercall caller")
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Pushed to xen/tip.git for-linus-5.1b


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Juergen Gross <jgross@suse.com>
To: Dan Carpenter <dan.carpenter@oracle.com>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	x86@kernel.org, kernel-janitors@vger.kernel.org,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	xen-devel@lists.xenproject.org,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [Xen-devel] [PATCH] xen: Prevent buffer overflow in privcmd ioctl
Date: Fri, 5 Apr 2019 08:47:40 +0200	[thread overview]
Message-ID: <768d31bc-431f-d7d8-6fc3-8ded51764ffe@suse.com> (raw)
Message-ID: <20190405064740.hoeNfiik6kRDyQt-TSw6T2H0JPtBeHLyA0zGI8jBug0@z> (raw)
In-Reply-To: <20190404151217.GA22334@kadam>

On 04/04/2019 17:12, Dan Carpenter wrote:
> The "call" variable comes from the user in privcmd_ioctl_hypercall().
> It's an offset into the hypercall_page[] which has (PAGE_SIZE / 32)
> elements.  We need to put an upper bound on it to prevent an out of
> bounds access.
> 
> Fixes: 1246ae0bb992 ("xen: add variable hypercall caller")
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Pushed to xen/tip.git for-linus-5.1b


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2019-04-05  6:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 15:12 [PATCH] xen: Prevent buffer overflow in privcmd ioctl Dan Carpenter
2019-04-04 15:12 ` Dan Carpenter
2019-04-04 16:07 ` Boris Ostrovsky
2019-04-04 16:07   ` Boris Ostrovsky
2019-04-04 16:07 ` Boris Ostrovsky
2019-04-05  6:47 ` Juergen Gross [this message]
2019-04-05  6:47   ` [Xen-devel] " Juergen Gross
2019-04-05  6:47   ` Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=768d31bc-431f-d7d8-6fc3-8ded51764ffe@suse.com \
    --to=jgross@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@alien8.de \
    --cc=dan.carpenter@oracle.com \
    --cc=hpa@zytor.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=sstabellini@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.