CVE-2017-1000100
MEDIUMCVSS v3.1: 6.5 · EPSS: 0.0096 (76.5 パーセンタイル)
出典データ取得時点:
概要
- 深刻度
- MEDIUM
- CVSS
- 6.5 v3.1 · NVD
- EPSS
- 0.0096 (76.5 パーセンタイル) · FIRST.org
- CISA KEV
- 非該当
- タイプ
- Information Exposure · NVD CWE
- 攻撃条件(CVSSベクター)
- ネットワーク権限不要 · 出典: NVD ベクター
- 影響を受けるベンダー
- haxx
- 公開日
- 2017-10-05 · 更新日: 2026-04-16
- 参照情報
- 参照情報へ移動 (7)
CVSS / EPSS / KEV
出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典
説明
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.
参照情報
NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。
- ディストリ http://www.debian.org/security/2017/dsa-3992
- 参照 http://www.securityfocus.com/bid/100286
- 参照 http://www.securitytracker.com/id/1039118
- ディストリ https://access.redhat.com/errata/RHSA-2018:3558
- 参照 https://curl.haxx.se/docs/adv_20170809B.html
- ディストリ https://security.gentoo.org/glsa/201709-14
- 参照 https://support.apple.com/HT208221