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-40945

CVE-2026-40945: Oxia Information Disclosure Vulnerability

CVE-2026-40945 is an information disclosure flaw in Oxia that exposes JWT tokens in debug logs when OIDC authentication fails. This article covers the technical details, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-40945 Overview

CVE-2026-40945 is a sensitive information exposure vulnerability in Oxia, a metadata store and coordination system. When OIDC authentication fails, the full bearer token is logged at DEBUG level in plaintext. If debug logging is enabled in production environments, JWT tokens are exposed in application logs and any connected log aggregation system, potentially allowing attackers to hijack authenticated sessions.

Critical Impact

Exposure of JWT bearer tokens in plaintext logs can lead to session hijacking, unauthorized access to protected resources, and potential lateral movement within systems using Oxia for coordination.

Affected Products

  • Oxia versions prior to 0.16.2

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-40945 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40945

Vulnerability Analysis

This vulnerability falls under CWE-532 (Insertion of Sensitive Information into Log File). When Oxia processes OIDC authentication requests that fail validation, the system logs the complete bearer token at DEBUG log level without sanitization or redaction. This design flaw exposes sensitive authentication credentials to anyone with access to application logs.

The vulnerability is particularly dangerous in environments where debug logging has been inadvertently left enabled in production, or where logs are aggregated to centralized logging systems like Elasticsearch, Splunk, or cloud-native logging services. The exposed JWT tokens contain authentication claims that could be used to impersonate legitimate users.

The attack requires network access but no authentication or user interaction, making it exploitable remotely by any attacker who can trigger authentication failures and subsequently access the logs through another vulnerability or misconfiguration.

Root Cause

The root cause is improper handling of sensitive authentication data in the logging subsystem. When OIDC authentication fails, the error handling code includes the complete bearer token in the log message without masking or redacting the sensitive portions. The DEBUG log level was likely intended for development troubleshooting but poses significant security risks when enabled in production environments.

Attack Vector

An attacker can exploit this vulnerability through the following attack chain:

  1. The attacker sends malformed or invalid OIDC authentication requests to the Oxia service to trigger authentication failures
  2. If DEBUG logging is enabled, the full JWT bearer token from these requests is written to application logs
  3. The attacker then gains access to logs through a separate vulnerability, misconfigured log aggregation, or insider access
  4. Captured JWT tokens can be replayed to authenticate as legitimate users

The vulnerability mechanism centers on the authentication failure handling path. When an OIDC token validation fails, the logging subsystem records the complete request details including the authorization header. This behavior is described in the GitHub Security Advisory.

Detection Methods for CVE-2026-40945

Indicators of Compromise

  • Presence of JWT bearer tokens in application log files
  • Unusual authentication failures followed by successful authentications from different sources
  • Evidence of log file access or exfiltration attempts
  • Session tokens being used from unexpected IP addresses or geographic locations

Detection Strategies

  • Audit log files and log aggregation systems for exposed JWT tokens using regex patterns matching JWT format
  • Monitor for suspicious patterns of authentication failures that could indicate token harvesting attempts
  • Implement log analysis rules to detect and alert on bearer token patterns in log entries
  • Review access logs for log management systems to identify unauthorized access

Monitoring Recommendations

  • Enable alerting for DEBUG log level being enabled in production Oxia deployments
  • Monitor for unusual authentication patterns such as rapid authentication failures followed by successes
  • Implement log redaction or masking at the log aggregation layer as a defense-in-depth measure
  • Track JWT token usage patterns to identify potential token replay attacks

How to Mitigate CVE-2026-40945

Immediate Actions Required

  • Upgrade Oxia to version 0.16.2 or later immediately
  • Disable DEBUG logging in all production Oxia deployments
  • Rotate any JWT tokens or secrets that may have been exposed in logs
  • Review and purge historical logs that may contain exposed bearer tokens

Patch Information

The vulnerability is fixed in Oxia version 0.16.2. The patch prevents bearer tokens from being logged in plaintext when OIDC authentication fails. Organizations should upgrade to this version or later as soon as possible. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Set log level to INFO or higher in production environments to prevent DEBUG-level token exposure
  • Implement log redaction rules at the log aggregation layer to mask JWT patterns
  • Restrict access to application logs and log aggregation systems to authorized personnel only
  • Consider implementing a reverse proxy or API gateway that sanitizes authentication headers before they reach Oxia
bash
# Configuration example - Ensure DEBUG logging is disabled in production
# Set Oxia log level to INFO or higher
export OXIA_LOG_LEVEL=INFO

# Alternative: Configure via application configuration file
# log:
#   level: info

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOxia

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40944: Oxia Information Disclosure Vulnerability

  • CVE-2026-40943: Oxia Race Condition Vulnerability

  • CVE-2026-40946: Oxia Auth Bypass 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