In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 7, 2025
to the GitHub Advisory Database
•
Updated Feb 4, 2026
Description
Published by the National Vulnerability Database
Oct 7, 2025
Published to the GitHub Advisory Database
Oct 7, 2025
Last updated
Feb 4, 2026
In the Linux kernel, the following vulnerability has been resolved:
accel/qaic: Fix a leak in map_user_pages()
If get_user_pages_fast() allocates some pages but not as many as we
wanted, then the current code leaks those pages. Call put_page() on
the pages before returning.
References