NONE · 0

CVE-2026-80679

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasd_release_space() checks the implementation of the is_ese() discipline functi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasd_release_space() checks the implementation of the is_ese() 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.

References

FAQ

What is CVE-2026-80679?

CVE-2026-80679 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Fix potential NULL pointer dereference dasd_release_space() checks the implementation of the is_ese() discipline functi...

How severe is CVE-2026-80679?

CVSS scoring is not yet available for CVE-2026-80679. Check NVD for updates.

Is there a patch for CVE-2026-80679?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.