mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Jürgen Groß" <jgross@suse.com>
To: 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: Thu, 17 Sep 2026 22:04:39 +0200	[thread overview]
Message-ID: <ceac20d1-7222-403f-a9ea-1bc2194684c7@suse.com> (raw)
In-Reply-To: <2026091756-CVE-2026-90310-3b21@gregkh>


[-- Attachment #1.1.1: Type: text/plain, Size: 1428 bytes --]

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.


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3743 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

       reply	other threads:[~2026-09-17 20:04 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ß [this message]
2026-09-18 11:10   ` Greg KH

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=ceac20d1-7222-403f-a9ea-1bc2194684c7@suse.com \
    --to=jgross@suse.com \
    --cc=cve@kernel.org \
    --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®