Bug 2492823 (CVE-2026-53202) - CVE-2026-53202 kernel: Kernel: Privilege escalation and denial of service via integer truncation in accel/ivpu
Summary: CVE-2026-53202 kernel: Kernel: Privilege escalation and denial of service via...
Keywords:
Status: NEW
Alias: CVE-2026-53202
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-25 10:07 UTC by OSIDB Bzimport
Modified: 2026-08-20 12:17 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:54343 0 None None None 2026-08-12 13:08:07 UTC
Red Hat Product Errata RHSA-2026:54443 0 None None None 2026-08-13 00:45:05 UTC

Description OSIDB Bzimport 2026-06-25 10:07:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

accel/ivpu: Fix signed integer truncation in IPC receive

Fix potential buffer overflow where firmware-supplied data_size is cast
to signed int before being used in min_t(). Large unsigned values
(>= 0x80000000) become negative, causing unsigned wraparound and
oversized memcpy operations that can overflow the stack buffer.

Change min_t(int, ...) to min() as both values are unsigned and can be
handled by min() without explicit cast.

Comment 1 Mauro Matteo Cascella 2026-06-29 14:05:02 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062500-CVE-2026-53202-0343@gregkh/T

Comment 3 errata-xmlrpc 2026-08-12 13:08:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

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

Comment 4 errata-xmlrpc 2026-08-13 00:45:04 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

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


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