CVE-2026-81871
Last modified
CVE-2026-81871 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-telemetry | opentelemetry-go | < 0.21.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81871?
How severe is CVE-2026-81871?
How do I fix CVE-2026-81871?
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-81861CWE-522: Insufficiently Protected Credentials vulnerability …5.9
- CVE-2026-81866Apache NiFi 2.9.0 through 2.11.0 provide Connector configura…4.3
- CVE-2026-81868Steeltoe is an open source project that provides a collectio…6.5
- CVE-2026-81869OpenTelemetry-Go is the Go implementation of OpenTelemetry. …5.1
- CVE-2026-8187A flaw has been found in Open5GS up to 2.7.7. This impacts t…7.5
- CVE-2026-81870OpenTelemetry-Go is the Go implementation of OpenTelemetry. …2
- CVE-2026-81872OpenTelemetry-Go is the Go implementation of OpenTelemetry. …6.3
- CVE-2026-81875HAPI FHIR is a complete implementation of the HL7 FHIR stand…7.5
- CVE-2026-81876HAPI FHIR is a complete implementation of the HL7 FHIR stand…7.5
- CVE-2026-81878radare2 is a UNIX-like reverse engineering framework and com…5.5
- CVE-2026-81879radare2 is a UNIX-like reverse engineering framework and com…6.1
- CVE-2026-8188A vulnerability has been found in Wavlink NU516U1 M16U1_V240…8.8
Are you affected by CVE-2026-81871?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
