Vulnerability Description
OpenTelemetry.OpAmp.Client is the OpAMP client for OpenTelemetry .NET. Prior to 0.2.0-alpha.1, when receiving responses from the OpAMP server over HTTP, the OpAMP client allocates an unbounded buffer to read all bytes from the server, with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured OpAMP server is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned in the response. This vulnerability is fixed in 0.2.0-alpha.1.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/4116
- https://github.com/open-telemetry/opentelemetry-dotnet-contrib/security/advisori
FAQ
What is CVE-2026-42348?
CVE-2026-42348 is a vulnerability with a CVSS score of 5.9 (MEDIUM). OpenTelemetry.OpAmp.Client is the OpAMP client for OpenTelemetry .NET. Prior to 0.2.0-alpha.1, when receiving responses from the OpAMP server over HTTP, the OpAMP client allocates an unbounded buffer ...
How severe is CVE-2026-42348?
CVE-2026-42348 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-42348?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.