CVE-2026-41173
Last modified
CVE-2026-41173 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| open-telemetry | opentelemetry-dotnet-contrib | < 0.1.0-alpha.8 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-41173?
How severe is CVE-2026-41173?
How do I fix CVE-2026-41173?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-41167Jellystat is a free and open source Statistics App for Jelly…9.1
- CVE-2026-41168pypdf is a free and open-source pure-python PDF library. An …5.3
- CVE-2026-4117The CalJ plugin for WordPress is vulnerable to Missing Autho…5.3
- CVE-2026-41170Squidex is an open source headless content management system…7.2
- CVE-2026-41171Squidex is an open source headless content management system…7.3
- CVE-2026-41172Squidex is an open source headless content management system…7.3
- CVE-2026-41174Traefik is an HTTP reverse proxy and load balancer. Prior to…6.4
- CVE-2026-41175Statamic is a Laravel and Git powered content management sys…8.1
- CVE-2026-41176Rclone is a command-line program to sync files and directori…9.8
- CVE-2026-41177Squidex is an open source headless content management system…5.5
- CVE-2026-41178OpenTelemetry-Go is the Go implementation of OpenTelemetry. …5.3
- CVE-2026-41179Rclone is a command-line program to sync files and directori…9.8
Are you affected by CVE-2026-41173?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
