Security readout for executives and security teams
Plain-English summary
CVE-2020-8284 lets a malicious FTP server influence vulnerable curl clients into connecting to an IP address and port chosen by the server. The main business risk is information exposure from internal services, such as service banners or open-port visibility, when curl is used against untrusted FTP servers.
Executive priority
Treat as a low-severity but legitimate information exposure issue. Prioritize normal patch cycles, with faster action for environments where automated jobs retrieve FTP content from untrusted or partner-controlled servers.
Technical view
curl 7.73.0 and earlier mishandle FTP PASV responses, allowing a malicious server to redirect the client connection target. The CVE describes potential private service discovery, including port scanning and banner extraction. CVSS is 3.7 with high attack complexity and low confidentiality impact.
Likely exposure
Exposure is most likely where curl or libcurl 7.73.0 or earlier is used for FTP, especially against external or user-controlled FTP servers. Systems that do not use FTP through curl have lower practical exposure based on the provided sources.
Exploitation context
The provided bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires a malicious FTP server and a vulnerable curl client connecting to it, so this is targeted rather than broadly wormable.
Researcher notes
The key condition is client-side FTP PASV handling against a malicious server. The source bundle supports confidentiality impact only, not integrity or availability impact. Do not assume active exploitation, affected non-curl products, or a universal fixed version without checking each vendor advisory.
Mitigation direction
- Apply vendor curl or libcurl security updates for affected systems.
- Check curl advisory and OS vendor guidance for fixed package versions.
- Avoid using affected curl versions with untrusted FTP servers.
- Review appliances and bundled software that may embed libcurl.
- Use egress controls to limit unexpected internal service probing.
Validation and detection
- Inventory curl and libcurl versions across hosts, containers, and appliances.
- Flag curl or libcurl 7.73.0 and earlier for remediation review.
- Identify workflows that use curl or libcurl with FTP URLs.
- Check vendor advisories for packaged fixes in each distribution.
- Confirm updated packages are deployed through standard vulnerability scans.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2020-8284 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.7LowVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://hackerone.com/reports/1040166CVE reference · x_refsource_MISC
- https://curl.se/docs/CVE-2020-8284.htmlCVE reference · x_refsource_MISC
- FEDORA-2020-ceaf490686CVE reference · vendor-advisory, x_refsource_FEDORA
- [debian-lts-announce] 20201219 [SECURITY] [DLA 2500-1] curl security updateCVE reference · mailing-list, x_refsource_MLIST
- FEDORA-2020-7ab62c73bcCVE reference · vendor-advisory, x_refsource_FEDORA
- GLSA-202012-14CVE reference · vendor-advisory, x_refsource_GENTOO
- DSA-4881CVE reference · vendor-advisory, x_refsource_DEBIAN
- https://www.oracle.com/security-alerts/cpuApr2021.htmlCVE reference · x_refsource_MISC
- https://security.netapp.com/advisory/ntap-20210122-0007/CVE reference · x_refsource_CONFIRM
- https://support.apple.com/kb/HT212325CVE reference · x_refsource_CONFIRM
- https://support.apple.com/kb/HT212326CVE reference · x_refsource_CONFIRM
- https://support.apple.com/kb/HT212327CVE reference · x_refsource_CONFIRM
- https://www.oracle.com//security-alerts/cpujul2021.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpuapr2022.htmlCVE reference · x_refsource_MISC
- https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdfCVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Exposure of Sensitive Information to an Unauthorized Actor
Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
