Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — platform/x86: wmi: Fix opening of char device
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H H H 7.8 .0027 18.6 —
AFFECTED
Product Versions Fixed
Linux 44b6b7661132b1b0e5fd3147ded66f1e4a817ca9 – —
Linux 4.15 – 4.19.299
TIMELINE
May 21 Reserved by Linux
May 21 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2023-52864 (Linux). CVSS 7 → 7.8 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
platform/x86: wmi: Fix opening of char device
Since commit fa1f68db6ca7 ("drivers: misc: pass miscdevice pointer via
file private data"), the miscdevice stores a pointer to itself inside
filp->private_data, which means that private_data will not be NULL when
wmi_char_open() is called. This might cause memory corruption should
wmi_char_open() be unable to find its driver, something which can
happen when the associated WMI device is deleted in wmi_free_devices().
Fix the problem by using the miscdevice pointer to retrieve the WMI
device data associated with a char device using container_of(). This
also avoids wmi_char_open() picking a wrong WMI device bound to a
driver with the same name as the original driver.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 21, 2024 | Reserved | Reserved by Linux |
| May 21, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2023-52864 (Linux). CVSS 7 → 7.8 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 44b6b7661132b1b0e5fd3147ded66f1e4a817ca9 | — |
| Linux | Linux | — | 4.15 | 4.19.299 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2023-52864 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.