CVE-2026-80945: crypto: iaa - unmap dst before software fallback on decompress

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

crypto: iaa - unmap dst before software fallback on decompress

On a hardware analytics error, decompress retries through the software fallback, which writes req->dst with the CPU while it is still mapped DMAFROMDEVICE. With SWIOTLB active the later dmaunmapsg() copies the stale bounce buffer over req->dst, corrupting the result.

Unmap before the fallback runs. The async path unmaps inline; the sync path signals the retry with -EAGAIN so iaacompadecompress() runs the fallback after unmapping.

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What conditions are required for the corruption to occur?

The IAA decompression operation must encounter a hardware analytics error and retry through the software fallback. SWIOTLB must be active, because the stale DMA bounce buffer is copied over the software-written destination during the later DMA unmap.

2

What is the practical impact of an affected system?

The decompression result can be corrupted when the fallback writes to req->dst while that buffer remains mapped DMA_FROM_DEVICE. The issue is a result-integrity problem caused by the later dma_unmap_sg() overwriting the destination with stale bounce-buffer data.

3

How does the fix prevent the issue?

It unmaps the destination buffer before the software fallback runs. The asynchronous path unmaps inline, while the synchronous path returns -EAGAIN so iaa_comp_adecompress() performs the fallback after unmapping.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203