Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-13089
Vulnerability from cvelistv5
Published
2017-10-27 19:00
Modified
2024-09-17 01:15
Severity ?
EPSS score ?
Summary
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.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
GNU Project | Wget |
Version: prior to 1.19.2 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T18:58:12.341Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "name": "GLSA-201711-06", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/201711-06" }, { "name": "DSA-4008", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "http://www.debian.org/security/2017/dsa-4008" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "name": "101592", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/101592" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/r1b/CVE-2017-13089" }, { "name": "1039661", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id/1039661" }, { "name": "RHSA-2017:3075", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "platforms": [ "any" ], "product": "Wget", "vendor": "GNU Project", "versions": [ { "status": "affected", "version": "prior to 1.19.2" } ] } ], "credits": [ { "lang": "en", "value": "Antti Levom\u00e4ki, Christian Jalio, Joonas Pihlaja from Forcepoint" } ], "datePublic": "2017-10-27T00:00:00", "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-121", "description": "CWE-121: Stack-based Buffer Overflow", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2017-12-29T13:57:02", "orgId": "37e5125f-f79b-445b-8fad-9564f167944b", "shortName": "certcc" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "name": "GLSA-201711-06", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/201711-06" }, { "name": "DSA-4008", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "http://www.debian.org/security/2017/dsa-4008" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "name": "101592", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/101592" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/r1b/CVE-2017-13089" }, { "name": "1039661", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id/1039661" }, { "name": "RHSA-2017:3075", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "title": "GNU Wget: stack overflow in HTTP protocol handling", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cert@cert.org", "DATE_PUBLIC": "2017-10-27T15:00:00.000Z", "ID": "CVE-2017-13089", "STATE": "PUBLIC", "TITLE": "GNU Wget: stack overflow in HTTP protocol handling" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Wget", "version": { "version_data": [ { "platform": "any", "version_value": "prior to 1.19.2" } ] } } ] }, "vendor_name": "GNU Project" } ] } }, "credit": [ "Antti Levom\u00e4ki, Christian Jalio, Joonas Pihlaja from Forcepoint" ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-121: Stack-based Buffer Overflow" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "refsource": "MISC", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "name": "GLSA-201711-06", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201711-06" }, { "name": "DSA-4008", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2017/dsa-4008" }, { "name": "https://www.synology.com/support/security/Synology_SA_17_62_Wget", "refsource": "CONFIRM", "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "name": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f", "refsource": "CONFIRM", "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "name": "101592", "refsource": "BID", "url": "http://www.securityfocus.com/bid/101592" }, { "name": "https://github.com/r1b/CVE-2017-13089", "refsource": "MISC", "url": "https://github.com/r1b/CVE-2017-13089" }, { "name": "1039661", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1039661" }, { "name": "RHSA-2017:3075", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ] }, "solution": "Patch to Wget 1.19.2 or equivalent version from your operating system distribution." } } }, "cveMetadata": { "assignerOrgId": "37e5125f-f79b-445b-8fad-9564f167944b", "assignerShortName": "certcc", "cveId": "CVE-2017-13089", "datePublished": "2017-10-27T19:00:00Z", "dateReserved": "2017-08-22T00:00:00", "dateUpdated": "2024-09-17T01:15:49.128Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2017-13089\",\"sourceIdentifier\":\"cret@cert.org\",\"published\":\"2017-10-27T19:29:00.330\",\"lastModified\":\"2024-11-21T03:10:56.803\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Se llama a la funci\u00f3n http.c:skip_short_body() en ciertas circunstancias, como cuando se procesan redirecciones. Cuando la respuesta se env\u00eda fragmentada en wget en versiones anteriores a la 1.19.2, el analizador de fragmentos utiliza srtol() para leer la longitud de cada fragmento, pero no comprueba si esta longitud es un n\u00famero no negativo. El c\u00f3digo entonces intenta saltarse el fragmento en partes de 512 bytes utilizando la macro MIN(), pero acaba pasando la longitud negativa del fragmento a connect.c:fd_read(). Ya que fd_read() toma un argumento int, los 32 bits de la longitud del fragmento se descartan, dejando fd_read() con un argumento de longitud controlado por completo por el atacante.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"cret@cert.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:C/I:C/A:C\",\"baseScore\":9.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":8.6,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"cret@cert.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-121\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.19.1\",\"matchCriteriaId\":\"BB992E4D-6D7A-421F-BC30-123E4ADD2D82\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}],\"references\":[{\"url\":\"http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.debian.org/security/2017/dsa-4008\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/101592\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1039661\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:3075\",\"source\":\"cret@cert.org\"},{\"url\":\"https://github.com/r1b/CVE-2017-13089\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201711-06\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://www.synology.com/support/security/Synology_SA_17_62_Wget\",\"source\":\"cret@cert.org\"},{\"url\":\"https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html\",\"source\":\"cret@cert.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.debian.org/security/2017/dsa-4008\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/101592\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1039661\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:3075\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/r1b/CVE-2017-13089\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201711-06\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Third Party Advisory\"]},{\"url\":\"https://www.synology.com/support/security/Synology_SA_17_62_Wget\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]}]}}" } }
gsd-2017-13089
Vulnerability from gsd
Modified
2023-12-13 01:21
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-13089", "description": "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": "GSD-2017-13089", "references": [ "https://www.suse.com/security/cve/CVE-2017-13089.html", "https://www.debian.org/security/2017/dsa-4008", "https://access.redhat.com/errata/RHSA-2017:3075", "https://ubuntu.com/security/CVE-2017-13089", "https://advisories.mageia.org/CVE-2017-13089.html", "https://security.archlinux.org/CVE-2017-13089", "https://alas.aws.amazon.com/cve/html/CVE-2017-13089.html", "https://linux.oracle.com/cve/CVE-2017-13089.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-13089" ], "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": "GSD-2017-13089", "modified": "2023-12-13T01:21:01.774570Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cert@cert.org", "DATE_PUBLIC": "2017-10-27T15:00:00.000Z", "ID": "CVE-2017-13089", "STATE": "PUBLIC", "TITLE": "GNU Wget: stack overflow in HTTP protocol handling" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Wget", "version": { "version_data": [ { "platform": "any", "version_value": "prior to 1.19.2" } ] } } ] }, "vendor_name": "GNU Project" } ] } }, "credit": [ "Antti Levom\u00e4ki, Christian Jalio, Joonas Pihlaja from Forcepoint" ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-121: Stack-based Buffer Overflow" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "refsource": "MISC", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "name": "GLSA-201711-06", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201711-06" }, { "name": "DSA-4008", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2017/dsa-4008" }, { "name": "https://www.synology.com/support/security/Synology_SA_17_62_Wget", "refsource": "CONFIRM", "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "name": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f", "refsource": "CONFIRM", "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "name": "101592", "refsource": "BID", "url": "http://www.securityfocus.com/bid/101592" }, { "name": "https://github.com/r1b/CVE-2017-13089", "refsource": "MISC", "url": "https://github.com/r1b/CVE-2017-13089" }, { "name": "1039661", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1039661" }, { "name": "RHSA-2017:3075", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ] }, "solution": "Patch to Wget 1.19.2 or equivalent version from your operating system distribution." }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.19.1", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cert@cert.org", "ID": "CVE-2017-13089" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "name": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "name": "1039661", "refsource": "SECTRACK", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1039661" }, { "name": "101592", "refsource": "BID", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/101592" }, { "name": "https://github.com/r1b/CVE-2017-13089", "refsource": "MISC", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/r1b/CVE-2017-13089" }, { "name": "DSA-4008", "refsource": "DEBIAN", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "http://www.debian.org/security/2017/dsa-4008" }, { "name": "GLSA-201711-06", "refsource": "GENTOO", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/201711-06" }, { "name": "RHSA-2017:3075", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "name": "https://www.synology.com/support/security/Synology_SA_17_62_Wget", "refsource": "CONFIRM", "tags": [], "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 9.3, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.9 } }, "lastModifiedDate": "2017-12-30T02:29Z", "publishedDate": "2017-10-27T19:29Z" } } }
fkie_cve-2017-13089
Vulnerability from fkie_nvd
Published
2017-10-27 19:29
Modified
2024-11-21 03:10
Severity ?
8.8 (High) - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
8.8 (High) - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Summary
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.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
gnu | wget | * | |
debian | debian_linux | 8.0 | |
debian | debian_linux | 9.0 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*", "matchCriteriaId": "BB992E4D-6D7A-421F-BC30-123E4ADD2D82", "versionEndIncluding": "1.19.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "matchCriteriaId": "C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43", "vulnerable": true }, { "criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "Se llama a la funci\u00f3n http.c:skip_short_body() en ciertas circunstancias, como cuando se procesan redirecciones. Cuando la respuesta se env\u00eda fragmentada en wget en versiones anteriores a la 1.19.2, el analizador de fragmentos utiliza srtol() para leer la longitud de cada fragmento, pero no comprueba si esta longitud es un n\u00famero no negativo. El c\u00f3digo entonces intenta saltarse el fragmento en partes de 512 bytes utilizando la macro MIN(), pero acaba pasando la longitud negativa del fragmento a connect.c:fd_read(). Ya que fd_read() toma un argumento int, los 32 bits de la longitud del fragmento se descartan, dejando fd_read() con un argumento de longitud controlado por completo por el atacante." } ], "id": "CVE-2017-13089", "lastModified": "2024-11-21T03:10:56.803", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 9.3, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 10.0, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "cret@cert.org", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2017-10-27T19:29:00.330", "references": [ { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "http://www.debian.org/security/2017/dsa-4008" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/101592" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1039661" }, { "source": "cret@cert.org", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/r1b/CVE-2017-13089" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/201711-06" }, { "source": "cret@cert.org", "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "source": "cret@cert.org", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "http://www.debian.org/security/2017/dsa-4008" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/101592" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securitytracker.com/id/1039661" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/r1b/CVE-2017-13089" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/201711-06" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://www.synology.com/support/security/Synology_SA_17_62_Wget" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "sourceIdentifier": "cret@cert.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-121" } ], "source": "cret@cert.org", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-119" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
RHSA-2017:3075
Vulnerability from csaf_redhat
Published
2017-10-26 16:45
Modified
2024-11-22 11:38
Summary
Red Hat Security Advisory: wget security update
Notes
Topic
An update for wget is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.
Security Fix(es):
* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)
Red Hat would like to thank the GNU Wget project for reporting these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for wget is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.\n\nSecurity Fix(es):\n\n* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)\n\nRed Hat would like to thank the GNU Wget project for reporting these issues.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:3075", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3075.json" } ], "title": "Red Hat Security Advisory: wget security update", "tracking": { "current_release_date": "2024-11-22T11:38:16+00:00", "generator": { "date": "2024-11-22T11:38:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2017:3075", "initial_release_date": "2017-10-26T16:45:42+00:00", "revision_history": [ { "date": "2017-10-26T16:45:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-10-26T16:45:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T11:38:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.src", "product": { "name": "wget-0:1.14-15.el7_4.1.src", "product_id": "wget-0:1.14-15.el7_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-0:1.14-15.el7_4.1.s390x", "product_id": "wget-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=s390x" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13089", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505444" } ], "notes": [ { "category": "description", "text": "A stack-based buffer overflow when processing chunked, encoded HTTP responses was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Stack-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13089" }, { "category": "external", "summary": "RHBZ#1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13089", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13089" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Stack-based buffer overflow in HTTP protocol handling" }, { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13090", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505445" } ], "notes": [ { "category": "description", "text": "A heap-based buffer overflow, when processing chunked encoded HTTP responses, was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Heap-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13090" }, { "category": "external", "summary": "RHBZ#1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13090", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13090" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Heap-based buffer overflow in HTTP protocol handling" } ] }
rhsa-2017_3075
Vulnerability from csaf_redhat
Published
2017-10-26 16:45
Modified
2024-11-22 11:38
Summary
Red Hat Security Advisory: wget security update
Notes
Topic
An update for wget is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.
Security Fix(es):
* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)
Red Hat would like to thank the GNU Wget project for reporting these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for wget is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.\n\nSecurity Fix(es):\n\n* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)\n\nRed Hat would like to thank the GNU Wget project for reporting these issues.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:3075", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3075.json" } ], "title": "Red Hat Security Advisory: wget security update", "tracking": { "current_release_date": "2024-11-22T11:38:16+00:00", "generator": { "date": "2024-11-22T11:38:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2017:3075", "initial_release_date": "2017-10-26T16:45:42+00:00", "revision_history": [ { "date": "2017-10-26T16:45:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-10-26T16:45:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T11:38:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.src", "product": { "name": "wget-0:1.14-15.el7_4.1.src", "product_id": "wget-0:1.14-15.el7_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-0:1.14-15.el7_4.1.s390x", "product_id": "wget-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=s390x" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13089", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505444" } ], "notes": [ { "category": "description", "text": "A stack-based buffer overflow when processing chunked, encoded HTTP responses was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Stack-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13089" }, { "category": "external", "summary": "RHBZ#1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13089", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13089" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Stack-based buffer overflow in HTTP protocol handling" }, { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13090", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505445" } ], "notes": [ { "category": "description", "text": "A heap-based buffer overflow, when processing chunked encoded HTTP responses, was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Heap-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13090" }, { "category": "external", "summary": "RHBZ#1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13090", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13090" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Heap-based buffer overflow in HTTP protocol handling" } ] }
rhsa-2017:3075
Vulnerability from csaf_redhat
Published
2017-10-26 16:45
Modified
2024-11-22 11:38
Summary
Red Hat Security Advisory: wget security update
Notes
Topic
An update for wget is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.
Security Fix(es):
* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)
Red Hat would like to thank the GNU Wget project for reporting these issues.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for wget is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The wget packages provide the GNU Wget file retrieval utility for HTTP, HTTPS, and FTP protocols.\n\nSecurity Fix(es):\n\n* A stack-based and a heap-based buffer overflow flaws were found in wget when processing chunked encoded HTTP responses. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit these flaws to potentially execute arbitrary code. (CVE-2017-13089, CVE-2017-13090)\n\nRed Hat would like to thank the GNU Wget project for reporting these issues.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2017:3075", "url": "https://access.redhat.com/errata/RHSA-2017:3075" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3075.json" } ], "title": "Red Hat Security Advisory: wget security update", "tracking": { "current_release_date": "2024-11-22T11:38:16+00:00", "generator": { "date": "2024-11-22T11:38:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2017:3075", "initial_release_date": "2017-10-26T16:45:42+00:00", "revision_history": [ { "date": "2017-10-26T16:45:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-10-26T16:45:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T11:38:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.src", "product": { "name": "wget-0:1.14-15.el7_4.1.src", "product_id": "wget-0:1.14-15.el7_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=ppc64" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "wget-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-0:1.14-15.el7_4.1.s390x", "product_id": "wget-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget@1.14-15.el7_4.1?arch=s390x" } } }, { "category": "product_version", "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_id": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/wget-debuginfo@1.14-15.el7_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Client-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7ComputeNode-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Server-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src" }, "product_reference": "wget-0:1.14-15.el7_4.1.src", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.s390x", "relates_to_product_reference": "7Workstation-7.4.Z" }, { "category": "default_component_of", "full_product_name": { "name": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" }, "product_reference": "wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "relates_to_product_reference": "7Workstation-7.4.Z" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13089", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505444" } ], "notes": [ { "category": "description", "text": "A stack-based buffer overflow when processing chunked, encoded HTTP responses was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Stack-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13089" }, { "category": "external", "summary": "RHBZ#1505444", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505444" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13089", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13089" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13089" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Stack-based buffer overflow in HTTP protocol handling" }, { "acknowledgments": [ { "names": [ "the GNU Wget project" ] } ], "cve": "CVE-2017-13090", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2017-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1505445" } ], "notes": [ { "category": "description", "text": "A heap-based buffer overflow, when processing chunked encoded HTTP responses, was found in wget. By tricking an unsuspecting user into connecting to a malicious HTTP server, an attacker could exploit this flaw to potentially execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "wget: Heap-based buffer overflow in HTTP protocol handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of wget as shipped with Red Hat Enterprise Linux 7. This issue did not affect the versions of wget as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-13090" }, { "category": "external", "summary": "RHBZ#1505445", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505445" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13090", "url": "https://www.cve.org/CVERecord?id=CVE-2017-13090" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13090" }, { "category": "external", "summary": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html", "url": "https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html" } ], "release_date": "2017-10-26T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-10-26T16:45:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3075" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Client-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Client-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7ComputeNode-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7ComputeNode-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Server-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Server-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.src", "7Workstation-7.4.Z:wget-0:1.14-15.el7_4.1.x86_64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.ppc64le", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.s390x", "7Workstation-7.4.Z:wget-debuginfo-0:1.14-15.el7_4.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "wget: Heap-based buffer overflow in HTTP protocol handling" } ] }
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.