Bug 2425091 (CVE-2022-50781) - CVE-2022-50781 kernel: amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()
Summary: CVE-2022-50781 kernel: amdgpu/pm: prevent array underflow in vega20_odn_edit_...
Keywords:
Status: NEW
Alias: CVE-2022-50781
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-12-24 14:02 UTC by OSIDB Bzimport
Modified: 2025-12-25 03:24 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 14:02:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

amdgpu/pm: prevent array underflow in vega20_odn_edit_dpm_table()

In the PP_OD_EDIT_VDDC_CURVE case the "input_index" variable is capped at
2 but not checked for negative values so it results in an out of bounds
read.  This value comes from the user via sysfs.


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