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: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Use After Free leading to potential memory corruption
Action: Apply Patch
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 weaknesses are classic memory corruption issues (CWE‑416 and CWE‑825).

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 CVSS score is 5.5, the EPSS score is < 1%, and it 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 31, 2026 at 13:39 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 31, 2026 at 13:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

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

None

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'}

threat_severity

Moderate


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

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80654 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T13:45:04Z

Weaknesses