First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.299 | 4.19.299 |
redhat/kernel | <5.4.261 | 5.4.261 |
redhat/kernel | <5.10.201 | 5.10.201 |
redhat/kernel | <5.15.139 | 5.15.139 |
redhat/kernel | <6.1.63 | 6.1.63 |
redhat/kernel | <6.5.12 | 6.5.12 |
redhat/kernel | <6.6.2 | 6.6.2 |
redhat/kernel | <6.7 | 6.7 |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52864 has been classified as a medium severity vulnerability.
To address CVE-2023-52864, update the kernel to one of the following versions: 4.19.299, 5.4.261, 5.10.201, 5.15.139, 6.1.63, 6.5.12, 6.6.2, or 6.7.
CVE-2023-52864 affects various distributions that utilize the affected versions of the Linux kernel provided by Red Hat.
CVE-2023-52864 impacts the WMI char device in the Linux kernel.
There are no known workarounds for CVE-2023-52864; applying the recommended kernel updates is the suggested solution.