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

ipmi:msghandler: Cancel work cleanly on an error

If an error occurs during startup of an IPMI interface, it may have
scheduled work to run. The work needs to be canceled before the
interface can be freed.
Published: 2026-09-11
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability occurs in the Linux kernel's IPMI message handler. During the startup of an IPMI interface, if an error is encountered, scheduled work may not be cancelled properly. This oversight can lead to dangling references or usage of freed resources, potentially triggering a kernel panic or memory corruption, thus denying service. The flaw is identified as a use‑after‑free bug under CWE‑772.

Affected Systems

All Linux kernel builds that include the IPMI subsystem are affected, including the mainstream kernel releases compiled for general‑purpose and embedded distributions. The impact is specific to kernel versions that have not yet incorporated the commit that fixes the faulty cancellation logic. No specific vendor version is listed, so the entire Linux kernel is considered at risk until the patch is applied.

Risk and Exploitability

The CVSS base score of 4.4 indicates a low severity assessment, and the EPSS score is not available, suggesting no known active exploitation. The vulnerability is not present in the CISA KEV catalog. Inference indicates that the attack vector would be local, requiring ability to load or modify kernel modules during system boot or runtime; remote exploitation is not described in the advisory. Given the kernel‑level nature, an attacker with privileged access could exploit the flaw to crash the host, though no evidence of remote code execution exists.

Generated by OpenCVE AI on September 12, 2026 at 03:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest Linux kernel release that includes the commit fixing this issue, as identified in the kernel advisory.
  • If immediate kernel update is not possible, disable the IPMI module (ipmi_msghandler) or the entire IPMI subsystem to prevent the buggy work scheduling path.
  • After updating or disabling, restart the system to ensure no dangling work remains, and monitor kernel logs for any residual IPMI errors.

Generated by OpenCVE AI on September 12, 2026 at 03:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Cancel work cleanly on an error If an error occurs during startup of an IPMI interface, it may have scheduled work to run. The work needs to be canceled before the interface can be freed.
Title ipmi:msghandler: Cancel work cleanly on an error
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-13T06:29:08.664Z

Reserved: 2026-08-26T14:34:25.812Z

Link: CVE-2026-81004

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:09.057

Modified: 2026-09-13T07:17:07.157

Link: CVE-2026-81004

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:42:56Z

Links: CVE-2026-81004 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-12T04:45:07Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime