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

CVE-2020-8284: Haxx Curl Information Disclosure Flaw

CVE-2020-8284 is an information disclosure vulnerability in Haxx Curl affecting version 7.73.0 and earlier. Attackers can exploit FTP PASV responses to extract private service information. Learn about the technical details.

Published: March 4, 2026

CVE-2020-8284 Overview

CVE-2020-8284 is an information disclosure vulnerability in curl 7.73.0 and earlier versions that allows a malicious FTP server to manipulate the PASV response to trick curl into connecting to an arbitrary IP address and port. This vulnerability enables attackers to potentially extract information about internal services that would otherwise be private and undisclosed, facilitating port scanning and service banner extraction attacks.

Critical Impact

A malicious server can abuse the FTP passive mode response to redirect curl connections, enabling reconnaissance of internal network services and potential information leakage from otherwise protected systems.

Affected Products

  • haxx curl (versions up to 7.73.0)
  • Apple Mac OS X and macOS (various versions)
  • Debian Linux 9.0 and 10.0
  • Fedora 32 and 33
  • NetApp Clustered Data ONTAP, HCI Management Node, SolidFire
  • Oracle Communications Billing and Revenue Management, Essbase, PeopleSoft Enterprise PeopleTools
  • Siemens SINEC Infrastructure Network Services
  • Splunk Universal Forwarder
  • Fujitsu M10 and M12 series firmware

Discovery Timeline

  • December 14, 2020 - CVE-2020-8284 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-8284

Vulnerability Analysis

This vulnerability exploits a weakness in how curl handles FTP passive mode (PASV) responses. When curl connects to an FTP server in passive mode, the server responds with an IP address and port number that the client should connect to for data transfer. In vulnerable versions, curl trusts this server-provided address without proper validation, allowing a malicious server to redirect the data connection to any arbitrary destination.

The impact of this vulnerability centers on information disclosure. An attacker controlling a malicious FTP server can instruct curl to connect to internal network addresses, effectively using the curl client as a proxy for port scanning and service enumeration. This could expose information about internal infrastructure that would otherwise be protected by network segmentation or firewalls.

Root Cause

The root cause of CVE-2020-8284 is improper validation of the IP address and port information returned in FTP PASV responses. Curl's FTP implementation trusted the server-provided connection details without verifying that the address matches the original server or falls within expected network boundaries. This trust-based design assumption proved exploitable when interacting with malicious FTP servers.

Attack Vector

The attack requires a victim to connect to a malicious FTP server using curl. The attack vector is network-based and unfolds as follows:

  1. An attacker sets up a malicious FTP server that responds to PASV commands with crafted IP addresses
  2. When a victim connects using curl and initiates a file transfer in passive mode, curl sends the PASV command
  3. The malicious server responds with an IP address pointing to an internal service the attacker wants to probe
  4. Curl connects to the attacker-specified address and port, potentially receiving service banners or connection responses
  5. This information is returned through the FTP session, allowing the attacker to enumerate internal services

The attack enables Server-Side Request Forgery (SSRF)-like behavior through FTP protocol manipulation. An attacker could systematically scan internal networks by cycling through IP addresses and ports in successive PASV responses, using the victim's curl client as a scanning proxy.

Detection Methods for CVE-2020-8284

Indicators of Compromise

  • Unusual FTP PASV responses directing connections to internal RFC 1918 addresses (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • FTP data connections to IP addresses different from the control connection server
  • Rapid successive FTP connections to various ports suggesting port scanning activity
  • Outbound connections from curl processes to unexpected internal network destinations

Detection Strategies

  • Monitor FTP traffic for PASV responses containing IP addresses that differ from the server's actual address
  • Implement network-level detection for FTP data connections being redirected to internal networks
  • Deploy host-based monitoring to identify curl processes making connections to internal services following FTP sessions
  • Review firewall logs for anomalous connection patterns from systems running curl-based applications

Monitoring Recommendations

  • Enable verbose logging for applications using libcurl to track FTP session behavior
  • Monitor for connections from curl processes to internal network segments that should not be accessed via FTP
  • Implement egress filtering to detect and block FTP data connections to unauthorized internal addresses
  • Set up alerts for high volumes of failed connection attempts that may indicate port scanning activity

How to Mitigate CVE-2020-8284

Immediate Actions Required

  • Upgrade curl to version 7.74.0 or later which includes the --ftp-skip-pasv-ip option defaulting to enabled
  • Audit systems and applications that use libcurl for FTP functionality to identify vulnerable deployments
  • Apply vendor-specific patches for affected products including Apple macOS, Debian, Fedora, and Oracle products
  • Consider blocking FTP access to untrusted servers until patches can be applied

Patch Information

The curl project addressed this vulnerability in version 7.74.0 by introducing the --ftp-skip-pasv-ip command-line option and the CURLOPT_FTP_SKIP_PASV_IP libcurl option, which ignore the IP address in the PASV response and use the original server IP instead. Multiple vendors have released patches including:

  • Official curl Security Advisory
  • Debian Security Advisory DSA-4881
  • Apple Security Updates HT212325, HT212326, HT212327
  • Oracle Critical Patch Updates
  • Siemens Security Advisory SSA-389290
  • NetApp Security Advisory NTAP-20210122-0007

Workarounds

  • Use the --ftp-skip-pasv-ip option when running curl commands if upgrading is not immediately possible
  • Configure firewall rules to restrict FTP data connections to known, trusted destinations only
  • Avoid using FTP with untrusted servers; consider using SFTP or HTTPS alternatives where possible
  • Implement network segmentation to limit the potential impact if internal services are probed
bash
# Mitigation configuration example
# Use --ftp-skip-pasv-ip to ignore server-provided IP in PASV response
curl --ftp-skip-pasv-ip ftp://example.com/file.txt

# For libcurl applications, set the CURLOPT_FTP_SKIP_PASV_IP option
# curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, 1L);

# Firewall rule to restrict FTP data connections (iptables example)
iptables -A OUTPUT -p tcp --dport 1024:65535 -m owner --uid-owner curl-user \
  -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -p tcp --dport 1024:65535 -m owner --uid-owner curl-user \
  -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -p tcp --dport 1024:65535 -m owner --uid-owner curl-user \
  -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHaxx Curl

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Technical References
  • HackerOne Report #1040166

  • Debian LTS Announcement December 2020

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202012-14

  • NetApp Security Advisory NTAP-20210122-0007

  • Apple Security Update HT212325

  • Apple Security Update HT212326

  • Apple Security Update HT212327

  • Debian DSA-4881 Advisory
  • Vendor Resources
  • Siemens Security Advisory

  • Curl CVE-2020-8284 Details

  • Oracle CPU July 2021 Security Alert

  • Oracle CPU April 2021 Security Alert

  • Oracle CPU April 2022 Security Alert

  • Oracle CPU January 2022 Security Alert
  • Related CVEs
  • CVE-2026-3783: Haxx Curl Information Disclosure Vulnerability

  • CVE-2023-46219: Haxx Curl Information Disclosure Flaw

  • CVE-2024-11053: Haxx Curl Information Disclosure Flaw

  • CVE-2024-2398: Haxx Curl Information Disclosure Flaw
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