Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  4. ›
  5. CVE-2026-39882

CVE-2026-39882: opentelemetry-go: OTLP HTTP exporters read unbounded HTTP response bodies

April 8, 2026 (updated April 9, 2026)

overview: this report shows that the otlp HTTP exporters (traces/metrics/logs) read the full HTTP response body into an in-memory bytes.Buffer without a size cap.

this is exploitable for memory exhaustion when the configured collector endpoint is attacker-controlled (or a network attacker can mitm the exporter connection).

severity

HIGH

not claiming: this is a remote dos against every default deployment. claiming: if the exporter sends traces to an untrusted collector endpoint (or over a network segment where mitm is realistic), that endpoint can crash the process via a large response body.

callsite (pinned):

  • exporters/otlp/otlptrace/otlptracehttp/client.go:199
  • exporters/otlp/otlptrace/otlptracehttp/client.go:230
  • exporters/otlp/otlpmetric/otlpmetrichttp/client.go:170
  • exporters/otlp/otlpmetric/otlpmetrichttp/client.go:201
  • exporters/otlp/otlplog/otlploghttp/client.go:190
  • exporters/otlp/otlplog/otlploghttp/client.go:221

References

  • github.com/advisories/GHSA-w8rr-5gcm-pp58
  • github.com/open-telemetry/opentelemetry-go
  • github.com/open-telemetry/opentelemetry-go/pull/8108
  • github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-w8rr-5gcm-pp58
  • nvd.nist.gov/vuln/detail/CVE-2026-39882

Code Behaviors & Features

Detect and mitigate CVE-2026-39882 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.43.0

Fixed versions

  • 1.43.0

Solution

Upgrade to version 1.43.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-789: Memory Allocation with Excessive Size Value

Source file

go/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/CVE-2026-39882.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:38 +0000.