CVE-2026-80945
Reported by Linux · Published September 11, 2026
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 DMA_FROM_DEVICE. With SWIOTLB active the later dma_unmap_sg() 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 iaa_comp_adecompress() runs the fallback after unmapping.
EPSS 0.47% · 39.9th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 2ec6761df889fdf896fde761abd447596dd8f8c2, 2ec6761df889fdf896fde761abd447596dd8f8c2, 2ec6761df889fdf896fde761abd447596dd8f8c2 |
| Linux | Linux | 6.8, 0, 6.18.51 |
| linux | linux_kernel | 6.8, 6.8, 6.8 |
| Linux | Linux | 2ec6761df889fdf896fde761abd447596dd8f8c2, 2ec6761df889fdf896fde761abd447596dd8f8c2, 2ec6761df889fdf896fde761abd447596dd8f8c2 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 13, 2026 CVE Updated
- Sep 16, 2026 EPSS Score
- Sep 18, 2026 EPSS Score