๐Ÿ” CVE Alert

CVE-2026-72346

UNKNOWN 0.0

platform/x86: bitland-mifs-wmi: Fix NULL pointer dereference during suspend/resume

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: platform/x86: bitland-mifs-wmi: Fix NULL pointer dereference during suspend/resume The driver registers two distinct WMI devices: a control device (BITLAND_WMI_CONTROL) and an event device (BITLAND_WMI_EVENT). During the probe phase, the event device handling path returns early before initializing the platform profile device (data->pp_dev), leaving it NULL. However, the PM sleep operations are registered globally for the WMI driver and are triggered for both devices. When entering suspend, the event device invokes bitland_mifs_wmi_suspend(), which passes the uninitialized data->pp_dev (NULL) into laptop_profile_get(). This leads to a NULL pointer dereference inside dev_get_drvdata(), causing a kernel Oops and halting the suspend sequence. Fix this by adding a validity check for data->pp_dev in both the suspend and resume callbacks, safely skipping profile operations for the event device.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 15, 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
dc1ec4fa86b2b8bba2b6122f2b4420217b5bae9e < 6f2cb20d8e286218d51754f06ee219d8ce754b18 dc1ec4fa86b2b8bba2b6122f2b4420217b5bae9e < d3666875c75eb1bc8090343fa0d6fc8fb7924356
Linux / Linux
7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/6f2cb20d8e286218d51754f06ee219d8ce754b18 git.kernel.org: https://git.kernel.org/stable/c/d3666875c75eb1bc8090343fa0d6fc8fb7924356