CVE-2026-90209: s390/debug: Fix deadlock during unregister

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

s390/debug: Fix deadlock during unregister

Unregistering an s390dbf debug area while one of the associated debugfs files is being written to can cause a deadlock:

$ echo >.../vmur/level $ rmmod vmur =================================================== debugfs write debugfsfileget() debugunregister() mutexlock(debugmutex) debugfsremove() wait for debugfsfileput() debugfileops.write() debuginput() mutexlock(debugmutex) ==> DEADLOCK

Fix this by splitting debugunregister() into an s390dbf and debugfs part, and running only the s390dbf part with debugmutex locked.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

What conditions are required to trigger the deadlock?

An s390dbf debug area must be unregistered while a write to one of its associated debugfs files is in progress. The documented example is writing to vmur/level while the vmur module is removed.

2

What is the observable impact if the issue is triggered?

The unregister path and the debugfs write path can wait on each other indefinitely. This results in a deadlock during module removal or other debug-area unregister activity.

3

Are affected Linux kernel versions identified?

No affected version ranges are provided. The supplied references point to three stable kernel commits containing the resolution.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203