Uncontrolled Recursion Affecting azure-functions-host package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.28% (20th 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-MINIMOSLATEST-AZUREFUNCTIONSHOST-17957032
  • published13 Jul 2026
  • disclosed22 Jun 2026

Introduced: 22 Jun 2026

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

How to fix?

There is no fixed version for Minimos:latest azure-functions-host.

NVD Description

Note: Versions mentioned in the description apply only to the upstream azure-functions-host package and not the azure-functions-host package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

MessagePack for C# is a MessagePack serializer for C#. Prior to 2.5.301 and 3.1.7, MessagePackReader.TrySkip() recursively descends into nested arrays and maps without incrementing the reader depth or calling the configured depth checks. This bypasses MessagePackSecurity.MaximumObjectGraphDepth, the library's documented protection against deeply nested object graphs. Many generated and dynamic formatters call reader.Skip() when they encounter unknown map keys, unknown array members, ignored fields, or data that should be skipped for forward compatibility. A deeply nested value in one of these skipped positions can therefore cause unbounded recursion and an uncatchable StackOverflowException. This vulnerability is fixed in 2.5.301 and 3.1.7.