![]() |
Home ▼ Bookkeeping
Online ▼ Security
Audits ▼
Managed
DNS ▼
About
Order
FAQ
Acceptable Use Policy
Dynamic DNS Clients
Configure Domains Dyanmic DNS Update Password Network
Monitor ▼
Enterprise Package
Advanced Package
Standard Package
Free Trial
FAQ
Price/Feature Summary
Order/Renew
Examples
Configure/Status Alert Profiles | ||
CVE ID: | CVE-2017-1000100 |
Description: | 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. |
Test IDs: | 1.3.6.1.4.1.25623.1.1.4.2017.2699.1 1.3.6.1.4.1.25623.1.0.703992 1.3.6.1.4.1.25623.1.1.4.2017.2701.1 1.3.6.1.4.1.25623.1.1.2.2019.1083 1.3.6.1.4.1.25623.1.0.891062 1.3.6.1.4.1.25623.1.1.2.2019.1163 1.3.6.1.4.1.25623.1.1.4.2017.2700.1 |
Cross References: |
Common Vulnerability Exposure (CVE) ID: CVE-2017-1000100 BugTraq ID: 100286 http://www.securityfocus.com/bid/100286 Debian Security Information: DSA-3992 (Google Search) http://www.debian.org/security/2017/dsa-3992 https://security.gentoo.org/glsa/201709-14 RedHat Security Advisories: RHSA-2018:3558 https://access.redhat.com/errata/RHSA-2018:3558 http://www.securitytracker.com/id/1039118 |