HOMEVULNERABILITIESCVE-2026-31689
NONE

CVE-2026-31689

Published: April 27, 2026· Updated: Apr 27, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.8th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

EDAC/mc: Fix error path ordering in edac_mc_alloc()

When the mci->pvt_info allocation in edac_mc_alloc() fails, the error path

will call put_device() which will end up calling the device's release

function.

However, the init ordering is wrong such that device_initialize() happens

*after* the failed allocation and thus the device itself and the release

function pointer are not initialized yet when they're called:

MCE: In-kernel MCE decoding enabled.

------------[ cut here ]------------

kobject: '(null)': is not initialized, yet kobject_put() is being called.

WARNING: lib/kobject.c:734 at kobject_put, CPU#22: systemd-udevd

CPU: 22 UID: 0 PID: 538 Comm: systemd-udevd Not tainted 7.0.0-rc1+ #2 PREEMPT(full)

RIP: 0010:kobject_put

Call Trace:

<TASK>

edac_mc_alloc+0xbe/0xe0 [edac_core]

amd64_edac_init+0x7a4/0xff0 [amd64_edac]

? __pfx_amd64_edac_init+0x10/0x10 [amd64_edac]

do_one_initcall

...

Reorder the calling sequence so that the device is initialized and thus the

release function pointer is properly set before it can be used.

This was found by Claude while reviewing another EDAC patch.

NVD Source

Technical Analysis

CVE-2026-31689 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 (6)

Quick Facts

CVE IDCVE-2026-31689
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedApr 27, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31689 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.