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-2020-13945

CVE-2020-13945: Apache APISIX Auth Bypass Vulnerability

CVE-2020-13945 is an authentication bypass flaw in Apache APISIX that allows unauthorized access to management data when Admin API restrictions are removed. This article covers the technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-13945 Overview

CVE-2020-13945 is an authentication bypass vulnerability in Apache APISIX, a dynamic, real-time, high-performance API gateway. The vulnerability occurs when users enable the Admin API and delete the Admin API access IP restriction rules, allowing attackers to use the default authentication token to access APISIX management data. This misconfiguration exposes sensitive management interfaces to unauthorized network access.

Critical Impact

Attackers exploiting this vulnerability can access APISIX management data using the default token, potentially leading to unauthorized configuration changes, data exfiltration, and complete compromise of the API gateway infrastructure.

Affected Products

  • Apache APISIX version 1.2
  • Apache APISIX version 1.3
  • Apache APISIX version 1.4
  • Apache APISIX version 1.5

Discovery Timeline

  • 2020-12-07 - CVE-2020-13945 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13945

Vulnerability Analysis

This vulnerability stems from an insecure default configuration issue in Apache APISIX's Admin API. The Admin API provides a powerful interface for managing routes, services, plugins, and other core functionality of the API gateway. By design, Apache APISIX includes IP restriction rules to limit Admin API access to trusted sources.

When administrators disable or remove these IP restriction rules without implementing alternative security measures, the Admin API becomes accessible from any network location. Combined with the default authentication token that ships with APISIX, this creates a significant authentication bypass scenario. Attackers with network access can authenticate using the well-known default token and gain full administrative control over the API gateway.

The vulnerability requires low privileges to exploit and can be initiated remotely over the network without user interaction. While the immediate impact is high confidentiality exposure, the ability to access management data could facilitate further attacks including remote code execution, as documented in Packet Storm's RCE Exploit.

Root Cause

The root cause is a combination of insecure default configuration and insufficient security guidance. Apache APISIX ships with a default Admin API token that should be changed during deployment. When administrators remove IP restriction rules (perhaps for convenience or during troubleshooting) without changing this default token, the system becomes vulnerable to unauthorized access. The absence of mandatory token rotation or warnings when IP restrictions are disabled contributes to this vulnerability.

Attack Vector

The attack vector is network-based, requiring the attacker to have network connectivity to the APISIX Admin API endpoint (typically port 9080 or a custom-configured port). The attack flow involves:

  1. Attacker identifies an exposed Apache APISIX Admin API endpoint
  2. Attacker attempts authentication using the default Admin API token (edd1c9f034335f136f87ad84b625c8f1 or similar default values)
  3. Upon successful authentication, attacker gains access to management endpoints
  4. Attacker can enumerate routes, services, upstream configurations, and sensitive plugin data
  5. Further exploitation may include injecting malicious routes or plugins for code execution

The exploitation is straightforward and does not require specialized tools. Attackers can use standard HTTP clients like curl to interact with the Admin API using the default token in the X-API-KEY header.

Detection Methods for CVE-2020-13945

Indicators of Compromise

  • Unexpected authentication attempts to the Admin API endpoint from external IP addresses
  • Successful Admin API requests originating from non-administrative source IPs
  • API calls using the default authentication token from unknown sources
  • Configuration changes to routes, services, or plugins without corresponding change tickets

Detection Strategies

  • Implement network monitoring for connections to APISIX Admin API ports from untrusted networks
  • Enable and review Admin API access logs for authentication patterns using default tokens
  • Deploy intrusion detection rules to alert on default APISIX token usage in HTTP headers
  • Conduct periodic configuration audits to verify IP restriction rules are active

Monitoring Recommendations

  • Configure SIEM alerts for Admin API access from external IP ranges
  • Monitor for bulk enumeration requests to /apisix/admin/ endpoints
  • Track authentication failures followed by successful authentications as potential brute-force indicators
  • Review Admin API audit logs for unauthorized configuration modifications

How to Mitigate CVE-2020-13945

Immediate Actions Required

  • Change the default Admin API token to a strong, unique value immediately
  • Reinstate IP restriction rules to limit Admin API access to trusted management networks
  • Audit current APISIX configuration for any unauthorized changes
  • Review access logs to determine if exploitation has already occurred

Patch Information

Apache recommends upgrading to a patched version and implementing proper security configurations. Refer to the Apache Dev Mailing List Thread for official guidance. Users should upgrade beyond versions 1.2, 1.3, 1.4, and 1.5 to a version that addresses this vulnerability.

Workarounds

  • Configure allow_admin in conf/config.yaml to restrict Admin API access to specific trusted IP addresses only
  • Deploy a reverse proxy or firewall in front of the Admin API to enforce IP-based access controls
  • Use mTLS (mutual TLS) for Admin API authentication as an additional security layer
  • Consider disabling the Admin API entirely if not required for production operations
bash
# Configuration example - conf/config.yaml
# Restrict Admin API access to localhost and internal management network
apisix:
  admin_key:
    - name: "admin"
      key: "your-unique-strong-api-key-here"  # Replace default token
      role: admin
  allow_admin:
    - 127.0.0.1/24
    - 10.0.0.0/8  # Internal management network only

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Apisix

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability93.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-Other
  • Technical References
  • Packet Storm RCE Exploit
  • Vendor Resources
  • Apache Dev Mailing List Thread
  • Related CVEs
  • CVE-2022-24112: Apache Apisix Auth Bypass Vulnerability

  • CVE-2022-25757: Apache APISIX Auth Bypass Vulnerability

  • CVE-2021-43557: Apache Apisix Auth Bypass Vulnerability

  • CVE-2026-31908: Apache APISIX Header Injection 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