NONE · 0

CVE-2026-80831

In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs_dcp_aes_block_crypt() uses sg_dma_len() without mapping the source scat...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs_dcp_aes_block_crypt() uses sg_dma_len() without mapping the source scatterlist with dma_map_sg() first. Therefore, sg_dma_len() is invalid and could return zero or a stale DMA length, causing encryption and decryption to process the wrong number of bytes when CONFIG_NEED_SG_DMA_LENGTH=y. Use the original scatterlist length instead.

References

FAQ

What is CVE-2026-80831?

CVE-2026-80831 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxs_dcp_aes_block_crypt() uses sg_dma_len() without mapping the source scat...

How severe is CVE-2026-80831?

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

Is there a patch for CVE-2026-80831?

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