๐Ÿ” CVE Alert

CVE-2026-41483

MEDIUM 5.9

Unbounded HTTP response body read in OpenTelemetry.Resources.Azure

CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

OpenTelemetry.Resources.Azure is the .NET resource detector for Azure environments. In versions 1.15.0-beta.1 and earlier, the AzureVmMetaDataRequestor class makes HTTP requests to the Azure VM instance metadata service and reads the response body into memory without any size limit. An attacker who controls the configured endpoint, or who can intercept traffic to it via a man-in-the-middle attack, can return an arbitrarily large response body. This causes unbounded heap allocation in the consuming process, leading to high transient memory pressure, garbage-collection stalls, or an OutOfMemoryException that terminates the process. As a workaround, disable the Azure VM resource detector or use network-level controls such as firewall rules, mTLS, or a service mesh to prevent man-in-the-middle attacks on the Azure VM instance metadata endpoint. This issue is fixed in version 1.15.1-beta.1, which streams responses rather than buffering them entirely in memory and ignores responses larger than 4 MiB.

CWE CWE-770
Vendor open-telemetry
Product opentelemetry-dotnet-contrib
Published May 6, 2026
Stay Ahead of the Next One

Get instant alerts for open-telemetry opentelemetry-dotnet-contrib

Be the first to know when new medium vulnerabilities affecting open-telemetry opentelemetry-dotnet-contrib are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

open-telemetry / opentelemetry-dotnet-contrib
<= 1.15.0-beta.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-vc24-j8c5-2vw4 github.com: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4121