๐Ÿ” CVE Alert

CVE-2026-90310

UNKNOWN 0.0

xen/xenbus: check otherend_id only after it has been initialized

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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).

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
e2dcf9065536ab4a1b00828ff0d19f7d282dfecc < 36fb592af353c55832e2cafe3fcfc3291be05f19 e2dcf9065536ab4a1b00828ff0d19f7d282dfecc < c76cbf348c7df077f93fa99a1225a527ce64cfa1
Linux / Linux
7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/36fb592af353c55832e2cafe3fcfc3291be05f19 git.kernel.org: https://git.kernel.org/stable/c/c76cbf348c7df077f93fa99a1225a527ce64cfa1