Bug 2536937 - CVE-2026-81871 docker-distribution: OpenTelemetry-Go: TLS certificate bypass allows log telemetry interception and alteration [fedora-all]
Summary: CVE-2026-81871 docker-distribution: OpenTelemetry-Go: TLS certificate bypass ...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-distribution
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Clement Verna
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["18f1d2f0-0a84-489d-9129-8...
Depends On:
Blocks: CVE-2026-81871
TreeView+ depends on / blocked
 
Reported: 2026-09-18 09:43 UTC by Avinash Hanwate
Modified: 2026-09-18 09:43 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Avinash Hanwate 2026-09-18 09:43:55 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the exporters/otlp/otlplog/otlploggrpc package loads OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE, OTEL_EXPORTER_OTLP_CERTIFICATE, and related client certificate environment variables through loadEnvTLS into cfg.tlsCfg, but newGRPCDialOptions does not apply cfg.tlsCfg when creating gRPC transport credentials. The environment-only TLS path instead uses credentials.NewTLS with system roots and no configured client certificate, bypassing intended private CA pinning and mutual TLS unless the application also supplies WithTLSCredentials. A network attacker able to intercept or spoof the collector connection with a system-trusted certificate can read or alter log telemetry. This issue is fixed in version 0.21.0.


Note You need to log in before you can comment on or make changes to this bug.