CVE-2026-42602: Azure Authenticator Extension Authentication Bypass

CVE-2026-42602: Azure Authenticator Extension Authentication Bypass

The National Vulnerability Database has detailed CVE-2026-42602, a high-severity authentication bypass affecting the Azure Authenticator Extension (azureauthextension) versions 0.124.0 through 0.150.0. This flaw allows an attacker with any valid Azure access token, regardless of its original scope, to authenticate to any OpenTelemetry receiver configured with auth: azure_auth. The vulnerability stems from the extension’s Authenticate method, which fails to properly validate incoming bearer tokens as JWTs.

Instead of proper JWT validation, the extension requests a new access token using its own configured credential and then performs a simple string comparison against the client’s supplied token. Crucially, the scope for this server-side token request is derived from the client-supplied Host header. This means a token minted for any Azure resource (e.g., ARM, Graph, Key Vault, Storage) that the service principal has ever accessed can be replayed to authenticate to the collector, provided the attacker manipulates the Host header to match. These tokens are replayable for their full issued lifetime, which can be several hours for managed identity tokens.

This is a significant logical flaw, scoring 8.1 (HIGH) on the CVSS scale. It effectively turns a scoped token into a universal key for any OpenTelemetry receiver using this specific Azure authentication mechanism, bypassing the intended security controls. The attacker’s calculus here is simple: if they have any valid token for any Azure resource, they can pivot to gain unauthorized access to OpenTelemetry collectors, potentially exfiltrating telemetry data or injecting malicious data.

What This Means For You

  • If your organization uses the Azure Authenticator Extension for OpenTelemetry (azureauthextension) within the affected versions (0.124.0 to 0.150.0), you are exposed to a severe authentication bypass. Immediately audit your OpenTelemetry receiver configurations and upgrade the Azure Authenticator Extension to a patched version. Review logs for any unusual authentication attempts or data exfiltration from your OpenTelemetry collectors, specifically looking for anomalous `Host` header values in authentication requests.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

critical T1078.004 Defense Evasion

CVE-2026-42602: Azure Authenticator Extension Authentication Bypass via Host Header Manipulation

Sigma YAML — free preview
title: CVE-2026-42602: Azure Authenticator Extension Authentication Bypass via Host Header Manipulation
id: scw-2026-05-13-ai-1
status: experimental
level: critical
description: |
  Detects the initial authentication bypass attempt for CVE-2026-42602. The vulnerability allows an attacker to bypass authentication by manipulating the 'Host' header in a request to the OpenTelemetry receiver. The extension's Authenticate method incorrectly uses the client-supplied Host header to determine the scope for requesting a server-side access token, which is then compared via string equality to the client's provided token. This rule looks for POST requests to the common receiver endpoint '/v1/receive' where the 'Host' header is present in the referer field, indicating a potential manipulation.
author: SCW Feed Engine (AI-generated)
date: 2026-05-13
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-42602/
tags:
  - attack.defense_evasion
  - attack.t1078.004
logsource:
    category: webserver
detection:
  selection:
      cs-method: 
          - 'POST'
      cs-uri: 
          - '/v1/receive'
      referer|contains: 
          - 'Host:'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-42602 Auth Bypass azureauthextension versions 0.124.0 to 0.150.0
CVE-2026-42602 Auth Bypass OpenTelemetry receiver using auth: azure_auth
CVE-2026-42602 Auth Bypass Vulnerable component: Authenticate method in azureauthextension
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 14, 2026 at 00:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-32991: Team Member Privilege Escalation to Owner Account

CVE-2026-32991 — Improper authorization checks of team members privileges allow a team member to escalate privileges to the team owner account.

vulnerabilityCVEhigh-severitycwe-863
/SCW Vulnerability Desk /HIGH /7.1 /⚑ 2 IOCs /⚙ 2 Sigma

CVE-2026-29206: SQL Injection in sqloptimizer via Slow Query Logs

CVE-2026-29206 — Insufficient sanitization of SQL queries in the `sqloptimizer` utility script allows SQL Injections on behalf of the root user if Slow Query logging...

vulnerabilityCVEhigh-severitysql-injectioncwe-89
/SCW Vulnerability Desk /HIGH /8.1 /⚑ 3 IOCs /⚙ 7 Sigma

OPNsense RCE: Critical Flaw Allows Root Access via DHCP Input

CVE-2026-45158 — OPNsense is a FreeBSD based firewall and routing platform. Prior to 26.1.8, unsanitized user input is passed to the DHCP configuration of the...

vulnerabilityCVEcriticalhigh-severityremote-code-executioncwe-88
/SCW Vulnerability Desk /CRITICAL /9.1 /⚑ 4 IOCs /⚙ 3 Sigma