CVE-2026-55701 PUBLISHED

OpenTelemetry githubreceiver silently ignores configured required_headers authentication

Assigner: GitHub_M
Reserved: 17.06.2026 Published: 15.09.2026 Updated: 15.09.2026

The OpenTelemetry Collector Contrib repository contains components for the OpenTelemetry Collector. Prior to 0.151.0, the githubreceiver validates the receiver/githubreceiver/config.go RequiredHeaders configuration at startup, but receiver/githubreceiver/trace_receiver.go handleReq() does not check those headers on incoming webhook requests. An unauthenticated sender can therefore bypass an operator's required_headers authentication control and submit arbitrary webhook payloads. When the Secret field is empty, github.ValidatePayload also skips HMAC validation, leaving the webhook endpoint without either configured authentication mechanism. Successful exploitation can inject fabricated CI/CD trace data into the observability pipeline. This issue is fixed in version 0.151.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor open-telemetry
Product opentelemetry-collector-contrib
Versions
  • Version < 0.151.0 is affected
Vendor open-telemetry
Product github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver
Versions
  • Version < 0.151.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE