
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-55701 is an authentication bypass vulnerability in the githubreceiver component of the OpenTelemetry Collector Contrib project, where the webhook handler silently ignores the operator-configured required_headers authentication mechanism. Discovered and published on June 15, 2026 by researcher kodareef5, it affects all versions of github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver up to and including v0.150.0. The vulnerability has a CVSS v4.0 base score of 6.9 (Medium) (GitHub Advisory, OTel Advisory).
The root cause is an Incorrect Authorization flaw (CWE-863): while RequiredHeaders is defined in receiver/githubreceiver/config.go (line 45) and validated at startup (lines 93–101), the handleReq() function in receiver/githubreceiver/trace_receiver.go (lines 131–185) never checks incoming request headers against the configured values. This contrasts with the gitlabreceiver, which correctly enforces the same configuration by iterating over RequiredHeaders and rejecting requests with mismatched header values. The vulnerability is compounded by the fact that the Secret field defaults to empty, causing github.ValidatePayload to skip HMAC validation entirely — meaning an operator relying solely on required_headers for authentication has effectively zero authentication on the webhook endpoint (GitHub Advisory, OTel Advisory).
An unauthenticated remote attacker can send arbitrary webhook payloads to the githubreceiver endpoint, bypassing all operator-configured authentication. The primary impact is an integrity violation: attackers can inject fake CI/CD trace data into the observability pipeline, potentially corrupting telemetry records, misleading monitoring dashboards, or masking malicious activity within the pipeline. Confidentiality and availability of the vulnerable system are not directly impacted, but poisoned observability data could undermine incident response and security monitoring decisions (GitHub Advisory).
githubreceiver component (versions ≤ 0.150.0) by scanning for exposed webhook endpoints, typically on the configured HTTP port.githubreceiver webhook endpoint without any required_headers values. If the server accepts the request (returns HTTP 200 or processes the payload), the endpoint is vulnerable.handleReq() never validates RequiredHeaders and Secret defaults to empty (skipping HMAC validation), the payload is accepted and ingested into the observability pipeline.githubreceiver webhook endpoint originating from IP addresses not associated with GitHub's webhook IP ranges (published at https://api.github.com/meta); high volume of webhook requests without valid required_headers values.required_headers being configured.Upgrade to github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver version 0.151.0 or later, which adds RequiredHeaders enforcement to handleReq() matching the gitlabreceiver pattern. As an immediate workaround, operators should configure a non-empty Secret value to enable HMAC validation via github.ValidatePayload, which provides an independent authentication layer. Additionally, restrict network access to the githubreceiver webhook endpoint using firewall rules or an API gateway that enforces IP allowlisting to GitHub's published webhook IP ranges (GitHub Advisory, OTel Advisory).
The advisory notes that this vulnerability follows the same pattern as a prior auth bypass in the awsfirehosereceiver (GHSA-prf6-xjxh-p698), suggesting a systemic issue with header-based authentication enforcement across multiple OpenTelemetry Collector Contrib receivers. No significant public commentary, media coverage, or vendor statements beyond the GitHub advisory have been identified at this time (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."