๐Ÿ” CVE Alert

CVE-2026-31689

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Apr 27, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
0bbb265f7089584aaa6d440805ca75ea4f3930d4 < aae95970fad2127a1bd49d8713c7cd0677dcd2d6 0bbb265f7089584aaa6d440805ca75ea4f3930d4 < d3de72e2a2b9ee3a57734c1c068823e41a707715 0bbb265f7089584aaa6d440805ca75ea4f3930d4 < d20e98c2df9354cc744431ad8ccbf49405b8b40f 0bbb265f7089584aaa6d440805ca75ea4f3930d4 < 87ce8ae511962e105bcb3534944208c6a9471ed9 0bbb265f7089584aaa6d440805ca75ea4f3930d4 < 75825648ce984ca4cebb28e4bd2bf8c3a7e837c5 0bbb265f7089584aaa6d440805ca75ea4f3930d4 < 51520e03e70d6c73e33ee7cbe0319767d05764fe
Linux / Linux
5.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/aae95970fad2127a1bd49d8713c7cd0677dcd2d6 git.kernel.org: https://git.kernel.org/stable/c/d3de72e2a2b9ee3a57734c1c068823e41a707715 git.kernel.org: https://git.kernel.org/stable/c/d20e98c2df9354cc744431ad8ccbf49405b8b40f git.kernel.org: https://git.kernel.org/stable/c/87ce8ae511962e105bcb3534944208c6a9471ed9 git.kernel.org: https://git.kernel.org/stable/c/75825648ce984ca4cebb28e4bd2bf8c3a7e837c5 git.kernel.org: https://git.kernel.org/stable/c/51520e03e70d6c73e33ee7cbe0319767d05764fe