CVE-2026-80654

Unknown

Last modified

CVE-2026-80654 is a vulnerability of currently unknown severity. 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.

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df, < b0f748c563921a7918c78e6a599cefd54de7d688; >= ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df, < a83e77d1e52c01c50096e6e97c57d34e0590d628; >= ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df, < b5d2240c2c7bc8370e7ba54a2e1fe3919f55aee5; >= ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df, < fdee7c66c0d7b6869c36b9f9a915abf29ab5b550
LinuxLinux5.6

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-80654?
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.
How severe is CVE-2026-80654?
Severity scoring for CVE-2026-80654 is pending analysis.
How do I fix CVE-2026-80654?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-80654?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST