CVE-2026-45914
In the Linux kernel, the following vulnerability has been resolved: Revert "hwmon: (ibmpex) fix use-after-free in high/low store" This reverts commit 6946c726c3f4c36f0f049e6f97e88c510b15f65d. Jean Delvare points out that the patch does not completely fix the reported problem, that it in fact introduces a (new) race condition, and that it may actually not be needed in the first place. Various AI reviews agree. Specific and relevant AI feedback: " This reordering sets the driver data to NULL before removing the sensor attributes in the loop below. ibmpex_show_sensor() retrieves this driver data via dev_get_drvdata() but does not check if it is NULL before dereferencing it to access data->sensors[]. If a userspace process reads a sensor file (like temp1_input) while this delete function is running, could it race with the dev_set_drvdata(..., NULL) call here and crash in ibmpex_show_sensor()? Would it be safer to keep the original order where device_remove_file() is called before clearing the driver data? device_remove_file() should wait for any active sysfs callbacks to complete, which might already prevent the use-after-free this patch intends to fix. " Revert the offending patch. If it can be shown that the originally reported alleged race condition does indeed exist, it can always be re-introduced with a complete fix.
Affected versions
Linux kernel versions
5.10.248,
6.1.160,
6.6.120,
6.12.64,
6.18.3,
6.19
and later are affected. Fixed in
5.10.252,
6.1.165,
6.6.128,
6.12.75,
6.18.14,
6.19.4,
7.0
and their respective stable series.
References
The following references provide additional information about CVE-2026-45914 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/05112ba67c824ab416cd54307c0b50aba9f0047a
-
PatchKernel patch commithttps://git.kernel.org/stable/c/14a38784e09aebc21207dc32fffa05247fc3dd64
-
PatchKernel patch commithttps://git.kernel.org/stable/c/894d9c7aab68fd0c70c78b1d03c8fa589fb0f67d
Frequently asked questions
-
What is CVE-2026-45914?
CVE-2026-45914 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 5.10.248 onward and has been patched in 5.10.252, 6.1.165, 6.6.128 and others. CVE-2026-45914 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2026-45914?
Yes — CVE-2026-45914 has been patched. Fixed versions include 5.10.252, 6.1.165, 6.6.128 and others. If you are running Linux kernel 5.10.248 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-45914 actively exploited?
No — CVE-2026-45914 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.