BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2017
CVE-2017-1000100High confidence

n/a: Exposure of Sensitive Information to an Unauthorized Actor

n/a · n/a

6.5MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2017-1404

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.

What

When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.

Why

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.

Why

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

How

An attacker operating through a network path may attempt exploitation without authentication after a user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Exposure of Sensitive Information to an Unauthorized Actor → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
Required interaction required
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-200

CWE-200: Exposure of Sensitive Information to an Unauthorized Actor. The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.INoneIntegrity impact: No direct loss is represented by this metric.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-200
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-2026-0180Dell Data Protection Advisor: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell Data Protection Advisor ausnutzen, um beliebigen Code auszuführen, einen Denial-of-Service-Zustand zu erzeugen, Sicherheitsmaßnahmen zu umgehen und nicht näher spezifizierte Angriffe zu starten.

Official advisory ↗
BSI · German · WID-SEC-2025-0370Apple Mac OS: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstelle in Apple Mac OS ausnutzen, um Code mit Kernel Privilegien auszuführen, Sicherheitsvorkehrungen zu umgehen, einen Denial of Service Angriff durchzuführen oder vertrauliche Daten einzusehen.

Official advisory ↗
BSI · German · WID-SEC-2023-1647cURL: Mehrere Schwachstellen ermöglichen Offenlegung von Informationen

Ein lokaler oder entfernter anonymer Angreifer kann mehrere Schwachstellen in cURL ausnutzen, um Informationen offenzulegen.

Official advisory ↗
Canadian Centre for Cyber Security · English · AV18-116Juniper security bulletins

OS Junos OS, SRX series CVE References:  CVE-2017-3145, CVE-2017-3143, CVE-2017-3142, CVE-2017-3138, CVE-2000-0973, CVE-2016-5421, CVE-2016-7167, CVE-2016-9953, CVE-2017-8816, CVE-2017-8817, CVE-2017-8818, CVE-2018-1000120, CVE-2016-4802, CVE-2013-2174, CVE-2016-9586, CVE-2016-9952, CVE-2014-0138, CVE-2017-1000257, CVE-2018-1000005, CVE-2018-1000122, CVE-2014-0139, CVE-2013-1944, CVE-2014-3613, CVE-2015-3143, CVE-2015-3148, CVE-2015-3153, CVE-2016-0754, CVE-2016-0755, CVE-2016-5419, CVE-2016-5420, CVE-2016-7141, CVE-2017-1000254, CVE-2017-9502, CVE-2018-1000007, CVE-2018-1000121, CVE-2013-4545, CVE-2014-3707, CVE-2014-8150, CVE-2017-1000099, CVE-2017-1000100, CVE-2017-1000101, CVE-2013-6422, CVE-2014-0015, CVE-2016-3739, CVE-2017-7407, CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625, CVE-2017-3145, CVE-2018-2579, CVE-2018-2588, CVE-2018-2599, CVE-2018-2603, CVE-2018-2618, CVE-2018-2629, CVE-2018-2633, CVE-2018-2637, CVE-2018-2663, CVE-2018-2678, CVE-2017-12613, CVE-2017-10198, 2017-10281, CVE-2017-10295, CVE-2017-10345, CVE-2017-10355, CVE-2017-10356, CVE-2017-10388, CVE-2017-15896, CVE-2017-5753, CVE-2017-5715, CVE-2017-5754, CVE-2018-0039, CVE-2018-0040, CVE-2018-0042, CVE-2018-0

Official advisory ↗
Canadian Centre for Cyber Security · English · AV17-161Apple security updates

