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

CVE-2020-17519: Apache Flink Information Disclosure Flaw

CVE-2020-17519 is an information disclosure vulnerability in Apache Flink versions 1.11.0-1.11.2 that allows attackers to read local files via the REST interface. This article covers technical details, affected versions, and patches.

Published: March 11, 2026

CVE-2020-17519 Overview

A directory traversal vulnerability was introduced in Apache Flink version 1.11.0 (and persisted in 1.11.1 and 1.11.2) that allows remote attackers to read arbitrary files on the local filesystem of the JobManager through its REST interface. This vulnerability enables unauthenticated attackers to access any file readable by the JobManager process, potentially exposing sensitive configuration data, credentials, and other critical information.

Critical Impact

This vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Organizations running exposed Apache Flink instances should treat remediation as an urgent priority.

Affected Products

  • Apache Flink 1.11.0
  • Apache Flink 1.11.1
  • Apache Flink 1.11.2

Discovery Timeline

  • 2021-01-05 - CVE-2020-17519 published to NVD
  • 2025-10-27 - Last updated in NVD database

Technical Details for CVE-2020-17519

Vulnerability Analysis

This vulnerability falls under CWE-552 (Files or Directories Accessible to External Parties), manifesting as a directory traversal flaw in the Apache Flink JobManager's REST API. The vulnerability was introduced as part of changes in the Flink 1.11.0 release that inadvertently allowed path traversal sequences to bypass file access restrictions.

The JobManager component in Apache Flink serves as the central coordination point for job execution and exposes a REST API for management operations. An attacker can craft malicious HTTP requests containing directory traversal sequences (such as ../) to escape the intended directory boundaries and access arbitrary files on the filesystem.

Root Cause

The root cause of this vulnerability lies in insufficient input validation of file path parameters within the JobManager REST interface. When processing requests for file resources, the application failed to properly sanitize user-supplied path components, allowing attackers to use relative path traversal sequences to navigate outside the intended directory structure.

The vulnerable code path accepted file path parameters directly from HTTP requests without adequately normalizing or validating the path against directory traversal attempts. This allowed requests containing encoded or plain ../ sequences to access files anywhere on the filesystem that the JobManager process has read permissions for.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for internet-exposed Flink deployments. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the JobManager REST API endpoint.

The attack typically targets sensitive files such as /etc/passwd, application configuration files containing database credentials, API keys stored in environment configuration, or other sensitive data accessible to the Flink process user. Since the vulnerability requires no privileges and has low complexity, it presents a significant risk to any exposed Apache Flink instance running vulnerable versions.

Exploitation involves sending HTTP GET requests to the JobManager REST interface with crafted path parameters containing directory traversal sequences. The server responds with the contents of the requested file, effectively providing arbitrary file read capability to remote attackers.

Detection Methods for CVE-2020-17519

Indicators of Compromise

  • HTTP requests to the Flink JobManager REST API containing path traversal sequences such as ../, ..%2f, or URL-encoded variants
  • Unexpected file read operations by the Flink JobManager process targeting system files like /etc/passwd, /etc/shadow, or configuration files outside the Flink installation directory
  • Access logs showing requests with unusually long paths or encoded characters in REST API file retrieval endpoints
  • Outbound data transfers from the JobManager process that may indicate exfiltration of sensitive files

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing directory traversal patterns targeting Flink REST endpoints
  • Monitor Flink JobManager access logs for anomalous file path requests, particularly those containing .. sequences or attempting to access system files
  • Deploy network intrusion detection signatures that alert on HTTP requests matching known CVE-2020-17519 exploitation patterns
  • Configure file integrity monitoring on sensitive system files to detect unexpected read access by the Flink process

Monitoring Recommendations

  • Enable detailed access logging on the JobManager REST interface and forward logs to a centralized SIEM for analysis
  • Set up alerts for any attempts to access files outside the standard Flink working directories
  • Monitor the Flink process for unusual file system activity using endpoint detection and response (EDR) solutions
  • Implement network segmentation monitoring to detect potential lateral movement following successful exploitation

How to Mitigate CVE-2020-17519

Immediate Actions Required

  • Upgrade all Apache Flink installations to version 1.11.3 or 1.12.0 or later immediately
  • If immediate patching is not possible, restrict network access to the JobManager REST interface using firewall rules or network segmentation
  • Audit Flink JobManager access logs for signs of prior exploitation attempts
  • Review and rotate any credentials or sensitive data that may have been accessible to the Flink process
  • Ensure Flink instances are not directly exposed to the internet without appropriate access controls

Patch Information

Apache has addressed this vulnerability in Flink versions 1.11.3 and 1.12.0. The fix was implemented in commit b561010b0ee741543c3953306037f00d7a9f0801 on the apache/flink master branch. Organizations should upgrade to the patched versions immediately, as this vulnerability is actively exploited in the wild.

For additional information, refer to the Apache Flink Security Announcement and the CISA Known Exploited Vulnerabilities Catalog entry.

Workarounds

  • Implement strict network access controls to limit JobManager REST API access to trusted internal networks only
  • Deploy a reverse proxy with path filtering capabilities in front of the JobManager to block requests containing traversal sequences
  • Run the Flink JobManager process with minimal filesystem permissions to limit the impact of successful exploitation
  • Consider disabling the REST interface entirely if it is not required for operational purposes
bash
# Example: Restrict JobManager REST API access using iptables
# Allow access only from trusted management network
iptables -A INPUT -p tcp --dport 8081 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j DROP

# Alternatively, bind JobManager REST interface to localhost only
# In flink-conf.yaml:
# rest.bind-address: 127.0.0.1

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 Flink

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability94.38%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-552
  • Technical References
  • Packet Storm Security Exploit

  • Open Wall Mailing List Discussion

  • Apache Flink Issue Thread

  • Apache Announce Thread

  • Apache Dev Discussion

  • Apache User Thread

  • Apache Flink Issue Update

  • Apache Flink Another Issue Thread

  • Apache User Interaction

  • Apache Announce Alert

  • Apache Dev Update

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Apache Dev Communication

  • Apache Announce Reiteration

  • Apache Dev Ongoing Discussion

  • Apache Issue Notification

  • Apache Issue Follow-Up
  • Related CVEs
  • CVE-2020-17518: Apache Flink Path Traversal 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