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

CVE-2020-11710: Kong Docker-Kong Configuration Flaw

CVE-2020-11710 involves a configuration issue in Kong's docker-compose template where the admin API port may be exposed beyond localhost. This article covers the controversy, technical details, and secure configuration.

Published: March 11, 2026

CVE-2020-11710 Overview

CVE-2020-11710 is a security misconfiguration vulnerability affecting Kong's docker-compose deployment templates through version 2.0.3. The vulnerability allows the Kong admin API port to be accessible on network interfaces other than the localhost (127.0.0.1), potentially exposing sensitive administrative functionality to unauthorized remote attackers.

It's important to note that the vendor disputes this CVE's scope, arguing that this issue only affects the docker-compose template used for quick development setup, not the Kong Docker image or Kong gateway itself. The vendor emphasizes that the docker-compose template is intended for development purposes only and that proper security documentation for protecting the admin API has been available since 2017.

Critical Impact

Unauthenticated remote attackers may gain full administrative access to Kong API Gateway instances, enabling them to modify routing configurations, access sensitive data, and potentially compromise downstream services.

Affected Products

  • Kong docker-kong through version 2.0.3
  • Docker-compose deployments using default templates

Discovery Timeline

  • April 12, 2020 - CVE-2020-11710 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-11710

Vulnerability Analysis

This vulnerability stems from an insecure default configuration in Kong's docker-compose deployment template. When users deploy Kong using the provided docker-compose files without following security best practices, the admin API becomes bound to all network interfaces (0.0.0.0) rather than being restricted to localhost only. This misconfiguration exposes the powerful administrative interface to any network-accessible attacker.

The Kong Admin API provides extensive control over the API gateway, including the ability to add, modify, or delete routes, plugins, consumers, and upstream configurations. When exposed to untrusted networks, this creates a significant attack surface that can lead to complete compromise of the API gateway infrastructure.

Root Cause

The root cause is an insecure default configuration in the docker-compose template that binds the admin API listener to all available network interfaces rather than restricting it to the loopback interface (127.0.0.1). While the vendor argues this is a development template not intended for production use, deployments that follow the template without additional security hardening remain vulnerable.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker with network access to the exposed admin API port (typically port 8001) can directly interact with the administrative endpoints.

Exploitation involves:

  1. Scanning for Kong admin API endpoints accessible on non-localhost interfaces
  2. Connecting to the exposed admin API port without authentication
  3. Using the admin API to enumerate existing configurations, routes, and plugins
  4. Modifying gateway configurations to intercept traffic, inject malicious plugins, or redirect requests to attacker-controlled servers
  5. Potentially pivoting to compromise downstream services or exfiltrate sensitive data passing through the gateway

Detection Methods for CVE-2020-11710

Indicators of Compromise

  • Unexpected connections to Kong admin API port (default 8001) from external IP addresses
  • Unauthorized modifications to Kong routes, services, or plugin configurations
  • New or modified consumers, credentials, or access control lists
  • Unusual admin API activity patterns in Kong access logs

Detection Strategies

  • Monitor network traffic for connections to port 8001 originating from non-localhost addresses
  • Implement audit logging for all admin API operations and review for unauthorized changes
  • Use network scanning tools to verify admin API is not accessible from external networks
  • Deploy intrusion detection rules to alert on admin API access attempts from unauthorized sources

Monitoring Recommendations

  • Configure network-level monitoring to detect and alert on external access attempts to the admin API port
  • Implement configuration management tools to detect unauthorized changes to Kong configurations
  • Review Docker network configurations to ensure proper isolation of administrative interfaces
  • Regularly audit container networking and exposed ports in docker-compose deployments

How to Mitigate CVE-2020-11710

Immediate Actions Required

  • Verify that the Kong admin API is bound only to 127.0.0.1 and not accessible from external networks
  • Implement network segmentation to restrict access to administrative ports
  • Apply firewall rules to block external access to port 8001
  • Review Kong configurations for any unauthorized modifications made during potential exposure

Patch Information

Kong has updated their documentation and docker-compose templates to address this issue. The relevant fixes can be found in the Kong Docker Repository Commit and the Kong Documentation Update.

Organizations should update to the latest docker-compose templates and follow Kong's security documentation for properly securing the admin API in production environments.

Workarounds

  • Configure the KONG_ADMIN_LISTEN environment variable to bind only to 127.0.0.1:8001 instead of 0.0.0.0:8001
  • Implement network-level access controls using Docker network configurations or external firewalls
  • Use a reverse proxy with authentication in front of the admin API if remote access is required
  • Consider using Kong's Role-Based Access Control (RBAC) features in Kong Enterprise for additional protection
bash
# Secure Kong admin API configuration example
# Set the admin API to listen only on localhost
export KONG_ADMIN_LISTEN="127.0.0.1:8001"

# Alternatively, in docker-compose.yml:
# environment:
#   - KONG_ADMIN_LISTEN=127.0.0.1:8001

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechKong

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-Other
  • Technical References
  • Kong Documentation Commit

  • Kong GitHub Repository
  • Vendor Resources
  • Kong Docker Kong Commit

  • Kong Documentation Commit
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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