Security readout for executives and security teams
Plain-English summary
This CVE can let a remote party crash vulnerable curl/libcurl-based FTP wildcard handling, creating a denial-of-service condition. The business impact is availability: jobs, integrations, scanners, or applications that rely on curl/libcurl for FTP wildcard transfers could fail until upgraded or the feature is avoided.
Executive priority
Treat as a high-priority availability risk when vulnerable curl/libcurl is used in automated FTP workflows or bundled products. It is less urgent for assets that do not use FTP wildcard matching, but broad libcurl embedding makes inventory important.
Technical view
CVE-2020-8285 affects libcurl 7.21.0 through 7.73.0. The issue is uncontrolled recursion in FTP wildcard match parsing, leading to stack overflow. CVSS 3.1 rates it 7.5 with network attack vector, no privileges, no user interaction, and high availability impact only.
Likely exposure
Exposure is most likely where curl/libcurl is embedded in applications, scripts, package managers, appliances, or OS images and used with FTP wildcard matching. General curl installation alone is not enough evidence of practical exposure; validate version and feature usage.
Exploitation context
The supplied sources do not show CISA KEV listing or active exploitation. The CVSS vector indicates a network-reachable, low-complexity denial-of-service scenario without authentication or user interaction, but the source bundle does not provide evidence of weaponized exploitation.
Researcher notes
Focus validation on version range, libcurl consumers, and whether FTP wildcard parsing is reachable. The public bundle supports denial-of-service impact, not confidentiality or integrity impact, and does not substantiate active exploitation.
Mitigation direction
- Upgrade curl/libcurl to a vendor-patched release outside 7.21.0 through 7.73.0.
- Apply OS or appliance security updates from Debian, Fedora, Gentoo, Apple, Oracle, or relevant vendors.
- Avoid FTP wildcard matching in affected deployments until upgraded.
- Check downstream products that bundle libcurl for vendor-specific fixes.
- Prioritize internet-facing or automated FTP workflows first.
Validation and detection
- Inventory curl and libcurl versions across hosts, containers, appliances, and application dependencies.
- Identify workloads using FTP wildcard matching or libcurl wildcard options.
- Confirm patched package versions through vendor advisories or package metadata.
- Run regression tests for FTP transfer jobs after updating curl/libcurl.
- Review SBOMs and container images for bundled vulnerable libcurl versions.
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-674: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-8285 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
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://hackerone.com/reports/1045844CVE reference · x_refsource_MISC
- https://github.com/curl/curl/issues/6255CVE reference · x_refsource_MISC
- https://curl.se/docs/CVE-2020-8285.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
- [bookkeeper-issues] 20210628 [GitHub] [bookkeeper] padma81 opened a new issue #2746: Security Vulnerabilities in CentOS 7 image, Upgrade image to CentOS 8CVE reference · mailing-list, x_refsource_MLIST
- [bookkeeper-issues] 20210629 [GitHub] [bookkeeper] padma81 opened a new issue #2746: Security Vulnerabilities in CentOS 7 image, Upgrade image to CentOS 8CVE reference · mailing-list, x_refsource_MLIST
- 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.
Uncontrolled Recursion
Uncontrolled Recursion represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
