CVE-2026-45108 PUBLISHED

Himmelblau: Authentication Bypass via Cross-User Local Session Impersonation in Device Authorization Grant (DAG) Flow

Assigner: GitHub_M
Reserved: 08.05.2026 Published: 27.05.2026 Updated: 28.05.2026

Himmelblau is an interoperability suite for Microsoft Azure Entra ID and Intune. From 2.0.0 to before 3.1.5 and 2.3.11, Himmelblau contained an authentication bypass vulnerability in the Device Authorization Grant (DAG) flow that allowed a user within the same Entra ID domain to obtain a local Unix session as another user by providing their own valid credentials. The vulnerability existed in the token_validate function, which validated domain aliases for legitimate multi-domain scenarios but failed to verify that the local part (username) of the authenticated user's UPN matched the requested account username. The function only compared domains, not the complete usernames. This vulnerability is fixed in 3.1.5 and 2.3.11.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L
CVSS Score: 8.4

Product Status

Vendor himmelblau-idm
Product himmelblau
Versions
  • Version >= 2.0.0, < 2.3.11 is affected
  • Version >= 3.0.0-alpha, < 3.1.5 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE