Bug 2395882 (CVE-2023-53309) - CVE-2023-53309 kernel: drm/radeon: Fix integer overflow in radeon_cs_parser_init
Summary: CVE-2023-53309 kernel: drm/radeon: Fix integer overflow in radeon_cs_parser_init
Keywords:
Status: NEW
Alias: CVE-2023-53309
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-16 17:03 UTC by OSIDB Bzimport
Modified: 2025-09-16 17:48 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 17:03:55 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/radeon: Fix integer overflow in radeon_cs_parser_init

The type of size is unsigned, 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.