๐Ÿ” CVE Alert

CVE-2026-81872

UNKNOWN 0.0

OpenTelemetry-Go: BatchProcessor can busy-spin when export buffer is full

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the go.opentelemetry.io/otel/sdk/log BatchingProcessor can enter a tight CPU loop when attacker-driven log emission fills its asynchronous export buffer while the exporter is backpressured. NewBatchingProcessor wraps the exporter with newBufferExporter(exporter, 1), and the poll loop calls queue.TryDequeue and bufferExporter.EnqueueExport before immediately signaling pollTrigger whenever the queue remains at or above batchSize. Because a failed nonblocking EnqueueExport leaves the queue length unchanged, the processor repeatedly retries without waiting for its ticker, exhausting CPU and degrading or denying service in the embedding process. This issue is fixed in version 0.21.0.

CWE CWE-400 CWE-834
Vendor open-telemetry
Product opentelemetry-go
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for open-telemetry opentelemetry-go

Be the first to know when new unknown vulnerabilities affecting open-telemetry opentelemetry-go are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

open-telemetry / opentelemetry-go
< 0.21.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-hjf4-fphr-2h65 github.com: https://github.com/open-telemetry/opentelemetry-go/issues/6797 github.com: https://github.com/open-telemetry/opentelemetry-go/pull/8620 github.com: https://github.com/open-telemetry/opentelemetry-go/commit/ba71b09e6ed272e93a669aeaec1e98b1df4cc582 github.com: https://github.com/open-telemetry/opentelemetry-go/releases/tag/sdk/log/v0.21.0