CVE-2026-74514 PUBLISHED

KVM: s390: pci: Fix memory accounting for pinned/unpinned pages

Assigner: Linux
Reserved: 15.08.2026 Published: 15.08.2026 Updated: 15.08.2026

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

KVM: s390: pci: Fix memory accounting for pinned/unpinned pages

The account_mem() and unaccount_mem() functions call get_uid() which increments the reference count of struct user_struct on every invocation. But we don't decrement the count by calling free_uid(). It also accounted/unaccounted the pages against the current->mm. But its possible the unaccount_mem() can be called from a different process context than the one that originally pinned the pages.

Let's fix this by storing the pinning process user_struct and mm_struct when accounting for pinned pages, and subsequently free these resources when the pages are unpinned.

[borntraeger@linux.ibm.com: Fixed whitespace]

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 3c5a1b6f0a18520a0edd0600fef6f1a8553b8fdc to 70871b121f81d08879363cb1238a4c85c5c2800c (excl.)
  • affected from 3c5a1b6f0a18520a0edd0600fef6f1a8553b8fdc to e3f732e086e438c52c7400bd2734bb166aa4752c (excl.)
  • affected from 3c5a1b6f0a18520a0edd0600fef6f1a8553b8fdc to 36f6999ecde3976731a8bfc0b8e667da6f593069 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.0 is affected
  • unaffected from 0 to 6.0 (excl.)
  • unaffected from 6.18.44 to 6.18.* (incl.)
  • unaffected from 7.1.8 to 7.1.* (incl.)
  • unaffected from 7.2-rc6 to * (incl.)

References