Back to list

OpenTelemetry eBPF Instrumentation: Unsafe fastelf parsing allows malformed ELF to crash agent — CVE-2026-45676

GitHub · GitHub · CVE-2026-45676

ID
CVE-2026-45676
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
5.5

Summary

### Summary OBI's replacement ELF parser trusts section offsets, counts, and string offsets from the executable file. A crafted local ELF can make OBI dereference invalid section pointers or slice past string tables, causing the agent to panic while determining the process language. ### Details `matchExeSymbols `iterates over sections and uses offsets/symbol names from the unvalidated `fastelf `context; nil section…

Product

go: go.opentelemetry.io/obi

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories