Security Advisory

CVE-2022-50023

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-06-18 11:01:26
Last updated 2026-05-11 19:11:17
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchan_next_desc() in the handler axi_chan_block_xfer_complete() to avoid the error happening.