7 Purpose The purpose of this advisory is to bring attention to multiple Apple system security updates for iCloud for Windows, iOS, iTunes for Windows, macOS High Sierra, macOS Sierra, macOS El Capitan, Safari, tvOS and watchOS. Assessment Apple has released the following support articles addressing security vulnerabilities in various products: -iCloud for Windows 7.1 -iOS 11.1 -iTunes 12.7.1 for Windows -macOS High Sierra 10.13.1, Security Update 2017-001 Sierra, and Security Update 2017-004 El Capitan -Safari 11.1 -tvOS 11.1 -watchOS 4.1 CVE Reference: CVE-2016-2161, CVE-2016-4736, CVE-2016-5387, CVE-2016-736, CVE-2016-8740, CVE-2016-8743, CVE-2017-1000100, CVE-2017-1000101, CVE-2017-11103, CVE-2017-11108, CVE-2017-11541, CVE-2017-11542, CVE-2017-11543, CVE-2017-12893, CVE-2017-12894, CVE-2017-12895, CVE-2017-12896, CVE-2017-12897, CVE-2017-12898, CVE-2017-12899, CVE-2017-12900, CVE-2017-12901, CVE-2017-12902, CVE-2017-12985, CVE-2017-12986, CVE-2017-12987, CVE-2017-12988, CVE-2017-12989, CVE-2017-12990, CVE-2017-12991, CVE-2017-12992, CVE-2017-12993, CVE-2017-12994, CVE-2017-12995, CVE-2017-12996, CVE-2017-12997, CVE-2017-12998, CVE-2017-12999, CVE-2017-13000, CVE-2017-13001, CVE-2017-13002, CVE-2017-13003, CVE-2017-13004, CVE-2017-13005, CVE-2017-13006, CVE-2017-13007, CVE-2017-13008, CVE-20

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-372Multiples vulnérabilités dans Google Android

curité du 06 août 2018 Résumé De multiples vulnérabilités ont été découvertes dans Google Android. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance. Solution Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation). Documentation Bulletin de sécurité Android du 06 août 2018 https://source.android.com/security/bulletin/2018-08-01 Bulletin de sécurité Pixel/Nexus du 06 août 2018 https://source.android.com/security/bulletin/pixel/2018-08-01 Référence CVE CVE-2017-1000100 https://www.cve.org/CVERecord?id=CVE-2017-1000100 Référence CVE CVE-2017-13077 https://www.cve.org/CVERecord?id=CVE-2017-13077 Référence CVE CVE-2017-13242 https://www.cve.org/CVERecord?id=CVE-2017-13242 Référence CVE CVE-2017-13295 https://www.cve.org/CVERecord?id=CVE-2017-13295 Référence CVE CVE-2017-13322 https://www.cve.org/CVERecord?id=CVE-2017-13322 Référence CVE CVE-2017-15817 https://www.cve.org/CVERecord?id=CVE-2017-15817 Référence CVE CVE-2017-18249 https://www.cve.org/CVERecord?id=CVE-2017-18249 Référence CVE CVE-2017-18280 https://www.cve.org/CVERecord?id=CVE-2017-18280 Référence CVE CVE-2017-18281 https://www.cve.org/CVERecord?i

Official advisory ↗
CERT-FR · French · CERTFR-2018-AVI-339Multiples vulnérabilités dans les produits Juniper

rg/CVERecord?id=CVE-2016-8621 Référence CVE CVE-2016-8622 https://www.cve.org/CVERecord?id=CVE-2016-8622 Référence CVE CVE-2016-8623 https://www.cve.org/CVERecord?id=CVE-2016-8623 Référence CVE CVE-2016-8624 https://www.cve.org/CVERecord?id=CVE-2016-8624 Référence CVE CVE-2016-8625 https://www.cve.org/CVERecord?id=CVE-2016-8625 Référence CVE CVE-2016-9586 https://www.cve.org/CVERecord?id=CVE-2016-9586 Référence CVE CVE-2016-9952 https://www.cve.org/CVERecord?id=CVE-2016-9952 Référence CVE CVE-2016-9953 https://www.cve.org/CVERecord?id=CVE-2016-9953 Référence CVE CVE-2017-1000099 https://www.cve.org/CVERecord?id=CVE-2017-1000099 Référence CVE CVE-2017-1000100 https://www.cve.org/CVERecord?id=CVE-2017-1000100 Référence CVE CVE-2017-1000101 https://www.cve.org/CVERecord?id=CVE-2017-1000101 Référence CVE CVE-2017-1000254 https://www.cve.org/CVERecord?id=CVE-2017-1000254 Référence CVE CVE-2017-1000257 https://www.cve.org/CVERecord?id=CVE-2017-1000257 Référence CVE CVE-2017-10198 https://www.cve.org/CVERecord?id=CVE-2017-10198 Référence CVE CVE-2017-10295 https://www.cve.org/CVERecord?id=CVE-2017-10295 Référence CVE CVE-2017-10345 https://www.cve.org/CVERecord?id=CVE-2017-10345 Référence CVE CVE-2017-10355 https://www.cve.org/CVERecord?id=CVE-2017-10355 Référence CVE CVE-2017-10356 https://www.cve.org

