CVE-2026-42602

HIGH

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

Title source: cna
STIX 2.1

Description

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).

References (1)

Core 1

Scores

CVSS v3 8.1
EPSS 0.0022
EPSS Percentile 12.5%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-208 CWE-287 CWE-290 CWE-294 CWE-347
Status published
Products (3)
open-telemetry/opentelemetry-collector-contrib 0.124.0 - 0.150.0Go
open-telemetry/opentelemetry-collector-contrib >= 0.124.0, <= 0.150.0
opentelemetry/opentelemetry_collector_contrib 0.124.0 - 0.150.0
Published May 13, 2026
Tracked Since May 14, 2026