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.
CVE-2026-81872
This medium-severity CVE scores 6.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 77% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.3
- EG Score
- 6.3(medium)
- EG Risk
- 44(Track)EG Risk 44/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity63% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 23%
- KEV
- Not listed
Published
September 16, 2026
Last Modified
September 17, 2026
Advisory Details (4)
Auto-updated Sep 16, 2026commit ba71b09e6ed2 (open-telemetry/opentelemetry-go)
Fix landed in open-telemetry/opentelemetry-go commit ba71b09e6ed2 — awaiting tagged release
https://github.com/open-telemetry/opentelemetry-go/commit/ba71b09e6ed272e93a669aeaec1e98b1df4cc582sdk/log: prevent BatchProcessor busy-spin
Fix merged in open-telemetry/opentelemetry-go PR #8620 on 2026-07-24 — awaiting tagged release
https://github.com/open-telemetry/opentelemetry-go/pull/8620sdk/log: Redesign BatchProcessor · Issue #6797 · open-telemetry/opentelemetry-go · GitHub
https://github.com/open-telemetry/opentelemetry-go/issues/6797BatchProcessor can busy-spin when export buffer is full · Advisory · open-telemetry/opentelemetry-go · GitHub
https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-hjf4-fphr-2h65Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 7× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 12:32 UTCEG score recompute
- 2026-09-17 14:25 UTCEG score recompute
- 2026-09-17 13:42 UTCEG score recompute
- 2026-09-16 21:23 UTCEG score recompute
- 2026-09-16 20:46 UTCEG score recompute
- 2026-09-16 20:44 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-81872?
When was CVE-2026-81872 disclosed?
Is CVE-2026-81872 actively exploited?
What is the CVSS score of CVE-2026-81872?
How do I remediate CVE-2026-81872?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-81872
Is Your Infrastructure Affected by CVE-2026-81872?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.