Bug 2532055 (CVE-2026-89457) - CVE-2026-89457 kernel: s390/dasd: Guard sysfs discipline callbacks against unallocated private data
Summary: CVE-2026-89457 kernel: s390/dasd: Guard sysfs discipline callbacks against un...
Keywords:
Status: NEW
Alias: CVE-2026-89457
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 20:21 UTC by OSIDB Bzimport
Modified: 2026-09-14 17:45 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 20:21:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

s390/dasd: Guard sysfs discipline callbacks against unallocated private data

Several sysfs show/store handlers call a discipline callback that
dereferences device->private, either directly or through the
DASD_DEFINE_ATTR() macro. During dasd_generic_set_online() the discipline
is assigned before check_device() allocates device->private, so an
unprivileged read of one of these world-readable attributes in that window
dereferences a NULL pointer and panics.

Guard the dereference inside each callback that actually touches
device->private.


Note You need to log in before you can comment on or make changes to this bug.