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


Severity

Recommended
high

Based on AlmaLinux 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-ALMALINUX10-KERNELZFCPDUMPDEVEL-18818599
  • published15 Aug 2026
  • disclosed12 Aug 2026

Introduced: 12 Aug 2026

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

How to fix?

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

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-zfcpdump-devel package and not the kernel-zfcpdump-devel package as distributed by AlmaLinux. See How to fix? for AlmaLinux: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