Official advisory ↗
CERT-FR · French · CERTFR-2017-AVI-385Multiples vulnérabilités dans les produits Apple

HT208223 du 31 octobre 2017 https://support.apple.com/en-us/HT208223 Bulletin de sécurité Apple HT208224 du 31 octobre 2017 https://support.apple.com/en-us/HT208224 Bulletin de sécurité Apple HT208225 du 31 octobre 2017 https://support.apple.com/en-us/HT208225 Référence CVE CVE-2016-2161 https://www.cve.org/CVERecord?id=CVE-2016-2161 Référence CVE CVE-2016-4736 https://www.cve.org/CVERecord?id=CVE-2016-4736 Référence CVE CVE-2016-5387 https://www.cve.org/CVERecord?id=CVE-2016-5387 Référence CVE CVE-2016-8740 https://www.cve.org/CVERecord?id=CVE-2016-8740 Référence CVE CVE-2016-8743 https://www.cve.org/CVERecord?id=CVE-2016-8743 Référence CVE CVE-2017-1000100 https://www.cve.org/CVERecord?id=CVE-2017-1000100 Référence CVE CVE-2017-1000101 https://www.cve.org/CVERecord?id=CVE-2017-1000101 Référence CVE CVE-2017-11103 https://www.cve.org/CVERecord?id=CVE-2017-11103 Référence CVE CVE-2017-11108 https://www.cve.org/CVERecord?id=CVE-2017-11108 Référence CVE CVE-2017-11541 https://www.cve.org/CVERecord?id=CVE-2017-11541 Référence CVE CVE-2017-11542 https://www.cve.org/CVERecord?id=CVE-2017-11542 Référence CVE CVE-2017-11543 https://www.cve.org/CVERecord?id=CVE-2017-11543 Référence CVE CVE-2017-12893 https://www.cve.org/CVERecord?id=CVE-2017-12893 Référence CVE CVE-2017-12894 https://www.cve.org/CVEReco

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2017-009252cURL および libcurl における情報漏えいに関する脆弱性

cURL および libcurl には、情報漏えいに関する脆弱性が存在します。

Official advisory ↗
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
n/a: n/a
Fixed
An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 4 Oct 2017 · Last source change 16 Apr 2026, 13:34 UTC · CWE-200 · Exposure of Sensitive Information to an Unauthorized Actor

CVE recordCVE.org · 5.2
CVSS sourceCISA ADP
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-09-01
European sourceENISA EUVD · EUVD-2017-1404
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceCISA ADP
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates ↗
  1. Vendor guidanceAuthoritative vendor guidance changed from vendor advisory to authoritative remediation link · patch.
    Before
    vendor advisory
    After
    authoritative remediation link · patch
    af854a3a-2127-422b-91ae-364da2661108
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    n/a · Fixed: No fixed version is explicitly recorded in the structured CVE data.
    After
    n/a · Fixed: An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
    CNA
  3. Remediation statusRemediation status changed from Awaiting fix to Patch available.
    Before
    Awaiting fix
    After
    Patch available
    af854a3a-2127-422b-91ae-364da2661108
  4. ENISA EUVD mappingEUVD-2017-1404 was added to the official ENISA EUVD mapping for this CVE.
    Before
    not recorded
    After
    {"euvdId":"EUVD-2017-1404"}
    ENISA EUVD
  5. Catalogue recordCVE added to the BlackTree catalogue.
    CNA
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2017-1000100 · cve.blacktree.nl