Bug 2495941 (CVE-2026-53329) - CVE-2026-53329 kernel: drm/amd/display: Use krealloc_array() in dal_vector_reserve()
Summary: CVE-2026-53329 kernel: drm/amd/display: Use krealloc_array() in dal_vector_re...
Keywords:
Status: NEW
Alias: CVE-2026-53329
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-01 14:02 UTC by OSIDB Bzimport
Modified: 2026-08-20 05:22 UTC (History)
2 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:55764 0 None None None 2026-08-17 16:51:26 UTC
Red Hat Product Errata RHSA-2026:55765 0 None None None 2026-08-17 15:30:05 UTC
Red Hat Product Errata RHSA-2026:57251 0 None None None 2026-08-20 05:22:25 UTC
Red Hat Product Errata RHSA-2026:57252 0 None None None 2026-08-20 05:13:19 UTC

Description OSIDB Bzimport 2026-07-01 14:02:28 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Use krealloc_array() in dal_vector_reserve()

[Why & How]
dal_vector_reserve() computes the allocation size as
"capacity * vector->struct_size" using uint32_t arithmetic, which can
silently wrap to a small value on overflow. This would cause krealloc to
return a smaller buffer than expected, leading to heap overflows on
subsequent vector appends.

Replace krealloc() with krealloc_array() which performs an internal
overflow check and returns NULL on wrap, preventing the issue.

(cherry picked from commit 37668568641ccc4cc1dbca4923d0a16609dd5707)

Comment 1 Mauro Matteo Cascella 2026-07-01 17:47:32 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026070142-CVE-2026-53329-ccf5@gregkh/T

Comment 3 errata-xmlrpc 2026-08-17 15:30:04 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:55765 https://access.redhat.com/errata/RHSA-2026:55765

Comment 4 errata-xmlrpc 2026-08-17 16:51:25 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:55764 https://access.redhat.com/errata/RHSA-2026:55764

Comment 5 errata-xmlrpc 2026-08-20 05:13:18 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:57252 https://access.redhat.com/errata/RHSA-2026:57252

Comment 6 errata-xmlrpc 2026-08-20 05:22:24 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:57251 https://access.redhat.com/errata/RHSA-2026:57251


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