OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry protocol exporter for OpenTelemetry .NET
Activity
- Latest release
- 3w ago
- Total releases
- 88
- Cadence
- ~20 days
- Last 12 months
- 14
Details
- License
- Apache-2.0
- First release
- Jan 28, 2020
| Version | Released | |
|---|---|---|
1.18.0
minor
|
1.18.0
minor
Dependencies (2)
|
|
1.18.0-rc.1
pre
|
1.18.0-rc.1
pre
Dependencies (2)
|
|
1.17.0
minor
|
1.17.0
minor
Dependencies (2)
|
|
1.17.0-rc.1
pre
|
1.17.0-rc.1
pre
Dependencies (2)
|
|
1.16.0
minor
|
1.16.0
minor
Dependencies (2)
|
|
1.16.0-rc.1
pre
|
1.16.0-rc.1
pre
Dependencies (2)
|
|
1.15.3
patch
|
1.15.3
patch
Dependencies (2)
|
|
1.15.2
patch
2 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.15.2
patch
Dependencies (2)
|
|
1.15.1
patch
3 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40182
GHSA-q834-8qmm-v933
Apr 23, 2026
OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. Detailshttps://github.com/open-telemetry/opentelemetry-dotnet/pull/6564 introduced a change to read the response body when a non-200 HTTP status code is received when exporting telemetry to aid debugging by operators so that the error response is included in the logs emitted by the exporter for both gRPC and HTTP/protobuf. An unintended consequence of this change is that the response body is fully read into memory when received with no upper-bound. This vulnerability was surfaced during the investigation of GHSA-w8rr-5gcm-pp58. ImpactIf an application using the OTLP exporter is configured to use a back-end/collector endpoint that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response the application could have its memory exhausted and create a denial-of-service condition. MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7017 updates the OTLP exporter for both gRPC and HTTP to:
Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
Fixed in
1.15.2
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.15.1
patch
Dependencies (2)
|
|
1.15.0
minor
3 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40182
GHSA-q834-8qmm-v933
Apr 23, 2026
OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. Detailshttps://github.com/open-telemetry/opentelemetry-dotnet/pull/6564 introduced a change to read the response body when a non-200 HTTP status code is received when exporting telemetry to aid debugging by operators so that the error response is included in the logs emitted by the exporter for both gRPC and HTTP/protobuf. An unintended consequence of this change is that the response body is fully read into memory when received with no upper-bound. This vulnerability was surfaced during the investigation of GHSA-w8rr-5gcm-pp58. ImpactIf an application using the OTLP exporter is configured to use a back-end/collector endpoint that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response the application could have its memory exhausted and create a denial-of-service condition. MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7017 updates the OTLP exporter for both gRPC and HTTP to:
Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
Fixed in
1.15.2
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.15.0
minor
Dependencies (2)
|
|
1.14.0
minor
3 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40182
GHSA-q834-8qmm-v933
Apr 23, 2026
OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. Detailshttps://github.com/open-telemetry/opentelemetry-dotnet/pull/6564 introduced a change to read the response body when a non-200 HTTP status code is received when exporting telemetry to aid debugging by operators so that the error response is included in the logs emitted by the exporter for both gRPC and HTTP/protobuf. An unintended consequence of this change is that the response body is fully read into memory when received with no upper-bound. This vulnerability was surfaced during the investigation of GHSA-w8rr-5gcm-pp58. ImpactIf an application using the OTLP exporter is configured to use a back-end/collector endpoint that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response the application could have its memory exhausted and create a denial-of-service condition. MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7017 updates the OTLP exporter for both gRPC and HTTP to:
Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
Fixed in
1.15.2
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.14.0
minor
Dependencies (2)
|
|
1.14.0-rc.1
pre
3 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40182
GHSA-q834-8qmm-v933
Apr 23, 2026
OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. Detailshttps://github.com/open-telemetry/opentelemetry-dotnet/pull/6564 introduced a change to read the response body when a non-200 HTTP status code is received when exporting telemetry to aid debugging by operators so that the error response is included in the logs emitted by the exporter for both gRPC and HTTP/protobuf. An unintended consequence of this change is that the response body is fully read into memory when received with no upper-bound. This vulnerability was surfaced during the investigation of GHSA-w8rr-5gcm-pp58. ImpactIf an application using the OTLP exporter is configured to use a back-end/collector endpoint that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response the application could have its memory exhausted and create a denial-of-service condition. MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7017 updates the OTLP exporter for both gRPC and HTTP to:
Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
Fixed in
1.15.2
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.14.0-rc.1
pre
Dependencies (2)
|
|
1.13.1
patch
3 CVEs
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40891
GHSA-mr8r-92fq-pj8p
Apr 23, 2026
OpenTelemetry dotnet: Unbounded `grpc-status-details-bin` parsing in OTLP/gRPC retry handling
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided Details#5980 introduced a retry path that parses On that path:
A malicious or compromised collector (or a MitM in weakly-protected deployments) could return a crafted ImpactIf an OTLP/gRPC endpoint is attacker-controlled (or traffic is intercepted), a crafted retryable response can trigger large allocations during trailer parsing, which may exhaust memory and cause process instability/crash (availability impact / DoS). MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7064 updates This causes malformed or truncated Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2026-40182
GHSA-q834-8qmm-v933
Apr 23, 2026
OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies
5.3
/ 10
Medium
Adjacent
High
None
None
Unchanged
None
None
High
SummaryWhen exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. Detailshttps://github.com/open-telemetry/opentelemetry-dotnet/pull/6564 introduced a change to read the response body when a non-200 HTTP status code is received when exporting telemetry to aid debugging by operators so that the error response is included in the logs emitted by the exporter for both gRPC and HTTP/protobuf. An unintended consequence of this change is that the response body is fully read into memory when received with no upper-bound. This vulnerability was surfaced during the investigation of GHSA-w8rr-5gcm-pp58. ImpactIf an application using the OTLP exporter is configured to use a back-end/collector endpoint that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response the application could have its memory exhausted and create a denial-of-service condition. MitigationThe application's configured back-end/collector endpoint needs to behave maliciously. If the collector/back-end is a well-behaved implementation response bodies should not be excessively large if a request error occurs. WorkaroundsNone known. Remediation#7017 updates the OTLP exporter for both gRPC and HTTP to:
Affected versions
1.13.1
1.14.0
1.15.0
1.15.1
Fixed in
1.15.2
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.13.1
patch
Dependencies (1)
|
|
1.13.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.13.0
minor
Dependencies (1)
|
|
1.12.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.12.0
minor
Dependencies (1)
|
|
1.11.2
patch
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.11.2
patch
Dependencies (2)
|
|
1.11.1
patch
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.11.1
patch
Dependencies (2)
|
|
1.11.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.11.0
minor
Dependencies (1)
|
|
1.11.0-rc.1
pre
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.11.0-rc.1
pre
Dependencies (1)
|
|
1.10.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.10.0
minor
Dependencies (4)
|
|
1.10.0-rc.1
pre
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.10.0-rc.1
pre
Dependencies (5)
|
|
1.10.0-beta.1
pre
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.10.0-beta.1
pre
Dependencies (5)
|
|
1.9.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.9.0
minor
Dependencies (5)
|
|
1.9.0-rc.1
pre
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.9.0-rc.1
pre
Dependencies (5)
|
|
1.9.0-alpha.1
pre
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.9.0-alpha.1
pre
Dependencies (5)
|
|
1.8.1
patch
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.8.1
patch
Dependencies (5)
|
|
1.8.0
minor
1 CVE
CVE-2026-42191
GHSA-4625-4j76-fww9
Apr 30, 2026
OpenTelemetry's disk retry default temp path enables local blob injection via OTLP Exporter
6.5
/ 10
Medium
Local
High
Low
None
Unchanged
High
High
Low
SummaryThe OTLP disk retry feature in The exporter stored and loaded On multi-user systems where the temporary directory is accessible to other local accounts, this exposed three attack surfaces:
DetailsPreconditions
Exploit path
MitigationsIf an immediate upgrade to a patched version is not possible:
ResourcesAffected versions
1.10.0
1.11.0
1.11.1
1.11.2
1.12.0
1.13.0
1.13.1
1.14.0
1.15.0
1.15.1
1.15.2
1.8.0
+ 2 more Show less
1.8.1
1.9.0
Fixed in
1.15.3
References
Updated Sep 10, 2026 · Source: OSV.dev |
1.8.0
minor
Dependencies (4)
|
|
1.8.0-rc.1
pre
|
1.8.0-rc.1
pre
Dependencies (4)
|
|
1.8.0-beta.1
pre
|
1.8.0-beta.1
pre
Dependencies (4)
|
|
1.7.0
minor
|
1.7.0
minor
Dependencies (4)
|
|
1.7.0-rc.1
pre
|
1.7.0-rc.1
pre
Dependencies (4)
|
|
1.7.0-alpha.1
pre
|
1.7.0-alpha.1
pre
Dependencies (4)
|
|
1.6.0
minor
|
1.6.0
minor
Dependencies (5)
|
|
1.6.0-rc.1
pre
|
1.6.0-rc.1
pre
Dependencies (5)
|
|
1.6.0-alpha.1
pre
|
1.6.0-alpha.1
pre
Dependencies (5)
|
|
1.5.1
patch
|
1.5.1
patch
Dependencies (5)
|
|
1.5.0
minor
|
1.5.0
minor
Dependencies (5)
|
|
1.5.0-rc.1
pre
|
1.5.0-rc.1
pre
Dependencies (5)
|
|
1.5.0-alpha.2
pre
|
1.5.0-alpha.2
pre
Dependencies (4)
|
|
1.5.0-alpha.1
pre
|
1.5.0-alpha.1
pre
Dependencies (4)
|
|
1.4.0
minor
|
1.4.0
minor
Dependencies (5)
|
|
1.4.0-rc.4
pre
|
1.4.0-rc.4
pre
Dependencies (5)
|
|
1.4.0-rc.3
pre
|
1.4.0-rc.3
pre
Dependencies (4)
|
|
1.4.0-rc.2
pre
|
1.4.0-rc.2
pre
Dependencies (4)
|
|
1.3.2
patch
|
1.3.2
patch
Dependencies (4)
|
|
1.4.0-rc.1
pre
|
1.4.0-rc.1
pre
Dependencies (4)
|
|
1.4.0-beta.3
pre
|
1.4.0-beta.3
pre
Dependencies (4)
|
|
1.4.0-beta.2
pre
|
1.4.0-beta.2
pre
Dependencies (4)
|
|
1.4.0-beta.1
pre
|
1.4.0-beta.1
pre
Dependencies (4)
|
|
1.3.1
patch
|
1.3.1
patch
Dependencies (4)
|