HOMEVULNERABILITIESCVE-2026-45914
NONE

CVE-2026-45914

Published: May 27, 2026· Updated: May 27, 2026

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-45914 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-45914
SeverityNONE
CISA KEVNo
PublishedMay 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-45914 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.