CVE-2026-41484
Last modified
CVE-2026-41484 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Opentelemetry | Opentelemetry.Exporter.Onecollector | <= 1.15.0 |
References
- https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4117Issue Tracking, Patch
- https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisories/GHSA-55m9-299j-53c7Mitigation, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-41484?
How severe is CVE-2026-41484?
How do I fix CVE-2026-41484?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-41478Saltcorn is an extensible, open source, no-code database app…9.9
- CVE-2026-41479Authlib is a Python library which builds OAuth and OpenID Co…5.4
- CVE-2026-4148A use-after-free vulnerability can be triggered in sharded c…8.8
- CVE-2026-41481LangChain is a framework for building agents and LLM-powered…6.5
- CVE-2026-41482Frappe is a full-stack web application framework. Prior to 1…7.1
- CVE-2026-41483OpenTelemetry.Resources.Azure is the .NET resource detector …5.9
- CVE-2026-41485Kyverno is a policy engine designed for cloud native platfor…7.7
- CVE-2026-41486Ray is an AI compute engine. From version 2.54.0 to before v…8.8
- CVE-2026-41487Langfuse is an open source large language model engineering …5.4
- CVE-2026-41488LangChain is a framework for building agents and LLM-powered…3.1
- CVE-2026-41489Pi-hole is a DNS sinkhole that protects devices from unwante…8.8
- CVE-2026-4149Sonos Era 300 SMB Response Out-Of-Bounds Access Remote Code …9.8
Are you affected by CVE-2026-41484?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
