Uncontrolled Recursion Affecting kernel-devel package, versions <0:6.12.0-211.47.1.el10_2


Severity

Recommended
high

Based on Oracle Linux security rating.

Threat Intelligence

EPSS
0.15% (5th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-ORACLE10-KERNELDEVEL-18785947
  • published14 Aug 2026
  • disclosed25 Jun 2026

Introduced: 25 Jun 2026

CVE-2026-53202  (opens in a new tab)
CWE-674  (opens in a new tab)

How to fix?

Upgrade Oracle:10 kernel-devel to version 0:6.12.0-211.47.1.el10_2 or higher.
This issue was patched in ELSA-2026-54343.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-devel package and not the kernel-devel package as distributed by Oracle. See How to fix? for Oracle:10 relevant fixed versions and status.

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.

CVSS Base Scores

version 3.1