OpenTelemetry.Exporter.OpenTelemetryProtocol is the OTLP (OpenTelemetry Protocol) exporter implementation. From 1.8.0 to 1.15.2, the OTLP disk retry feature in OpenTelemetry.Exporter.OpenTelemetryProtocol silently fell back to Path.GetTempPath() when OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk was set but OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH was not configured. The exporter stored and loaded *.blob files under fixed, signal-named subdirectories (traces, metrics, logs) beneath that shared temporary root path. On multi-user systems where the temporary directory is accessible to other local accounts, this allows an attacker to write crafted *.blob files, read *.blob files written by the application between export failures, or deposit numerous or oversized blob files, degrading retry-loop performance or consuming disk space. This vulnerability is fixed in 1.15.3.
References
| Link | Resource |
|---|---|
| https://github.com/open-telemetry/opentelemetry-dotnet/pull/7106 | Issue Tracking Patch |
| https://github.com/open-telemetry/opentelemetry-dotnet/security/advisories/GHSA-4625-4j76-fww9 | Mitigation Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
26 May 2026, 16:07
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/open-telemetry/opentelemetry-dotnet/pull/7106 - Issue Tracking, Patch | |
| References | () https://github.com/open-telemetry/opentelemetry-dotnet/security/advisories/GHSA-4625-4j76-fww9 - Mitigation, Vendor Advisory | |
| First Time |
Opentelemetry
Opentelemetry opentelemetry.exporter.opentelemetryprotocol |
|
| CPE | cpe:2.3:a:opentelemetry:opentelemetry.exporter.opentelemetryprotocol:*:*:*:*:*:.net:*:* |
12 May 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-12 20:16
Updated : 2026-05-26 16:07
NVD link : CVE-2026-42191
Mitre link : CVE-2026-42191
CVE.ORG link : CVE-2026-42191
JSON object : View
Products Affected
opentelemetry
- opentelemetry.exporter.opentelemetryprotocol
CWE
CWE-379
Creation of Temporary File in Directory with Insecure Permissions
