GHSA-w2jh-77fq-7gp8

Suggest an improvement
Source
https://github.com/advisories/GHSA-w2jh-77fq-7gp8
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-w2jh-77fq-7gp8/GHSA-w2jh-77fq-7gp8.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-w2jh-77fq-7gp8
Aliases
  • CVE-2026-42348
Published
2026-05-05T21:57:54Z
Modified
2026-05-05T22:17:09.876575Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
OpAMP client reads unbounded HTTP response bodies
Details

Summary

When receiving responses from the OpAMP server over HTTP, the OpAMP client allocates an unbounded buffer to read all bytes from the server, with no upper-bound on the number of bytes consumed.

This could cause memory exhaustion in the consuming application if the configured OpAMP server is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned in the response.

Details

#2926 introduced the initial HTTP transport components which uses ReadAsByteArrayAsync to copy the HttpResponseMessage.Content into a byte array. This code path allows an unbounded read of the entire HTTP response message.

Impact

If an application using the OpAMP client is configured to use an OpAMP server that is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned in the response, the application could have its memory exhausted and create a denial-of-service condition.

Mitigation

The application's configured OpAMP server needs to behave maliciously. If the OpAMP server is a well-behaved implementation, response bodies should not be excessively large.

Workarounds

None known.

Remediation

#4116 updates the OpAMP client HTTP transport to limit the maximum size of responses to 128KB.

Resources

Database specific
{
    "github_reviewed": true,
    "github_reviewed_at": "2026-05-05T21:57:54Z",
    "cwe_ids": [
        "CWE-789"
    ],
    "severity": "MODERATE",
    "nvd_published_at": null
}
References

Affected packages

NuGet / OpenTelemetry.OpAmp.Client

Package

Name
OpenTelemetry.OpAmp.Client
View open source insights on deps.dev
Purl
pkg:nuget/OpenTelemetry.OpAmp.Client

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.0-alpha.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-w2jh-77fq-7gp8/GHSA-w2jh-77fq-7gp8.json"