CVE-2025-39837
Severity CVSS v4.0:
Pending analysis
Type:
CWE-787
Out-of-bounds Write
Publication date:
19/09/2025
Last modified:
12/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
platform/x86: asus-wmi: Fix racy registrations<br />
<br />
asus_wmi_register_driver() may be called from multiple drivers<br />
concurrently, which can lead to the racy list operations, eventually<br />
corrupting the memory and hitting Oops on some ASUS machines.<br />
Also, the error handling is missing, and it forgot to unregister ACPI<br />
lps0 dev ops in the error case.<br />
<br />
This patch covers those issues by introducing a simple mutex at<br />
acpi_wmi_register_driver() & *_unregister_driver, and adding the<br />
proper call of asus_s2idle_check_unregister() in the error path.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16 (including) | 6.16.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



