Bug 2395356 (CVE-2022-50275) - CVE-2022-50275 kernel: drm/radeon: Add the missed acpi_put_table() to fix memory leak
Summary: CVE-2022-50275 kernel: drm/radeon: Add the missed acpi_put_table() to fix mem...
Keywords:
Status: NEW
Alias: CVE-2022-50275
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 15:09 UTC by OSIDB Bzimport
Modified: 2025-09-15 20:20 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:09:19 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/radeon: Add the missed acpi_put_table() to fix memory leak

When the radeon driver reads the bios information from ACPI
table in radeon_acpi_vfct_bios(), it misses to call acpi_put_table()
to release the ACPI memory after the init, so add acpi_put_table()
properly to fix the memory leak.

v2: fix text formatting (Alex)


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