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

CVE-2026-31924: Apache APISIX Information Disclosure Flaw

CVE-2026-31924 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-31924 Overview

CVE-2026-31924 is a Cleartext Transmission of Sensitive Information vulnerability affecting Apache APISIX, a popular open-source API gateway. The vulnerability exists in the tencent-cloud-cls log export functionality, which transmits log data using plaintext HTTP instead of encrypted HTTPS connections. This security flaw could allow network-positioned attackers to intercept sensitive information contained in log exports through man-in-the-middle attacks or passive network sniffing.

Critical Impact

Sensitive log data transmitted via the tencent-cloud-cls integration may be intercepted by attackers with network access, potentially exposing API keys, user credentials, request parameters, and other confidential information logged by the API gateway.

Affected Products

  • Apache APISIX versions 2.99.0 through 3.15.0
  • Deployments using the tencent-cloud-cls log export feature
  • Environments where APISIX log exports traverse untrusted networks

Discovery Timeline

  • April 14, 2026 - CVE-2026-31924 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-31924

Vulnerability Analysis

This vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information). The root issue lies in the tencent-cloud-cls log export plugin's network communication implementation, which defaults to or exclusively uses unencrypted HTTP protocol when transmitting log data to Tencent Cloud Log Service (CLS) endpoints.

In API gateway deployments, logs typically contain highly sensitive information including HTTP headers (which may contain authentication tokens), request/response bodies, client IP addresses, user identifiers, and backend service details. When this data is transmitted over plaintext HTTP, any entity with access to the network path—including malicious actors performing ARP spoofing, compromised network equipment, or adversaries on shared network segments—can capture and read the transmitted logs.

The vulnerability has a network-based attack vector, requiring no authentication or user interaction. While the confidentiality impact is limited to the log data being transmitted, this data often contains credentials and sensitive business information that could be leveraged for further attacks.

Root Cause

The underlying cause of this vulnerability is the use of plaintext HTTP protocol in the tencent-cloud-cls log export plugin rather than HTTPS with proper TLS encryption. This represents an insecure default configuration or missing encryption enforcement in the plugin's HTTP client implementation. Proper transport layer security was not implemented or enforced for outbound log transmissions, violating security best practices for handling sensitive data in transit.

Attack Vector

An attacker positioned on the network path between the Apache APISIX instance and the Tencent Cloud CLS endpoint can intercept log data. Attack scenarios include:

The attacker could perform passive network monitoring on shared network segments, capturing all unencrypted HTTP traffic. In more active attack scenarios, an adversary could execute ARP spoofing or DNS hijacking to redirect traffic through their controlled system. In cloud environments, compromised neighboring instances on shared infrastructure could potentially sniff network traffic.

The vulnerability can be exploited by monitoring HTTP traffic on port 80 destined for Tencent Cloud CLS endpoints. Log data containing sensitive API request/response information would be visible in plaintext within the captured network packets. See the Apache mailing list discussion for additional technical context.

Detection Methods for CVE-2026-31924

Indicators of Compromise

  • Outbound HTTP (non-HTTPS) connections from APISIX instances to Tencent Cloud CLS endpoints
  • Network traffic analysis showing unencrypted log data in transit on port 80
  • Unexpected queries or access patterns indicating leaked credential usage

Detection Strategies

  • Monitor network traffic for plaintext HTTP connections originating from APISIX servers to external log collection services
  • Review APISIX plugin configurations for the tencent-cloud-cls plugin and verify protocol settings
  • Implement network-based intrusion detection rules to alert on sensitive data patterns in unencrypted traffic

Monitoring Recommendations

  • Deploy network traffic analysis tools to identify cleartext transmissions containing sensitive patterns
  • Enable APISIX access logging to track plugin configuration changes
  • Implement egress filtering to block or alert on plaintext HTTP connections to known cloud service endpoints

How to Mitigate CVE-2026-31924

Immediate Actions Required

  • Upgrade Apache APISIX to version 3.16.0 or later, which addresses this vulnerability
  • Audit current tencent-cloud-cls plugin configurations for HTTP vs HTTPS usage
  • Temporarily disable the tencent-cloud-cls log export feature if immediate upgrade is not possible
  • Review logs for any signs of sensitive data exposure during the vulnerable period

Patch Information

Apache has released version 3.16.0 of APISIX which fixes this cleartext transmission issue. Users running versions 2.99.0 through 3.15.0 should upgrade immediately. The fix ensures that log exports to Tencent Cloud CLS use encrypted HTTPS connections. For detailed information, refer to the Apache mailing list announcement and the OpenWall security discussion.

Workarounds

  • Disable the tencent-cloud-cls log export plugin until the upgrade can be applied
  • If the plugin must remain active, ensure network-level encryption (VPN/IPsec) is in place between APISIX and the CLS endpoint
  • Implement network segmentation to limit exposure of the traffic path
  • Consider using alternative log export methods that support HTTPS until the patch is applied
bash
# Configuration example - Disable tencent-cloud-cls plugin until patched
# In APISIX configuration (config.yaml), ensure the plugin is not loaded:
plugins:
  - ... # other plugins
  # - tencent-cloud-cls  # Comment out or remove this line

# After upgrading to 3.16.0+, re-enable with HTTPS enforcement
# Verify APISIX version after upgrade:
apisix version

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

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

  • OpenWall Security Mailing List
  • Related CVEs
  • CVE-2026-31923: 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