Uncontrolled Recursion Affecting promitor package, versions <2.16.0-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.03% (8th 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 Learn

Learn about Uncontrolled Recursion vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CHAINGUARDLATEST-PROMITOR-16878888
  • published26 May 2026
  • disclosed20 Mar 2026

Introduced: 20 Mar 2026

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

How to fix?

Upgrade Chainguard promitor to version 2.16.0-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream promitor package and not the promitor package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

AutoMapper is a convention-based object-object mapper in .NET. Versions prior to 15.1.1 and 16.1.1 are vulnerable to a Denial of Service (DoS) attack. When mapping deeply nested object graphs, the library uses recursive method calls without enforcing a default maximum depth limit. This allows an attacker to provide a specially crafted object graph that exhausts the thread's stack memory, triggering a StackOverflowException and causing the entire application process to terminate. Versions 15.1.1 and 16.1.1 fix the issue.