๐Ÿ” CVE Alert

CVE-2026-42602

HIGH 8.1

azureauthextension Authenticate method does not validate bearer tokens, allowing auth bypass via replay

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

azureauthextension is the Azure Authenticator Extension. From 0.124.0 to 0.150.0, a server-side authentication bypass in azureauthextension allows any party who holds a single valid Azure access token for any scope the collector's configured identity can mint for to authenticate to any OpenTelemetry receiver that uses auth: azure_auth. The extension's Authenticate method does not validate incoming bearer tokens as JWTs. Instead, it calls its own configured credential to obtain an access token and compares the client's token to the result with string equality โ€” and the scope for that server-side token request is taken from the client-supplied Host header. As a result, a token minted for any Azure resource the service principal has ever been issued a token for (ARM, Graph, Key Vault, Storage, etc.) will authenticate to the collector if the attacker picks a matching Host. Tokens are replayable for the full issued lifetime (commonly several hours for managed identity tokens).

CWE CWE-208 CWE-287 CWE-290 CWE-294 CWE-347
Vendor open-telemetry
Product opentelemetry-collector-contrib
Published May 13, 2026
Stay Ahead of the Next One

Get instant alerts for open-telemetry opentelemetry-collector-contrib

Be the first to know when new high vulnerabilities affecting open-telemetry opentelemetry-collector-contrib are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

open-telemetry / opentelemetry-collector-contrib
>= 0.124.0, <= 0.150.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/open-telemetry/opentelemetry-collector-contrib/security/advisories/GHSA-pjv4-3c63-699f