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

ipmi:ssif: Clean up kthread on errors

If an error occurs after the ssif kthread is created, but before the
main IPMI code starts the ssif interface, the ssif kthread will not
be stopped.

So make sure the kthread is stopped on an error condition if it is
running.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel bug in the IPMI over SSIF subsystem causes an orphaned kernel thread to persist after an error occurs between thread creation and interface initialization. The stray thread continues to run, consuming CPU resources and memory until the error condition is fully handled, potentially leading to system slow-down or memory exhaustion. This problem is a resource leak, a CWE-772 weakness, arising from failing to clean up the kernel thread when an error is detected. The primary impact is local resource exhaustion, not remote code execution.

Affected Systems

All Linux kernel installations that include the older IPMI SSIF implementation are affected. The affected vendor is GNU/Linux and the product is the Linux kernel. No explicit version numbers are listed in the advisory, but any kernel built from source prior to the merge of the fix is vulnerable.

Risk and Exploitability

The vulnerability does not provide a direct remote attack path; instead, it is triggered by an internal kernel error that can arise from interactions with firmware or other drivers. The EPSS score is not available, which indicates a low exploitation probability. The issue is not listed in the CISA KEV catalog. The likely attack vector is a local kernel error caused by malformed firmware or misconfigured drivers that trigger the SSIF thread before cleanup, which would require privileged local access or kernel compromise.

Generated by OpenCVE AI on May 28, 2026 at 05:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel version that incorporates the SSIF thread cleanup fix.
  • If an immediate update is not possible, prevent the problematic thread from starting by disabling or blacklisting the ipmi_ssif kernel module.
  • Monitor kernel logs (e.g., dmesg) and system performance metrics for signs of high CPU usage attributable to orphaned SSIF threads.

Generated by OpenCVE AI on May 28, 2026 at 05:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
Metrics cvssV3_1

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


Mon, 01 Jun 2026 17:00:00 +0000


Thu, 28 May 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-458

Thu, 28 May 2026 00:15:00 +0000


Wed, 27 May 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-458

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Clean up kthread on errors If an error occurs after the ssif kthread is created, but before the main IPMI code starts the ssif interface, the ssif kthread will not be stopped. So make sure the kthread is stopped on an error condition if it is running.
Title ipmi:ssif: Clean up kthread on errors
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-06-14T17:50:15.849Z

Reserved: 2026-05-13T15:03:33.094Z

Link: CVE-2026-46044

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-27T14:17:23.853

Modified: 2026-06-16T15:04:45.547

Link: CVE-2026-46044

cve-icon Redhat

Severity :

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46044 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T06:00:10Z

Weaknesses