๐Ÿ” CVE Alert

CVE-2026-81869

UNKNOWN 0.0

OpenTelemetry-Go: UTF-8 replacement rune bypasses attribute length truncation

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

OpenTelemetry-Go is the Go implementation of OpenTelemetry. From version 1.10.0 until 1.33.0, the sdk/trace/span.go attribute truncation path can fail to enforce AttributeValueLengthLimit for string and string-slice attributes containing the valid Unicode replacement character U+FFFD. safeTruncateValidUTF8 treats the valid replacement rune as invalid UTF-8 and returns the original input, while strings.ToValidUTF8 leaves that valid rune unchanged, so a second safeTruncate attempt can also return the oversized value. An attacker who controls span attribute content can retain values longer than the configured limit, increasing per-span memory use and weakening denial-of-service protection in the instrumented process. This issue is fixed in version 1.33.0.

CWE CWE-176 CWE-400
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
>= 1.10.0, < 1.33.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-p9f8-wvj8-2fg8 github.com: https://github.com/open-telemetry/opentelemetry-go/issues/5996 github.com: https://github.com/open-telemetry/opentelemetry-go/pull/5997 github.com: https://github.com/open-telemetry/opentelemetry-go/commit/e016a78c9f5b24a1c2beeaad47686c2f2213f49a github.com: https://github.com/open-telemetry/opentelemetry-go/releases/tag/sdk/v1.33.0