6.5

CVE-2017-1000101

curl supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be `http://ur%20[0-60000000000000000000`.

Data is provided by the National Vulnerability Database (NVD)
HaxxCurl Version7.4.1
HaxxCurl Version7.35.0
HaxxCurl Version7.36.0
HaxxCurl Version7.37.0
HaxxCurl Version7.37.1
HaxxCurl Version7.38.0
HaxxCurl Version7.39.0
HaxxCurl Version7.40.0
HaxxCurl Version7.41.0
HaxxCurl Version7.42.0
HaxxCurl Version7.42.1
HaxxCurl Version7.43.0
HaxxCurl Version7.44.0
HaxxCurl Version7.45.0
HaxxCurl Version7.46.0
HaxxCurl Version7.47.0
HaxxCurl Version7.47.1
HaxxCurl Version7.48.0
HaxxCurl Version7.49.0
HaxxCurl Version7.49.1
HaxxCurl Version7.50.0
HaxxCurl Version7.50.1
HaxxCurl Version7.50.2
HaxxCurl Version7.50.3
HaxxCurl Version7.51.0
HaxxCurl Version7.52.0
HaxxCurl Version7.52.1
HaxxCurl Version7.53.0
HaxxCurl Version7.53.1
HaxxCurl Version7.54.0
HaxxCurl Version7.54.1
HaxxCurl Version7.55.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.91% 0.751
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 6.5 2.8 3.6
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:P/I:N/A:N
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer

The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.