Answer in brief
CVE-2026-80654 records a Unknown severity vulnerability in soc: xilinx: Shutdown and free rx mailbox channel. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df <b0f748c563921a7918c78e6a599cefd54de7d688 || >=ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df <a83e77d1e52c01c50096e6e97c57d34e0590d628 || >=ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df <b5d2240c2c7bc8370e7ba54a2e1fe3919f55aee5 || >=ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df <fdee7c66c0d7b6869c36b9f9a915abf29ab5b550 | b0f748c563921a7918c78e6a599cefd54de7d688, a83e77d1e52c01c50096e6e97c57d34e0590d628, b5d2240c2c7bc8370e7ba54a2e1fe3919f55aee5, fdee7c66c0d7b6869c36b9f9a915abf29ab5b550 |
| Linux/Linuxgeneric | 5.6 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
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.
Quoted source text, attributed separately from HOL analysis.