CVE Catalog

CVE-2026-93082

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's ARM SCMI subsystem, a vulnerability exists where on failure to configure an additional P2A receiver channel, the primary P2A 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 P2A 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 P2A receiver mailbox setup failure mailbox_chan_setup() can request an additional P2A receiver channel after successfully acquiring the primary P2A channel. If that later 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