Bug 2405766 (CVE-2023-53707) - CVE-2023-53707 kernel: drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
Summary: CVE-2023-53707 kernel: drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
Keywords:
Status: NEW
Alias: CVE-2023-53707
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-22 14:05 UTC by OSIDB Bzimport
Modified: 2025-10-29 10:11 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-22 14:05:36 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1

The type of size is unsigned int, if size is 0x40000000, there will
be an integer overflow, size will be zero after size *= sizeof(uint32_t),
will cause uninitialized memory to be referenced later.


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