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

soc: xilinx: Shutdown and free rx mailbox channel

A mbox rx channel is requested using mbox_request_channel_byname() in
probe. In remove callback, the rx mailbox channel is cleaned up when the
rx_chan is NULL due to incorrect condition check. The mailbox channel is
not shutdown and it can receive messages even after the device removal.
This leads to use after free. Also the channel resources are not freed.
Fix this by checking the rx_chan correctly.
Published: 2026-08-28
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's mailbox driver contains a flaw in the shutdown logic for receive (rx) channels. During device removal, the code mistakenly treats a NULL channel pointer as if the channel was present, leaving the mailbox enabled and allowing it to receive messages after the device has been detached. This results in a use‑after‑free condition where the driver may process packets using freed memory, which can lead to kernel memory corruption or unwanted code execution if an attacker can trigger the faulty path. The weakness is a classic memory corruption issue (CWE‑416).

Affected Systems

The affected product is the Linux kernel, specifically the mailbox driver that can be present in any kernel build containing the buggy shutdown logic. Any Linux distribution that ships the unpatched kernel is at risk. No specific kernel version is stated, so any build dated before the referenced commits should be considered vulnerable.

Risk and Exploitability

The patch has not yet been published in any public advisory and no EPSS or CVSS score is available, and the issue is not listed in CISA's KEV catalog. However, exploitation would require local privileged access or control over the device removal sequence. If an attacker can trigger the removal while the driver is still active, they could achieve kernel execution through the use‑after‑free flaw. The likelihood of exploitation is uncertain without a published exploit, but given the severity of a kernel memory corruption, the vulnerability should be treated as a high‑impact local flaw until resolved.

Generated by OpenCVE AI on August 28, 2026 at 13:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Linux kernel to a version that includes the patch in the referenced commits.
  • Reboot the system to ensure any stale mailbox activity is cleared and the kernel restarts with the updated driver.
  • If an immediate kernel upgrade is not possible, disable the mailbox driver or the affected device module to prevent the vulnerable code path from executing.

Generated by OpenCVE AI on August 28, 2026 at 13:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Shutdown and free rx mailbox channel A mbox rx channel is requested using mbox_request_channel_byname() in probe. In remove callback, the rx mailbox channel is cleaned up when the rx_chan is NULL due to incorrect condition check. The mailbox channel is not shutdown and it can receive messages even after the device removal. This leads to use after free. Also the channel resources are not freed. Fix this by checking the rx_chan correctly.
Title soc: xilinx: Shutdown and free rx mailbox channel
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-08-28T06:49:01.311Z

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

Link: CVE-2026-80654

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:50.467

Modified: 2026-08-28T08:16:50.467

Link: CVE-2026-80654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T13:15:05Z

Weaknesses