Skip to main content

Tag: Opentelemetry

Errors or gaps in tracing and metrics collection using OpenTelemetry libraries.

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0028
Low
Impact: 6/10
Mitigation: 1/10
OpenTelemetry Python fails to detach context token across async boundariesIn OpenTelemetry Python, detaching a context token that was created in a different context can raise a `ValueError`. This occurs when asynchronous operations, such as generators or coroutines, are finalized in a different context than they were created, leading to context management errors and potential trace data loss.Observability Problemsopentelemetry-pythonOpentelemetryPythonContextvarsAsyncObservabilityPublic
CRE-2025-0035
Critical
Impact: 7/10
Mitigation: 6/10
psycopg2 SSL error due to thread or forked process stateApplications using psycopg2 with OpenTelemetry instrumentation or threading may fail with SSL-related errors such as "decryption failed or bad record mac". This often occurs when a database connection is created before a fork or from an unsafe thread context, causing the SSL state to become invalid.Database ProblemsdjangoSslPsycopg2ForkThreadsDjangoInstrumentationOpentelemetryKnown IssuePublic