OSV 1.4.0 · unreviewed · 修改于 2026-08-28 17:31
发布时间
2026-08-28 17:31
GitHub 审查时间
—
NVD 发布时间
2026-08-28 16:16
源文件
advisories/unreviewed/2026/08/GHSA-79cq-96j4-g3x2/GHSA-79cq-96j4-g3x2.json
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.
该公告没有提供结构化的受影响软件包信息。