ghsa-3737-prh2-4m4p
Vulnerability from github
Published
2022-05-14 04:01
Modified
2022-05-14 04:01
Severity ?
Details
The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.
{ "affected": [], "aliases": [ "CVE-2017-13089" ], "database_specific": { "cwe_ids": [ "CWE-119" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-10-27T19:29:00Z", "severity": "HIGH" }, "details": "The http.c:skip_short_body() function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol() to read each chunk\u0027s length, but doesn\u0027t check that the chunk length is a non-negative number. The code then tries to skip the chunk in pieces of 512 bytes by using the MIN() macro, but ends up passing the negative chunk length to connect.c:fd_read(). As fd_read() takes an int argument, the high 32 bits of the chunk length are discarded, leaving fd_read() with a completely attacker controlled length argument.", "id": "GHSA-3737-prh2-4m4p", "modified": "2022-05-14T04:01:33Z", "published": "2022-05-14T04:01:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "type": "WEB", "url": "https://github.com/r1b/CVE-2017-13089" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201711-06" }, { "type": "WEB", "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "type": "WEB", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "type": "WEB", "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "type": "WEB", "url": "http://www.debian.org/security/2017/dsa-4008" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/101592" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1039661" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.