Bug 2502285 (CVE-2026-63873) - CVE-2026-63873 kernel: accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()
Summary: CVE-2026-63873 kernel: accel/amdxdna: Fix mm_struct reference leak in aie2_po...
Keywords:
Status: NEW
Alias: CVE-2026-63873
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: 2026-07-19 15:01 UTC by OSIDB Bzimport
Modified: 2026-07-21 19:34 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-19 15:01:59 UTC
In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()

aie2_populate_range() jumps back to the again label without calling
mmput(mm), leaking a reference to the mm_struct.

Add the missing mmput() before jumping to again.


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