Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33757

CVE-2026-33757: OpenBao JWT/OIDC Auth Bypass Vulnerability

CVE-2026-33757 is an authentication bypass flaw in OpenBao that allows attackers to perform remote phishing via JWT/OIDC login. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 3, 2026

CVE-2026-33757 Overview

CVE-2026-33757 is a session fixation vulnerability in OpenBao, an open source identity-based secrets management system. Prior to version 2.5.2, OpenBao does not prompt for user confirmation when logging in via JWT/OIDC with a role configured with callback_mode set to direct. This security gap allows an attacker to initiate an authentication request and perform "remote phishing" by tricking a victim into visiting a crafted URL, which automatically logs them into a session controlled by the attacker.

Despite being based on the authorization code flow, the direct mode calls back directly to the API, enabling an attacker to poll for an OpenBao token until it is issued. This effectively allows session hijacking through a sophisticated phishing attack vector that exploits the lack of user confirmation in the authentication flow.

Critical Impact

Attackers can hijack authentication sessions by leveraging the missing user confirmation step in JWT/OIDC direct callback mode, enabling unauthorized access to secrets managed by OpenBao.

Affected Products

  • OpenBao versions prior to 2.5.2
  • OpenBao instances with JWT/OIDC roles configured with callback_mode=direct
  • OpenBao deployments using OIDC authentication without session confirmation enforcement

Discovery Timeline

  • 2026-03-27 - CVE-2026-33757 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33757

Vulnerability Analysis

This vulnerability is classified as CWE-384 (Session Fixation), which occurs when an application authenticates a user without invalidating existing session identifiers, allowing an attacker to hijack authenticated sessions. In the context of OpenBao, the issue manifests specifically in the JWT/OIDC authentication mechanism when using the direct callback mode.

The vulnerability is network-accessible and requires user interaction—specifically, the victim must click on a malicious link. Once exploited, the attacker gains access to the victim's authenticated session, potentially exposing sensitive secrets stored within the OpenBao vault. The impact includes high confidentiality and integrity compromise, as attackers can read and potentially modify secrets.

Root Cause

The root cause lies in OpenBao's failure to implement a mandatory user confirmation step when processing JWT/OIDC authentication requests in direct callback mode. According to RFC 8628 Section 5.4, device authorization flows should include user confirmation screens to prevent session hijacking attacks. OpenBao's implementation bypassed this security control, allowing automatic session establishment without explicit user consent.

The direct mode was designed to callback directly to the API for convenience, but this design choice inadvertently created a security gap where attackers could pre-initialize authentication requests and have victims unknowingly complete them.

Attack Vector

The attack follows a remote phishing pattern:

  1. The attacker initiates a JWT/OIDC authentication request to the vulnerable OpenBao instance
  2. The attacker obtains the authentication URL and begins polling for token issuance
  3. The attacker sends the authentication URL to the victim through phishing techniques
  4. When the victim visits the URL, they are automatically authenticated without confirmation
  5. The attacker receives the token through their polling mechanism, gaining access to the victim's session

The security patch adds a confirmation screen for direct type logins that requires manual user interaction and displays the requester's IP address to complete authentication:

go
// the device flow code
deviceCode string

// requesterIP is the remote address of the client that called authURL, so that it can be displayed
// on the confirmation page (RFC 8628 5.4)
requesterIP string

Source: GitHub Commit e321039

Detection Methods for CVE-2026-33757

Indicators of Compromise

  • Multiple JWT/OIDC authentication requests originating from different IP addresses but completing sessions for the same user
  • Unusual polling patterns against the OpenBao authentication API endpoints
  • Authentication completions where the initiating IP differs from the completing IP
  • Increased phishing emails or messages containing OpenBao authentication URLs

Detection Strategies

  • Monitor OpenBao audit logs for JWT/OIDC authentication events with callback_mode=direct
  • Implement network-level detection for suspicious authentication URL patterns being shared externally
  • Correlate authentication initiation events with completion events to identify IP address mismatches
  • Review identity provider logs for unusual authorization code flow activity targeting OpenBao Client IDs

Monitoring Recommendations

  • Enable comprehensive audit logging on all OpenBao instances
  • Configure alerts for authentication events where the session initiator differs from the session completer
  • Monitor for bulk authentication URL generation that could indicate reconnaissance activity
  • Implement rate limiting on authentication endpoints to slow potential attacks

How to Mitigate CVE-2026-33757

Immediate Actions Required

  • Upgrade OpenBao to version 2.5.2 or later immediately
  • Audit all JWT/OIDC roles and identify those configured with callback_mode=direct
  • Review recent authentication logs for signs of exploitation
  • Notify users who may have clicked on suspicious authentication links

Patch Information

OpenBao has released version 2.5.2 which includes an additional confirmation screen for direct type logins. This screen requires manual user interaction and displays the requester's IP address (per RFC 8628 Section 5.4) before completing authentication. The fix is available in GitHub Commit e321039. For complete details, refer to the GitHub Security Advisory GHSA-7q7g-x6vg-xpc3.

Workarounds

  • Remove any JWT/OIDC roles configured with callback_mode=direct and switch to alternative callback modes
  • Enforce confirmation for every session on the token issuer side for the Client ID used by OpenBao
  • Implement additional access controls such as IP allowlisting for authentication endpoints
  • Educate users about the risks of clicking on authentication URLs received through unsolicited communications
bash
# Configuration example - List roles with direct callback mode for audit
bao list auth/oidc/role

# Check individual role configuration
bao read auth/oidc/role/<role_name>

# Update role to remove direct callback mode (if alternative is acceptable)
bao write auth/oidc/role/<role_name> callback_mode="client"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenbao

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-384
  • Technical References
  • IETF RFC 8628 Section
  • Vendor Resources
  • GitHub Commit e321039

  • GitHub Security Advisory GHSA-7q7g-x6vg-xpc3
  • Related CVEs
  • CVE-2026-39388: OpenBao Auth Bypass Vulnerability

  • CVE-2026-39396: OpenBao OCI Plugin DOS Vulnerability

  • CVE-2026-40264: OpenBao Privilege Escalation Vulnerability

  • CVE-2026-39946: OpenBao PostgreSQL SQLI Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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