Bug 2402230 (CVE-2023-53633) - CVE-2023-53633 kernel: accel/qaic: Fix a leak in map_user_pages()
Summary: CVE-2023-53633 kernel: accel/qaic: Fix a leak in map_user_pages()
Keywords:
Status: NEW
Alias: CVE-2023-53633
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-07 16:04 UTC by OSIDB Bzimport
Modified: 2025-11-26 12:24 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-07 16:04:17 UTC
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.


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