NONE · 0

CVE-2026-80902

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not pro...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not properly reclaimed. Only cyclic descriptors were handled, leaving non-cyclic descriptors and their LLI chains to be permanently leaked. Fix by using vchan_terminate_vdesc() which handles both cyclic and non-cyclic descriptors by adding them to desc_terminated queue for proper cleanup. Add pchan->desc != pchan->done check to prevent double-adding completed descriptors, which would corrupt the list.

References

FAQ

What is CVE-2026-80902?

CVE-2026-80902 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA When terminating DMA transfers, active descriptors are not pro...

How severe is CVE-2026-80902?

CVSS scoring is not yet available for CVE-2026-80902. Check NVD for updates.

Is there a patch for CVE-2026-80902?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.