SCA: security update for OpenTelemetry.Resources.AWS, OpenTelemetry.Sampler.AWS (GHSA-28xm-prxc-5866)

medium Tenable Self-Hosted Container Security Plugin ID 440790

Description

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

- The AWS X-Ray Remote Sampler package provides a sampler which can get sampling configurations from AWS
X-Ray. Prior to 0.1.0-alpha.8, OpenTelemetry.Sampler.AWS reads unbounded HTTP response bodies from a
configured AWS X-Ray remote sampling endpoint into memory. AWSXRaySamplerClient.DoRequestAsync called
HttpClient.SendAsync followed by ReadAsStringAsync(), which materializes the entire HTTP response body
into a single in-memory string with no size limit. The sampling endpoint is configurable via
AWSXRayRemoteSamplerBuilder.SetEndpoint (default: http://localhost:2000). An attacker who controls the
configured endpoint, or who can intercept traffic to it (MitM), can return an arbitrarily large response
body. This causes unbounded heap allocation in the consuming process, leading to high transient memory
pressure, garbage-collection stalls, or an OutOfMemoryException that terminates the process. This
vulnerability is fixed in 0.1.0-alpha.8. (CVE-2026-41173)

Solution

Update the OpenTelemetry.Sampler.AWS library and its related packages to version 0.1.0-alpha.8 or later.

See Also

https://github.com/advisories/GHSA-28xm-prxc-5866

Plugin Details

Severity: Medium

ID: 440790

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 4/24/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4

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

CVSS Score Source: CVE-2026-41173

CVSS v3

Risk Factor: Medium

Base Score: 5.9

Temporal Score: 5.2

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/23/2026

Vulnerability Publication Date: 4/23/2026

Reference Information

CVE: CVE-2026-41173

cwe: CWE-770