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

CVE-2026-31923: Apache APISIX Information Disclosure Flaw

CVE-2026-31923 is an information disclosure vulnerability in Apache APISIX caused by cleartext transmission of sensitive data. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 17, 2026

CVE-2026-31923 Overview

A Cleartext Transmission of Sensitive Information vulnerability has been identified in Apache APISIX, a popular open-source API gateway. This vulnerability stems from an insecure default configuration in the openid-connect plugin, where the ssl_verify parameter is set to false by default. This configuration flaw allows sensitive authentication information to be transmitted without proper TLS certificate verification, potentially exposing credentials and tokens to interception by malicious actors.

Critical Impact

Sensitive authentication data including OAuth tokens, user credentials, and session information may be intercepted by attackers performing man-in-the-middle attacks due to disabled SSL/TLS certificate verification.

Affected Products

  • Apache APISIX versions 0.7 through 3.15.0
  • Deployments using the openid-connect plugin with default configuration
  • API gateway instances configured without explicit ssl_verify settings

Discovery Timeline

  • 2026-04-14 - CVE-2026-31923 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-31923

Vulnerability Analysis

This vulnerability (CWE-319: Cleartext Transmission of Sensitive Information) affects the openid-connect plugin in Apache APISIX. When organizations deploy APISIX with OpenID Connect authentication, the plugin communicates with identity providers to validate tokens and authenticate users. The security flaw lies in the default configuration where ssl_verify is set to false, meaning the plugin will not validate the SSL/TLS certificates presented by the identity provider.

Without proper certificate verification, the communication channel between APISIX and the identity provider becomes vulnerable to interception. An attacker positioned on the network path can present a fraudulent certificate, intercept the authentication traffic, and capture sensitive information including OAuth access tokens, refresh tokens, and potentially user credentials being exchanged during the authentication flow.

Root Cause

The root cause of this vulnerability is an insecure default configuration in the openid-connect plugin. By setting ssl_verify to false by default, the plugin accepts any SSL/TLS certificate without validation, effectively disabling one of the fundamental security controls in encrypted communications. This design decision, likely made to simplify initial deployment and testing, creates a significant security gap in production environments where certificate validation is essential.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker with network access between the APISIX gateway and the OpenID Connect identity provider can perform a man-in-the-middle attack. By intercepting the TLS handshake and presenting a self-signed or fraudulent certificate, the attacker can decrypt, view, and potentially modify the authentication traffic. This could lead to session hijacking, credential theft, or unauthorized access to protected resources.

The attack scenario involves:

  1. An attacker positions themselves on the network path between APISIX and the identity provider (e.g., through ARP spoofing or DNS poisoning)
  2. APISIX initiates a connection to the identity provider for token validation
  3. The attacker intercepts the connection and presents their own certificate
  4. Due to disabled certificate verification, APISIX accepts the fraudulent certificate
  5. Sensitive authentication data flows through the attacker's system in cleartext

Detection Methods for CVE-2026-31923

Indicators of Compromise

  • Unexpected SSL/TLS certificate changes or mismatches in network traffic logs between APISIX and identity providers
  • Authentication failures or anomalies following successful initial authentication flows
  • Network traffic to identity provider endpoints originating from unexpected IP addresses
  • User reports of session hijacking or unauthorized account access

Detection Strategies

  • Review APISIX configuration files and plugin settings for ssl_verify: false in openid-connect plugin configurations
  • Implement network monitoring to detect certificate anomalies in traffic between APISIX and identity providers
  • Deploy intrusion detection systems with rules to identify potential MITM attacks on authentication flows
  • Audit API gateway logs for authentication patterns that deviate from normal baselines

Monitoring Recommendations

  • Enable detailed logging for the openid-connect plugin to capture certificate validation events
  • Monitor for configuration changes to APISIX plugins, particularly security-related parameters
  • Implement alerting for any SSL/TLS certificate warnings or errors in gateway communications
  • Conduct regular configuration audits to ensure ssl_verify remains enabled in production

How to Mitigate CVE-2026-31923

Immediate Actions Required

  • Audit all Apache APISIX deployments running versions 0.7 through 3.15.0 for openid-connect plugin usage
  • Explicitly set ssl_verify: true in all openid-connect plugin configurations immediately
  • Review network traffic logs for signs of previous exploitation or MITM activity
  • Rotate any OAuth tokens or credentials that may have been exposed through unverified connections

Patch Information

Users are recommended to upgrade to Apache APISIX version 3.16.0, which addresses this vulnerability by fixing the insecure default configuration. The upgrade should be tested in a staging environment before deployment to production to ensure compatibility with existing configurations. For additional technical details, refer to the Apache Mailing List Thread or the Openwall OSS Security Post.

Workarounds

  • Explicitly configure ssl_verify: true in all openid-connect plugin route configurations
  • Ensure proper CA certificates are installed and accessible to the APISIX instance
  • Implement network segmentation to limit exposure between APISIX and identity providers
  • Consider using mutual TLS (mTLS) for additional authentication between services
bash
# Configuration example - Enable SSL verification in openid-connect plugin
# Add or modify the ssl_verify parameter in your APISIX route configuration

# Example route configuration with secure ssl_verify setting:
# plugins:
#   openid-connect:
#     client_id: "your-client-id"
#     client_secret: "your-client-secret"
#     discovery: "https://your-idp/.well-known/openid-configuration"
#     ssl_verify: true    # CRITICAL: Set to true to enable certificate verification
#     realm: "your-realm"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Apisix

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Apache Mailing List Thread

  • Openwall OSS Security Post
  • Related CVEs
  • CVE-2026-31924: Apache APISIX Information Disclosure Flaw

  • CVE-2026-31908: Apache APISIX Header Injection Vulnerability

  • CVE-2022-24112: Apache Apisix Auth Bypass Vulnerability

  • CVE-2022-25757: Apache APISIX Auth Bypass 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