Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-41484
Published:May 06, 2026
Updated:August 06, 2026
OpenTelemetry.Exporter.OneCollector is a .NET exporter that sends telemetry to a OneCollector back-end over HTTP. In versions 1.15.0 and earlier, when a request to the configured back-end or collector results in an unsuccessful HTTP 4xx or 5xx response, the HttpJsonPostTransport class reads the entire response body into memory with no upper bound on the number of bytes consumed in order to include the error response in operator logs. 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, use network-level controls such as firewall rules, mTLS, or a service mesh to prevent man-in-the-middle attacks on the configured back-end or collector endpoint. This issue is fixed in version 1.15.1, which limits the number of bytes read from the response body in an error condition to 4 MiB.
Affected Packages
https://github.com/open-telemetry/opentelemetry-dotnet-contrib.git (GITHUB):
Affected version(s) >=Exporter.OneCollector-0.1.0-alpha.1 <Exporter.OneCollector-1.15.1
Fix Suggestion:
Update to version Exporter.OneCollector-1.15.1
opentelemetry.exporter.onecollector (NUGET):
Affected version(s) >=0.1.0-alpha.1 <1.15.1
Fix Suggestion:
Update to version 1.15.1
OpenTelemetry.Exporter.OneCollector (NUGET):
Affected version(s) >=0.1.0-alpha.1 <1.15.1
Fix Suggestion:
Update to version 1.15.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
6
Attack Vector
ADJACENT
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
ADJACENT
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling
EPSS
Base Score:
0.34