Bug 2482567 (CVE-2026-46218) - CVE-2026-46218 kernel: drm/amdgpu: Add bounds checking to ib_{get,set}_value
Summary: CVE-2026-46218 kernel: drm/amdgpu: Add bounds checking to ib_{get,set}_value
Keywords:
Status: NEW
Alias: CVE-2026-46218
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-05-28 11:03 UTC by OSIDB Bzimport
Modified: 2026-05-28 12:55 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-28 11:03:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: Add bounds checking to ib_{get,set}_value

The uvd/vce/vcn code accesses the IB at predefined offsets without
checking that the IB is large enough. Check the bounds here. The caller
is responsible for making sure it can handle arbitrary return values.

Also make the idx a uint32_t to prevent overflows causing the condition
to fail.


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