From: Greg KH <greg@kroah.com>
To: "Jürgen Groß" <jgross@suse.com>
Cc: cve@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: CVE-2026-90310: xen/xenbus: check otherend_id only after it has been initialized
Date: Fri, 18 Sep 2026 12:10:46 +0100 [thread overview]
Message-ID: <2026091837-reclining-tradition-71f1@gregkh> (raw)
In-Reply-To: <ceac20d1-7222-403f-a9ea-1bc2194684c7@suse.com>
On Thu, Sep 17, 2026 at 10:04:39PM +0200, Jürgen Groß wrote:
> On 17.09.26 18:12, Greg Kroah-Hartman wrote:
> > From: Greg Kroah-Hartman <gregkh@kernel.org>
> >
> > Description
> > ===========
> >
> > In the Linux kernel, the following vulnerability has been resolved:
> >
> > xen/xenbus: check otherend_id only after it has been initialized
> >
> > When device just got initialized (for example on module load), the
> > otherend_id field is initialized only after
> > xenbus_read_otherend_details() gets called. If xenstore watch triggers
> > xenbus_dev_changed() before that, it might consider still zeroed
> > otherend_id field (not matching actual xenstore content) as a sign of
> > device state reset. It can happen because xenstore watch are handled in
> > another thread (xenwatch), which can run in parallel to the initial
> > device probe running at module load. In that case, it would call
> > device_unregister(), which would deadlock against device probe from
> > module init.
> >
> > Fix this by considering dev->otherend_id change only after dev->otherend
> > is set (which happen after otherend_id is initialized).
> >
> > The Linux kernel CVE team has assigned CVE-2026-90310 to this issue.
>
> I'd like to dispute this CVE.
>
> This is nothing an unprivileged user has any influence on. The race can
> happen only in Xen guests after a new PV-device has been added to it by the
> host administrator.
>
> This is just a regular bug with no security aspect, so please revoke this CVE.
Thanks for the review, now rejected!
greg k-h
prev parent reply other threads:[~2026-09-18 11:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <2026091756-CVE-2026-90310-3b21@gregkh>
2026-09-17 20:04 ` Jürgen Groß
2026-09-18 11:10 ` Greg KH [this message]
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=2026091837-reclining-tradition-71f1@gregkh \
--to=greg@kroah.com \
--cc=cve@kernel.org \
--cc=jgross@suse.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®