The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-40946

CVE-2026-40946: Oxia Auth Bypass Vulnerability

CVE-2026-40946 is an authentication bypass flaw in Oxia that allows tokens from unrelated services to be accepted due to disabled audience claim validation. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-40946 Overview

CVE-2026-40946 is a critical authentication bypass vulnerability in Oxia, a metadata store and coordination system. Prior to version 0.16.2, the OIDC authentication provider unconditionally sets SkipClientIDCheck: true in the go-oidc verifier configuration, disabling the standard audience (aud) claim validation at the library level. This misconfiguration allows tokens issued for unrelated services by the same OIDC issuer to be accepted by Oxia, enabling unauthorized access to the system.

Critical Impact

Attackers with valid tokens from any service using the same OIDC provider can bypass authentication and gain unauthorized access to Oxia metadata stores, potentially compromising sensitive coordination data and metadata.

Affected Products

  • Oxia versions prior to 0.16.2
  • Systems using OIDC authentication with Oxia
  • Environments sharing OIDC issuers across multiple services

Discovery Timeline

  • April 21, 2026 - CVE-2026-40946 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40946

Vulnerability Analysis

This vulnerability stems from improper authentication configuration in Oxia's OIDC implementation. The OIDC (OpenID Connect) protocol relies on token validation to ensure that authentication tokens are legitimate and intended for the specific application requesting access. A critical component of this validation is the audience (aud) claim check, which verifies that the token was issued specifically for the consuming application.

In vulnerable versions of Oxia, the OIDC verifier configuration explicitly disables this audience validation by setting SkipClientIDCheck: true. This means the system accepts any valid token from the configured OIDC issuer, regardless of the intended audience. An attacker who possesses a legitimate token issued by the same OIDC provider for a completely different application can use that token to authenticate to Oxia.

The impact of this vulnerability is significant in environments where multiple services share a common OIDC provider. An attacker with access to any token from any application within the same identity ecosystem can pivot to gain unauthorized access to Oxia's metadata store and coordination services.

Root Cause

The root cause is improper authentication validation in the go-oidc verifier configuration. The SkipClientIDCheck: true setting was unconditionally applied, removing a critical security control that prevents cross-service token abuse. This represents a violation of the principle of least privilege, as tokens should only be accepted when explicitly issued for the requesting application.

Attack Vector

The attack requires network access to the Oxia service endpoint. An attacker needs to obtain a valid OIDC token from any service that shares the same OIDC issuer as Oxia. This token could be obtained through legitimate access to another application, token leakage, or other means. Once in possession of such a token, the attacker presents it to Oxia's authentication endpoint. Because audience validation is disabled, Oxia accepts the token and grants access despite the token being intended for a different service.

The vulnerability requires no authentication complexity bypass since the authentication mechanism itself is fundamentally misconfigured. The attacker exploits the trust relationship established between Oxia and the OIDC provider without needing to compromise Oxia directly.

Detection Methods for CVE-2026-40946

Indicators of Compromise

  • Unexpected authentication events from tokens with mismatched aud claims in Oxia access logs
  • Access patterns from user identities that do not have legitimate Oxia application credentials
  • Authentication tokens being used across multiple services with different expected audiences
  • Anomalous metadata access or coordination system modifications from unauthorized sources

Detection Strategies

  • Implement logging of the aud claim in all authentication events and alert on mismatches with the expected Oxia client ID
  • Deploy token inspection at the application layer to validate audience claims independently of the OIDC library
  • Monitor for authentication patterns where users successfully authenticate to Oxia but lack corresponding application-level permissions
  • Correlate authentication logs across services sharing the same OIDC provider to detect token reuse across applications

Monitoring Recommendations

  • Enable detailed authentication logging in Oxia to capture full token claims including the aud field
  • Configure SIEM rules to alert on authentication events where the audience claim does not match expected values
  • Implement real-time monitoring of Oxia metadata access patterns to detect unauthorized operations
  • Review OIDC token usage across all applications sharing the same identity provider for signs of cross-application token abuse

How to Mitigate CVE-2026-40946

Immediate Actions Required

  • Upgrade Oxia to version 0.16.2 or later immediately to enable proper audience validation
  • Audit authentication logs for signs of unauthorized access using tokens from other applications
  • Review all OIDC-authenticated sessions and revoke any suspicious tokens
  • Implement network segmentation to limit exposure of Oxia services while patching is completed

Patch Information

The vulnerability is fixed in Oxia version 0.16.2. The patch enables proper audience claim validation in the OIDC verifier configuration, ensuring that only tokens explicitly issued for Oxia are accepted. Organizations should upgrade to this version or later to remediate the vulnerability.

For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Deploy an API gateway or reverse proxy in front of Oxia that performs independent audience claim validation before forwarding requests
  • Implement a custom authentication middleware that validates the aud claim matches the expected Oxia client ID
  • Restrict network access to Oxia services using firewall rules or network policies to limit exposure while awaiting patch deployment
  • Consider temporarily disabling OIDC authentication and using alternative authentication mechanisms until the upgrade is complete
bash
# Example: Upgrading Oxia to patched version
# Verify current version
oxia version

# Upgrade to fixed version 0.16.2 or later
# Using go install
go install github.com/oxia-db/oxia@v0.16.2

# Verify the upgrade
oxia version
# Expected output: v0.16.2 or later

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOxia

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40943: Oxia Race Condition Vulnerability

  • CVE-2026-40944: Oxia Information Disclosure Vulnerability

  • CVE-2026-40945: Oxia Information Disclosure Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English