CVE-2026-31735 PUBLISHED

iommupt: Fix short gather if the unmap goes into a large mapping

Assigner: Linux
Reserved: 09.03.2026 Published: 01.05.2026 Updated: 01.05.2026

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

iommupt: Fix short gather if the unmap goes into a large mapping

unmap has the odd behavior that it can unmap more than requested if the ending point lands within the middle of a large or contiguous IOPTE.

In this case the gather should flush everything unmapped which can be larger than what was requested to be unmapped. The gather was only flushing the range requested to be unmapped, not extending to the extra range, resulting in a short invalidation if the caller hits this special condition.

This was found by the new invalidation/gather test I am adding in preparation for ARMv8. Claude deduced the root cause.

As far as I remember nothing relies on unmapping a large entry, so this is likely not a triggerable bug.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 7c53f4238aa8bfb476e177263133ead2eeb8d55d to 50ecd96a28f712f8b682c0441f4cb9b086d28816 (excl.)
  • affected from 7c53f4238aa8bfb476e177263133ead2eeb8d55d to ee6e69d032550687a3422504bfca3f834c7b5061 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.19 is affected
  • unaffected from 0 to 6.19 (excl.)
  • unaffected from 6.19.12 to 6.19.* (incl.)
  • unaffected from 7.0 to * (incl.)

References