Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-13090
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
GNU Project | Wget |
Version: prior to 1.19.2 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-05T18:58:12.303Z", 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: "101590", tags: [ "vdb-entry", "x_refsource_BID", "x_transferred", ], url: "http://www.securityfocus.com/bid/101590", }, { 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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äki, Christian Jalio, Joonas Pihlaja from Forcepoint", }, ], datePublic: "2017-10-27T00:00:00", descriptions: [ { lang: "en", value: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", }, ], 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-122", description: "CWE-122: Heap-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: "101590", tags: [ "vdb-entry", "x_refsource_BID", ], url: "http://www.securityfocus.com/bid/101590", }, { 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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: heap 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-13090", STATE: "PUBLIC", TITLE: "GNU Wget: heap 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äki, Christian Jalio, Joonas Pihlaja from Forcepoint", ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", }, ], }, 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-122: Heap-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: "101590", refsource: "BID", url: "http://www.securityfocus.com/bid/101590", }, { 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", refsource: "CONFIRM", url: "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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-13090", datePublished: "2017-10-27T19:00:00Z", dateReserved: "2017-08-22T00:00:00", dateUpdated: "2024-09-16T18:23:48.006Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2017-13090\",\"sourceIdentifier\":\"cret@cert.org\",\"published\":\"2017-10-27T19:29:00.377\",\"lastModified\":\"2025-04-20T01:37:25.860\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.\"},{\"lang\":\"es\",\"value\":\"Se llama a la función retr.c:fd_read_body() cuando se procesan las respuestas OK. Cuando la respuesta se envía 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úmero no negativo. El código entonces intenta leer el fragmento en partes de 8192 bytes utilizando la macro MIN(), pero acaba pasando la longitud negativa del fragmento a retr.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. El atacante puede corromper metadatos malloc después del búfer asignado.\"}],\"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-122\"}]},{\"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=ba6b44f6745b14dce414761a8e4b35d31b176bba\",\"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/101590\",\"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://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=ba6b44f6745b14dce414761a8e4b35d31b176bba\",\"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/101590\",\"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://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\"]}]}}", }, }
RHSA-2017:3075
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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's 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's 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
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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's 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's 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
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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's 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's 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", }, ], }
suse-su-2017:2871-2
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for wget", title: "Title of the patch", }, { category: "description", text: "\n\nThis update for wget fixes the following security issues:\n\n- CVE-2017-13089,CVE-2017-13090: Missing checks for negative remaining_chunk_size in skip_short_body and fd_read_body could\n cause stack buffer overflows, which could have been exploited by malicious servers. (bsc#1064715,bsc#1064716)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-OpenStack-Cloud-6-2017-1794,SUSE-SLE-DESKTOP-12-SP2-2017-1794,SUSE-SLE-DESKTOP-12-SP3-2017-1794,SUSE-SLE-SAP-12-SP1-2017-1794,SUSE-SLE-SERVER-12-2017-1794,SUSE-SLE-SERVER-12-SP1-2017-1794,SUSE-SLE-SERVER-12-SP2-2017-1794,SUSE-SLE-SERVER-12-SP3-2017-1794", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2017_2871-2.json", }, { category: "self", summary: "URL for SUSE-SU-2017:2871-2", url: "https://www.suse.com/support/update/announcement/2017/suse-su-20172871-2/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2017:2871-2", url: "https://lists.suse.com/pipermail/sle-security-updates/2017-November/003398.html", }, { category: "self", summary: "SUSE Bug 1064715", url: "https://bugzilla.suse.com/1064715", }, { category: "self", summary: "SUSE Bug 1064716", url: "https://bugzilla.suse.com/1064716", }, { category: "self", summary: "SUSE CVE CVE-2017-13089 page", url: "https://www.suse.com/security/cve/CVE-2017-13089/", }, { category: "self", summary: "SUSE CVE CVE-2017-13090 page", url: "https://www.suse.com/security/cve/CVE-2017-13090/", }, ], title: "Security update for wget", tracking: { current_release_date: "2017-11-16T10:18:05Z", generator: { date: "2017-11-16T10:18:05Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2017:2871-2", initial_release_date: "2017-11-16T10:18:05Z", revision_history: [ { date: "2017-11-16T10:18:05Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "wget-1.14-21.3.1.aarch64", product: { name: "wget-1.14-21.3.1.aarch64", product_id: "wget-1.14-21.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "wget-1.14-21.3.1.ppc64le", product: { name: "wget-1.14-21.3.1.ppc64le", product_id: "wget-1.14-21.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "wget-1.14-21.3.1.s390x", product: { name: "wget-1.14-21.3.1.s390x", product_id: "wget-1.14-21.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "wget-1.14-21.3.1.x86_64", product: { name: "wget-1.14-21.3.1.x86_64", product_id: "wget-1.14-21.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE OpenStack Cloud 6", product: { name: "SUSE OpenStack Cloud 6", product_id: "SUSE OpenStack Cloud 6", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud:6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Desktop 12 SP2", product: { name: "SUSE Linux Enterprise Desktop 12 SP2", product_id: "SUSE Linux Enterprise Desktop 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sled:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Desktop 12 SP3", product: { name: "SUSE Linux Enterprise Desktop 12 SP3", product_id: "SUSE Linux Enterprise Desktop 12 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sled:12:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12-LTSS", product: { name: "SUSE Linux Enterprise Server 12-LTSS", product_id: "SUSE Linux Enterprise Server 12-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP1-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP2", product: { name: "SUSE Linux Enterprise Server 12 SP2", product_id: "SUSE Linux Enterprise Server 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP3", product: { name: "SUSE Linux Enterprise Server 12 SP3", product_id: "SUSE Linux Enterprise Server 12 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE OpenStack Cloud 6", product_id: "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE OpenStack Cloud 6", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2", product_id: "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Desktop 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP3", product_id: "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Desktop 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP1", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server 12-LTSS", product_id: "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server 12-LTSS", product_id: "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server 12-LTSS", product_id: "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP2", product_id: "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", }, product_reference: "wget-1.14-21.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2", product_id: "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP2", product_id: "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2", product_id: "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", }, product_reference: "wget-1.14-21.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP2", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3", product_id: "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", }, product_reference: "wget-1.14-21.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3", product_id: "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP3", product_id: "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3", product_id: "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", }, product_reference: "wget-1.14-21.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", }, product_reference: "wget-1.14-21.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", }, product_reference: "wget-1.14-21.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", }, product_reference: "wget-1.14-21.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP3", }, ], }, vulnerabilities: [ { cve: "CVE-2017-13089", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13089", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13089", url: "https://www.suse.com/security/cve/CVE-2017-13089", }, { category: "external", summary: "SUSE Bug 1064715 for CVE-2017-13089", url: "https://bugzilla.suse.com/1064715", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2017-11-16T10:18:05Z", details: "important", }, ], title: "CVE-2017-13089", }, { cve: "CVE-2017-13090", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13090", }, ], notes: [ { category: "general", text: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13090", url: "https://www.suse.com/security/cve/CVE-2017-13090", }, { category: "external", summary: "SUSE Bug 1064716 for CVE-2017-13090", url: "https://bugzilla.suse.com/1064716", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Desktop 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server 12-LTSS:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:wget-1.14-21.3.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:wget-1.14-21.3.1.x86_64", "SUSE OpenStack Cloud 6:wget-1.14-21.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2017-11-16T10:18:05Z", details: "important", }, ], title: "CVE-2017-13090", }, ], }
suse-su-2017:2871-1
Vulnerability from csaf_suse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for wget", title: "Title of the patch", }, { category: "description", text: "\n\nThis update for wget fixes the following security issues:\n\n- CVE-2017-13089,CVE-2017-13090: Missing checks for negative remaining_chunk_size in skip_short_body and fd_read_body could\n cause stack buffer overflows, which could have been exploited by malicious servers. (bsc#1064715,bsc#1064716)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-SLE-RPI-12-SP2-2017-1794", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2017_2871-1.json", }, { category: "self", summary: "URL for SUSE-SU-2017:2871-1", url: "https://www.suse.com/support/update/announcement/2017/suse-su-20172871-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2017:2871-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2017-October/003362.html", }, { category: "self", summary: "SUSE Bug 1064715", url: "https://bugzilla.suse.com/1064715", }, { category: "self", summary: "SUSE Bug 1064716", url: "https://bugzilla.suse.com/1064716", }, { category: "self", summary: "SUSE CVE CVE-2017-13089 page", url: "https://www.suse.com/security/cve/CVE-2017-13089/", }, { category: "self", summary: "SUSE CVE CVE-2017-13090 page", url: "https://www.suse.com/security/cve/CVE-2017-13090/", }, ], title: "Security update for wget", tracking: { current_release_date: "2017-11-16T10:17:46Z", generator: { date: "2017-11-16T10:17:46Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2017:2871-1", initial_release_date: "2017-11-16T10:17:46Z", revision_history: [ { date: "2017-11-16T10:17:46Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "wget-1.14-21.3.1.aarch64", product: { name: "wget-1.14-21.3.1.aarch64", product_id: "wget-1.14-21.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2", product: { name: "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2", product_id: "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "wget-1.14-21.3.1.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2", product_id: "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", }, product_reference: "wget-1.14-21.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2", }, ], }, vulnerabilities: [ { cve: "CVE-2017-13089", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13089", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, references: [ { category: "external", summary: "CVE-2017-13089", url: "https://www.suse.com/security/cve/CVE-2017-13089", }, { category: "external", summary: "SUSE Bug 1064715 for CVE-2017-13089", url: "https://bugzilla.suse.com/1064715", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, ], threats: [ { category: "impact", date: "2017-11-16T10:17:46Z", details: "important", }, ], title: "CVE-2017-13089", }, { cve: "CVE-2017-13090", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13090", }, ], notes: [ { category: "general", text: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, references: [ { category: "external", summary: "CVE-2017-13090", url: "https://www.suse.com/security/cve/CVE-2017-13090", }, { category: "external", summary: "SUSE Bug 1064716 for CVE-2017-13090", url: "https://bugzilla.suse.com/1064716", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:wget-1.14-21.3.1.aarch64", ], }, ], threats: [ { category: "impact", date: "2017-11-16T10:17:46Z", details: "important", }, ], title: "CVE-2017-13090", }, ], }
fkie_cve-2017-13090
Vulnerability from fkie_nvd
8.8 (High) - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
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 retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", }, { lang: "es", value: "Se llama a la función retr.c:fd_read_body() cuando se procesan las respuestas OK. Cuando la respuesta se envía 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úmero no negativo. El código entonces intenta leer el fragmento en partes de 8192 bytes utilizando la macro MIN(), pero acaba pasando la longitud negativa del fragmento a retr.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. El atacante puede corromper metadatos malloc después del búfer asignado.", }, ], id: "CVE-2017-13090", lastModified: "2025-04-20T01:37:25.860", 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, 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.377", references: [ { source: "cret@cert.org", tags: [ "Issue Tracking", "Patch", "Third Party Advisory", ], url: "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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/101590", }, { 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://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=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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/101590", }, { 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://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: "Deferred", weaknesses: [ { description: [ { lang: "en", value: "CWE-122", }, ], source: "cret@cert.org", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-119", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
opensuse-su-2024:11510-1
Vulnerability from csaf_opensuse
Notes
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "wget-1.21.1-2.2 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the wget-1.21.1-2.2 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-11510", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_11510-1.json", }, { category: "self", summary: "SUSE CVE CVE-2006-6719 page", url: "https://www.suse.com/security/cve/CVE-2006-6719/", }, { category: "self", summary: "SUSE CVE CVE-2017-13089 page", url: "https://www.suse.com/security/cve/CVE-2017-13089/", }, { category: "self", summary: "SUSE CVE CVE-2017-13090 page", url: "https://www.suse.com/security/cve/CVE-2017-13090/", }, { category: "self", summary: "SUSE CVE CVE-2017-6508 page", url: "https://www.suse.com/security/cve/CVE-2017-6508/", }, { category: "self", summary: "SUSE CVE CVE-2018-0494 page", url: "https://www.suse.com/security/cve/CVE-2018-0494/", }, { category: "self", summary: "SUSE CVE CVE-2018-20483 page", url: "https://www.suse.com/security/cve/CVE-2018-20483/", }, { category: "self", summary: "SUSE CVE CVE-2019-5953 page", url: "https://www.suse.com/security/cve/CVE-2019-5953/", }, ], title: "wget-1.21.1-2.2 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:11510-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "wget-1.21.1-2.2.aarch64", product: { name: "wget-1.21.1-2.2.aarch64", product_id: "wget-1.21.1-2.2.aarch64", }, }, { category: "product_version", name: "wget-lang-1.21.1-2.2.aarch64", product: { name: "wget-lang-1.21.1-2.2.aarch64", product_id: "wget-lang-1.21.1-2.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "wget-1.21.1-2.2.ppc64le", product: { name: "wget-1.21.1-2.2.ppc64le", product_id: "wget-1.21.1-2.2.ppc64le", }, }, { category: "product_version", name: "wget-lang-1.21.1-2.2.ppc64le", product: { name: "wget-lang-1.21.1-2.2.ppc64le", product_id: "wget-lang-1.21.1-2.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "wget-1.21.1-2.2.s390x", product: { name: "wget-1.21.1-2.2.s390x", product_id: "wget-1.21.1-2.2.s390x", }, }, { category: "product_version", name: "wget-lang-1.21.1-2.2.s390x", product: { name: "wget-lang-1.21.1-2.2.s390x", product_id: "wget-lang-1.21.1-2.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "wget-1.21.1-2.2.x86_64", product: { name: "wget-1.21.1-2.2.x86_64", product_id: "wget-1.21.1-2.2.x86_64", }, }, { category: "product_version", name: "wget-lang-1.21.1-2.2.x86_64", product: { name: "wget-lang-1.21.1-2.2.x86_64", product_id: "wget-lang-1.21.1-2.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "wget-1.21.1-2.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", }, product_reference: "wget-1.21.1-2.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-1.21.1-2.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", }, product_reference: "wget-1.21.1-2.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-1.21.1-2.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", }, product_reference: "wget-1.21.1-2.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-1.21.1-2.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", }, product_reference: "wget-1.21.1-2.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-lang-1.21.1-2.2.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", }, product_reference: "wget-lang-1.21.1-2.2.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-lang-1.21.1-2.2.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", }, product_reference: "wget-lang-1.21.1-2.2.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-lang-1.21.1-2.2.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", }, product_reference: "wget-lang-1.21.1-2.2.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "wget-lang-1.21.1-2.2.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", }, product_reference: "wget-lang-1.21.1-2.2.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2006-6719", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2006-6719", }, ], notes: [ { category: "general", text: "The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote attackers to cause a denial of service (application crash) via a malicious FTP server with a large number of blank 220 responses to the SYST command.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2006-6719", url: "https://www.suse.com/security/cve/CVE-2006-6719", }, { category: "external", summary: "SUSE Bug 231063 for CVE-2006-6719", url: "https://bugzilla.suse.com/231063", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2006-6719", }, { cve: "CVE-2017-13089", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13089", }, ], notes: [ { category: "general", text: "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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13089", url: "https://www.suse.com/security/cve/CVE-2017-13089", }, { category: "external", summary: "SUSE Bug 1064715 for CVE-2017-13089", url: "https://bugzilla.suse.com/1064715", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2017-13089", }, { cve: "CVE-2017-13090", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-13090", }, ], notes: [ { category: "general", text: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-13090", url: "https://www.suse.com/security/cve/CVE-2017-13090", }, { category: "external", summary: "SUSE Bug 1064716 for CVE-2017-13090", url: "https://bugzilla.suse.com/1064716", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2017-13090", }, { cve: "CVE-2017-6508", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2017-6508", }, ], notes: [ { category: "general", text: "CRLF injection vulnerability in the url_parse function in url.c in Wget through 1.19.1 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in the host subcomponent of a URL.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2017-6508", url: "https://www.suse.com/security/cve/CVE-2017-6508", }, { category: "external", summary: "SUSE Bug 1028301 for CVE-2017-6508", url: "https://bugzilla.suse.com/1028301", }, { category: "external", summary: "SUSE Bug 1159418 for CVE-2017-6508", url: "https://bugzilla.suse.com/1159418", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2017-6508", }, { cve: "CVE-2018-0494", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-0494", }, ], notes: [ { category: "general", text: "GNU Wget before 1.19.5 is prone to a cookie injection vulnerability in the resp_new function in http.c via a \\r\\n sequence in a continuation line.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-0494", url: "https://www.suse.com/security/cve/CVE-2018-0494", }, { category: "external", summary: "SUSE Bug 1092061 for CVE-2018-0494", url: "https://bugzilla.suse.com/1092061", }, { category: "external", summary: "SUSE Bug 1123797 for CVE-2018-0494", url: "https://bugzilla.suse.com/1123797", }, { category: "external", summary: "SUSE Bug 1159418 for CVE-2018-0494", url: "https://bugzilla.suse.com/1159418", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-0494", }, { cve: "CVE-2018-20483", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2018-20483", }, ], notes: [ { category: "general", text: "set_file_metadata in xattr.c in GNU Wget before 1.20.1 stores a file's origin URL in the user.xdg.origin.url metadata attribute of the extended attributes of the downloaded file, which allows local users to obtain sensitive information (e.g., credentials contained in the URL) by reading this attribute, as demonstrated by getfattr. This also applies to Referer information in the user.xdg.referrer.url metadata attribute. According to 2016-07-22 in the Wget ChangeLog, user.xdg.origin.url was partially based on the behavior of fwrite_xattr in tool_xattr.c in curl.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2018-20483", url: "https://www.suse.com/security/cve/CVE-2018-20483", }, { category: "external", summary: "SUSE Bug 1120382 for CVE-2018-20483", url: "https://bugzilla.suse.com/1120382", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "moderate", }, ], title: "CVE-2018-20483", }, { cve: "CVE-2019-5953", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2019-5953", }, ], notes: [ { category: "general", text: "Buffer overflow in GNU Wget 1.20.1 and earlier allows remote attackers to cause a denial-of-service (DoS) or may execute an arbitrary code via unspecified vectors.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, references: [ { category: "external", summary: "CVE-2019-5953", url: "https://www.suse.com/security/cve/CVE-2019-5953", }, { category: "external", summary: "SUSE Bug 1131493 for CVE-2019-5953", url: "https://bugzilla.suse.com/1131493", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.0", }, products: [ "openSUSE Tumbleweed:wget-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-1.21.1-2.2.x86_64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.aarch64", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.ppc64le", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.s390x", "openSUSE Tumbleweed:wget-lang-1.21.1-2.2.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2019-5953", }, ], }
ghsa-55r8-x68f-xh64
Vulnerability from github
The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.
{ affected: [], aliases: [ "CVE-2017-13090", ], database_specific: { cwe_ids: [ "CWE-119", "CWE-122", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2017-10-27T19:29:00Z", severity: "HIGH", }, details: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", id: "GHSA-55r8-x68f-xh64", modified: "2022-05-14T04:01:32Z", published: "2022-05-14T04:01:32Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2017-13090", }, { type: "WEB", url: "https://access.redhat.com/errata/RHSA-2017:3075", }, { 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { type: "WEB", url: "http://www.debian.org/security/2017/dsa-4008", }, { type: "WEB", url: "http://www.securityfocus.com/bid/101590", }, { 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", }, ], }
gsd-2017-13090
Vulnerability from gsd
{ GSD: { alias: "CVE-2017-13090", description: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", id: "GSD-2017-13090", references: [ "https://www.suse.com/security/cve/CVE-2017-13090.html", "https://www.debian.org/security/2017/dsa-4008", "https://access.redhat.com/errata/RHSA-2017:3075", "https://ubuntu.com/security/CVE-2017-13090", "https://advisories.mageia.org/CVE-2017-13090.html", "https://security.archlinux.org/CVE-2017-13090", "https://alas.aws.amazon.com/cve/html/CVE-2017-13090.html", "https://linux.oracle.com/cve/CVE-2017-13090.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2017-13090", ], details: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", id: "GSD-2017-13090", modified: "2023-12-13T01:21:01.699235Z", 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-13090", STATE: "PUBLIC", TITLE: "GNU Wget: heap 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äki, Christian Jalio, Joonas Pihlaja from Forcepoint", ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", }, ], }, 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-122: Heap-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: "101590", refsource: "BID", url: "http://www.securityfocus.com/bid/101590", }, { 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", refsource: "CONFIRM", url: "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { 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-13090", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "The retr.c:fd_read_body() function is called when processing OK responses. 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 read the chunk in pieces of 8192 bytes by using the MIN() macro, but ends up passing the negative chunk length to retr.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. The attacker can corrupt malloc metadata after the allocated buffer.", }, ], }, 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=ba6b44f6745b14dce414761a8e4b35d31b176bba", refsource: "CONFIRM", tags: [ "Issue Tracking", "Patch", "Third Party Advisory", ], url: "http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba", }, { name: "1039661", refsource: "SECTRACK", tags: [ "Issue Tracking", "Third Party Advisory", "VDB Entry", ], url: "http://www.securitytracker.com/id/1039661", }, { name: "101590", refsource: "BID", tags: [ "Issue Tracking", "Third Party Advisory", "VDB Entry", ], url: "http://www.securityfocus.com/bid/101590", }, { 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, 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", }, }, }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
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.