SCA: security update for github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver (GHSA-w5cv-pw74-4rxc)

medium Tenable Cloud Security Plugin ID 443465

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-55701)

Solution

Update the github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver library and its related packages to version 0.151.0 or later.

See Also

https://github.com/advisories/GHSA-w5cv-pw74-4rxc

Plugin Details

Severity: Medium

ID: 443465

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/19/2026

Updated: 9/16/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.41

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P

CVSS Score Source: CVE-2026-55701

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 2.7

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/18/2026

Vulnerability Publication Date: 6/18/2026

Reference Information

CVE: CVE-2026-55701

cwe: CWE-863