CVE Catalog

CVE-2026-93083

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's ARM SCMI subsystem, a vulnerability exists where on failure to configure an additional TX receiver channel, the primary mailbox channel is not released, leaving the channel busy.

Risk Assessment

The vulnerability could lead to issues with probe deferral or resource exhaustion, potentially enabling a DoS attack.

Recommendation

Apply the patch that unwinds the primary mailbox channel before returning the error. Update the kernel to a version containing this fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Unwind TX receiver mailbox setup failure mailbox_chan_setup() can request an additional unidirectional TX receiver channel after successfully acquiring the primary channel. If that second request fails, the function returns immediately and leaves the primary channel allocated. Unwind the primary mailbox channel before returning the error so probe deferral or other setup failures do not leave the channel busy for later probe attempts.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS