Bug 2532217 (CVE-2026-80945) - CVE-2026-80945 kernel: Linux kernel: Data corruption in Intel Analytics Accelerator (IAA) driver during decompression
Summary: CVE-2026-80945 kernel: Linux kernel: Data corruption in Intel Analytics Accel...
Keywords:
Status: NEW
Alias: CVE-2026-80945
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 21:27 UTC by OSIDB Bzimport
Modified: 2026-09-11 21:50 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 21:27:16 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.