CyberSectr
Menü
← CVE Veritabanı

CVE-2026-81872

Bilinmiyor

Teknik Veri (Otomatik)

CVSS Skoru
EPSS
CWE
CWE-400
KEV Durumu
Hayır

OpenTelemetry-Go, OpenTelemetry'nin Go uygulamasıdır. 0.21.0 sürümünden önce, go.opentelemetry.io/otel/sdk/log BatchingProcessor, saldırgan tarafından yönlendirilen günlük emisyonu, ihracatçının geri basıncı altında iken senkronize ihracat tamponunu doldurduğunda sıkı bir CPU döngüsüne girebilir. NewBatchingProcessor, ihracatçıyı newBufferExporter(exporter, 1) ile sarar ve döngü, kuyruk TryDequeue ve bufferExporter.EnqueueExport'u çağırır, ardından kuyruk batchSize veya üzerinde kalıyorsa hemen pollTrigger'i gösterir. Başarısız bir engelleyici olmayan EnqueueExport, kuyruk uzunluğunu değiştirmez, bu nedenle işlemci, tikerini beklemeksizin tekrar deneme yapar, CPU'yu tüketir ve gömme işleminin hizmetini bozabilir veya reddedebilir. Bu sorun 0.21.0 sürümünde çözülmüştür.

Orijinal açıklama (İngilizce)

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.

Bu CVE için henüz editoryal inceleme yapılmadı. Sadece otomatik teknik veri gösteriliyor.