CVE-2026-80679: s390/dasd: Fix potential NULL pointer dereference

Published Aug 28, 2026
·
Updated

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

s390/dasd: Fix potential NULL pointer dereference

dasdreleasespace() checks the implementation of the isese() discipline function before calling it to determine if a given device is an ESE DASD.

The current usage of the logical AND operator will lead to a NULL pointer dereference as the function is called even if the function pointer is NULL.

Fix this by using the logical OR operator.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Frequently Asked Questions

1

Which systems are in scope for this issue?

The issue is in the Linux kernel s390 DASD code. Systems not using the s390 DASD subsystem are not indicated by the provided information as being affected.

2

What condition is needed to trigger the NULL pointer dereference?

dasd_release_space() must handle a DASD discipline whose is_ese() function implementation is NULL. The flawed logical-AND check calls the function even when that function pointer is NULL.

3

How is the issue corrected?

The resolved fix changes the condition to use a logical OR operator, preventing is_ese() from being called when its implementation is NULL. The provided stable kernel references identify commits containing the fix, but no affected or fixed kernel versions are specified.

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