Action not permitted
Modal body text goes here.
CVE-2017-15042
Vulnerability from cvelistv5
Published
2017-10-05 21:00
Modified
2024-08-05 19:42
Severity ?
EPSS score ?
Summary
An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn't advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.
References
▼ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://www.securityfocus.com/bid/101197 | Third Party Advisory, VDB Entry | |
cve@mitre.org | https://access.redhat.com/errata/RHSA-2017:3463 | ||
cve@mitre.org | https://access.redhat.com/errata/RHSA-2018:0878 | ||
cve@mitre.org | https://github.com/golang/go/issues/22134 | Issue Tracking, Patch, Vendor Advisory | |
cve@mitre.org | https://golang.org/cl/68023 | Issue Tracking, Patch, Vendor Advisory | |
cve@mitre.org | https://golang.org/cl/68210 | Vendor Advisory | |
cve@mitre.org | https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ | Mailing List, Vendor Advisory | |
cve@mitre.org | https://security.gentoo.org/glsa/201710-23 | Third Party Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T19:42:22.302Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "RHSA-2017:3463", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "name": "RHSA-2018:0878", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "name": "101197", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/101197" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://golang.org/cl/68210" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://golang.org/cl/68023" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/golang/go/issues/22134" }, { "name": "GLSA-201710-23", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/201710-23" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2017-10-05T00:00:00", "descriptions": [ { "lang": "en", "value": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2018-04-11T09:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "RHSA-2017:3463", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "name": "RHSA-2018:0878", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "name": "101197", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/101197" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://golang.org/cl/68210" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://golang.org/cl/68023" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/golang/go/issues/22134" }, { "name": "GLSA-201710-23", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/201710-23" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-15042", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "RHSA-2017:3463", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "name": "RHSA-2018:0878", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "name": "101197", "refsource": "BID", "url": "http://www.securityfocus.com/bid/101197" }, { "name": "https://golang.org/cl/68210", "refsource": "CONFIRM", "url": "https://golang.org/cl/68210" }, { "name": "https://golang.org/cl/68023", "refsource": "CONFIRM", "url": "https://golang.org/cl/68023" }, { "name": "https://github.com/golang/go/issues/22134", "refsource": "CONFIRM", "url": "https://github.com/golang/go/issues/22134" }, { "name": "GLSA-201710-23", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201710-23" }, { "name": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ", "refsource": "CONFIRM", "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2017-15042", "datePublished": "2017-10-05T21:00:00", "dateReserved": "2017-10-05T00:00:00", "dateUpdated": "2024-08-05T19:42:22.302Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2017-15042\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-10-05T21:29:00.473\",\"lastModified\":\"2019-10-03T00:03:26.223\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.\"},{\"lang\":\"es\",\"value\":\"Existe un problema de texto en claro no planeado en la versi\u00f3n 1.8.4 y versiones 1.9.x anteriores a la 1.9.4 de Go. La RFC 4954 requiere que durante la autenticaci\u00f3n SMTP, el esquema de autenticaci\u00f3n PLAIN solo se use en conexiones de red protegidas con TLS. La implementaci\u00f3n original de smtp.PlainAuth en Go 1.0 aseguraba el cumplimiento de este requisito y se document\u00f3 que esto se llevase a cabo. En 2013, problema upstream #5184, esto se modific\u00f3 para que el servidor pudiera decidir si se acepta PLAIN. El resultado es que si un usuario crea un servidor SMTP Man-in-the-Middle (MitM) que no anuncia STARTTLS pero s\u00ed anuncia que la autenticaci\u00f3n PLAIN es OK, la implementaci\u00f3n smtp.PlainAuth env\u00eda el nombre de usuario y contrase\u00f1a.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:N/A:N\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":4.3},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-319\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.8.3\",\"matchCriteriaId\":\"49921821-1359-4B19-BDB2-7FBA767804A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.9:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7596E7CD-6863-4933-A9FB-74CF0ECF918F\"}]}]}],\"references\":[{\"url\":\"http://www.securityfocus.com/bid/101197\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:3463\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0878\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/golang/go/issues/22134\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://golang.org/cl/68023\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://golang.org/cl/68210\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201710-23\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
ghsa-crv5-fmcw-6rw4
Vulnerability from github
Published
2022-05-13 01:43
Modified
2022-05-13 01:43
Severity ?
Details
An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn't advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.
{ "affected": [], "aliases": [ "CVE-2017-15042" ], "database_specific": { "cwe_ids": [ "CWE-319" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-10-05T21:29:00Z", "severity": "MODERATE" }, "details": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.", "id": "GHSA-crv5-fmcw-6rw4", "modified": "2022-05-13T01:43:37Z", "published": "2022-05-13T01:43:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15042" }, { "type": "WEB", "url": "https://github.com/golang/go/issues/22134" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "type": "WEB", "url": "https://golang.org/cl/68023" }, { "type": "WEB", "url": "https://golang.org/cl/68210" }, { "type": "WEB", "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/201710-23" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/101197" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ] }
rhsa-2018_0878
Vulnerability from csaf_redhat
Published
2018-04-10 09:33
Modified
2024-11-05 20:26
Summary
Red Hat Security Advisory: golang security, bug fix, and enhancement update
Notes
Topic
An update for golang is now available for Red Hat Enterprise Linux 7.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The golang packages provide the Go programming language compiler.
The following packages have been upgraded to a later upstream version: golang (1.9.4). (BZ#1479095, BZ#1499827)
Security Fix(es):
* golang: arbitrary code execution during "go get" or "go get -d" (CVE-2017-15041)
* golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting (CVE-2017-15042)
* golang: arbitrary code execution during "go get" via C compiler options (CVE-2018-6574)
For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.5 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for golang is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 golang packages provide the Go programming language compiler.\n\nThe following packages have been upgraded to a later upstream version: golang (1.9.4). (BZ#1479095, BZ#1499827)\n\nSecurity Fix(es):\n\n* golang: arbitrary code execution during \"go get\" or \"go get -d\" (CVE-2017-15041)\n\n* golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting (CVE-2017-15042)\n\n* golang: arbitrary code execution during \"go get\" via C compiler options (CVE-2018-6574)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.5 Release Notes linked from the References section.", "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-2018:0878", "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-US/red_hat_enterprise_linux/7/html/7.5_release_notes/index.html", "url": "https://access.redhat.com/documentation/en-US/red_hat_enterprise_linux/7/html/7.5_release_notes/index.html" }, { "category": "external", "summary": "1498867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498867" }, { "category": "external", "summary": "1498870", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498870" }, { "category": "external", "summary": "1543561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1543561" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_0878.json" } ], "title": "Red Hat Security Advisory: golang security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T20:26:35+00:00", "generator": { "date": "2024-11-05T20:26:35+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:0878", "initial_release_date": "2018-04-10T09:33:29+00:00", "revision_history": [ { "date": "2018-04-10T09:33:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-04-10T09:33:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:26:35+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 for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "golang-bin-0:1.9.4-1.el7.x86_64", "product": { "name": "golang-bin-0:1.9.4-1.el7.x86_64", "product_id": "golang-bin-0:1.9.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.9.4-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "golang-0:1.9.4-1.el7.x86_64", "product": { "name": "golang-0:1.9.4-1.el7.x86_64", "product_id": "golang-0:1.9.4-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.9.4-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "golang-bin-0:1.9.4-1.el7.s390x", "product": { "name": "golang-bin-0:1.9.4-1.el7.s390x", "product_id": "golang-bin-0:1.9.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.9.4-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "golang-0:1.9.4-1.el7.s390x", "product": { "name": "golang-0:1.9.4-1.el7.s390x", "product_id": "golang-0:1.9.4-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.9.4-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "golang-bin-0:1.9.4-1.el7.ppc64le", "product": { "name": "golang-bin-0:1.9.4-1.el7.ppc64le", "product_id": "golang-bin-0:1.9.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.9.4-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-0:1.9.4-1.el7.ppc64le", "product": { "name": "golang-0:1.9.4-1.el7.ppc64le", "product_id": "golang-0:1.9.4-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.9.4-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "golang-src-0:1.9.4-1.el7.noarch", "product": { "name": "golang-src-0:1.9.4-1.el7.noarch", "product_id": "golang-src-0:1.9.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.9.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.9.4-1.el7.noarch", "product": { "name": "golang-misc-0:1.9.4-1.el7.noarch", "product_id": "golang-misc-0:1.9.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.9.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "golang-tests-0:1.9.4-1.el7.noarch", "product": { "name": "golang-tests-0:1.9.4-1.el7.noarch", "product_id": "golang-tests-0:1.9.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.9.4-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "golang-docs-0:1.9.4-1.el7.noarch", "product": { "name": "golang-docs-0:1.9.4-1.el7.noarch", "product_id": "golang-docs-0:1.9.4-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.9.4-1.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.9.4-1.el7.src", "product": { "name": "golang-0:1.9.4-1.el7.src", "product_id": "golang-0:1.9.4-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.9.4-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "golang-bin-0:1.9.4-1.el7.aarch64", "product": { "name": "golang-bin-0:1.9.4-1.el7.aarch64", "product_id": "golang-bin-0:1.9.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.9.4-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "golang-0:1.9.4-1.el7.aarch64", "product": { "name": "golang-0:1.9.4-1.el7.aarch64", "product_id": "golang-0:1.9.4-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.9.4-1.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64" }, "product_reference": "golang-0:1.9.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le" }, "product_reference": "golang-0:1.9.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x" }, "product_reference": "golang-0:1.9.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.src as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src" }, "product_reference": "golang-0:1.9.4-1.el7.src", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64" }, "product_reference": "golang-0:1.9.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.aarch64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64" }, "product_reference": "golang-bin-0:1.9.4-1.el7.aarch64", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.ppc64le as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le" }, "product_reference": "golang-bin-0:1.9.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.s390x as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x" }, "product_reference": "golang-bin-0:1.9.4-1.el7.s390x", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.x86_64 as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64" }, "product_reference": "golang-bin-0:1.9.4-1.el7.x86_64", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-docs-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-misc-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-src-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux for ARM and IBM Power LE (POWER9) Server Optional (v. 7)", "product_id": "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-tests-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-Alt-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64" }, "product_reference": "golang-0:1.9.4-1.el7.aarch64", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le" }, "product_reference": "golang-0:1.9.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x" }, "product_reference": "golang-0:1.9.4-1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-0:1.9.4-1.el7.src" }, "product_reference": "golang-0:1.9.4-1.el7.src", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.9.4-1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64" }, "product_reference": "golang-0:1.9.4-1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.aarch64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64" }, "product_reference": "golang-bin-0:1.9.4-1.el7.aarch64", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le" }, "product_reference": "golang-bin-0:1.9.4-1.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x" }, "product_reference": "golang-bin-0:1.9.4-1.el7.s390x", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.9.4-1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64" }, "product_reference": "golang-bin-0:1.9.4-1.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-docs-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-misc-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-src-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.5" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.9.4-1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" }, "product_reference": "golang-tests-0:1.9.4-1.el7.noarch", "relates_to_product_reference": "7Server-optional-7.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-15041", "discovery_date": "2017-10-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1498870" } ], "notes": [ { "category": "description", "text": "An arbitrary command execution flaw was found in the way Go\u0027s \"go get\" command handled the checkout of source code repositories. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: arbitrary code execution during \"go get\" or \"go get -d\"", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15041" }, { "category": "external", "summary": "RHBZ#1498870", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498870" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15041", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15041" } ], "release_date": "2017-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-04-10T09:33:29+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": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:0878" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: arbitrary code execution during \"go get\" or \"go get -d\"" }, { "cve": "CVE-2017-15042", "cwe": { "id": "CWE-300", "name": "Channel Accessible by Non-Endpoint" }, "discovery_date": "2017-10-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1498867" } ], "notes": [ { "category": "description", "text": "It was found that smtp.PlainAuth authentication scheme in Go did not verify the TLS requirement properly. A remote man-in-the-middle attacker could potentially use this flaw to sniff SMTP credentials sent by a Go application.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15042" }, { "category": "external", "summary": "RHBZ#1498867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15042", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15042" } ], "release_date": "2017-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-04-10T09:33:29+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": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:0878" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting" }, { "cve": "CVE-2018-6574", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1543561" } ], "notes": [ { "category": "description", "text": "An arbitrary command execution flaw was found in the way Go\u0027s \"go get\" command handled gcc and clang sensitive options during the build. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: arbitrary code execution during \"go get\" via C compiler options", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of golang as shipped with Red Hat OpenShift Enterprise 3. Red Hat Product Security has rated this issue as having security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-6574" }, { "category": "external", "summary": "RHBZ#1543561", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1543561" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-6574", "url": "https://www.cve.org/CVERecord?id=CVE-2018-6574" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-6574", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-6574" } ], "release_date": "2018-02-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-04-10T09:33:29+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": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2018:0878" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-0:1.9.4-1.el7.src", "7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x", "7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64", "7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch", "7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: arbitrary code execution during \"go get\" via C compiler options" } ] }
rhsa-2017_3463
Vulnerability from csaf_redhat
Published
2017-12-14 11:34
Modified
2024-11-05 20:18
Summary
Red Hat Security Advisory: go-toolset-7 and go-toolset-7-golang security and bug fix update
Notes
Topic
An update for go-toolset-7 and go-toolset-7-golang is now available for Red Hat Developer Tools.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.
Security Fix(es):
* An arbitrary command execution flaw was found in the way Go's "go get" command handled the checkout of source code repositories. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side. (CVE-2017-15041)
* It was found that smtp.PlainAuth authentication scheme in Go did not verify the TLS requirement properly. A remote man-in-the-middle attacker could potentially use this flaw to sniff SMTP credentials sent by a Go application. (CVE-2017-15042)
Bug Fix(es):
* Previously, the enable script for the go-toolset-7 Software Collection incorrectly set the GOPATH environment variable to a directory that required root permissions for write operations. As a consequence, the go compiler terminated unexpectedly when performing certain commands. The enable script has been changed to handle GOPATH correctly, and the described problem no longer occurs. (BZ#1512013)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for go-toolset-7 and go-toolset-7-golang is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang.\n\nSecurity Fix(es):\n\n* An arbitrary command execution flaw was found in the way Go\u0027s \"go get\" command handled the checkout of source code repositories. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side. (CVE-2017-15041)\n\n* It was found that smtp.PlainAuth authentication scheme in Go did not verify the TLS requirement properly. A remote man-in-the-middle attacker could potentially use this flaw to sniff SMTP credentials sent by a Go application. (CVE-2017-15042)\n\nBug Fix(es):\n\n* Previously, the enable script for the go-toolset-7 Software Collection incorrectly set the GOPATH environment variable to a directory that required root permissions for write operations. As a consequence, the go compiler terminated unexpectedly when performing certain commands. The enable script has been changed to handle GOPATH correctly, and the described problem no longer occurs. (BZ#1512013)", "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:3463", "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1498867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498867" }, { "category": "external", "summary": "1498870", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498870" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2017/rhsa-2017_3463.json" } ], "title": "Red Hat Security Advisory: go-toolset-7 and go-toolset-7-golang security and bug fix update", "tracking": { "current_release_date": "2024-11-05T20:18:22+00:00", "generator": { "date": "2024-11-05T20:18:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2017:3463", "initial_release_date": "2017-12-14T11:34:49+00:00", "revision_history": [ { "date": "2017-12-14T11:34:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2017-12-14T11:34:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:18:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2::el7" } } }, { "category": "product_name", "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:devtools:2::el7" } } } ], "category": "product_family", "name": "Red Hat Developer Tools" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "product": { "name": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "product_id": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-race@1.8.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "product": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "product_id": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang@1.8.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "product": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "product_id": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-bin@1.8.5-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-0:1.8-10.el7.x86_64", "product": { "name": "go-toolset-7-0:1.8-10.el7.x86_64", "product_id": "go-toolset-7-0:1.8-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7@1.8-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "product": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "product_id": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-dockerfiles@1.8-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-build-0:1.8-10.el7.x86_64", "product": { "name": "go-toolset-7-build-0:1.8-10.el7.x86_64", "product_id": "go-toolset-7-build-0:1.8-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-build@1.8-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-runtime-0:1.8-10.el7.x86_64", "product": { "name": "go-toolset-7-runtime-0:1.8-10.el7.x86_64", "product_id": "go-toolset-7-runtime-0:1.8-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-runtime@1.8-10.el7?arch=x86_64" } } }, { "category": "product_version", "name": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "product": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "product_id": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-scldevel@1.8-10.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-0:1.8.5-1.el7.src", "product": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.src", "product_id": "go-toolset-7-golang-0:1.8.5-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang@1.8.5-1.el7?arch=src" } } }, { "category": "product_version", "name": "go-toolset-7-0:1.8-10.el7.src", "product": { "name": "go-toolset-7-0:1.8-10.el7.src", "product_id": "go-toolset-7-0:1.8-10.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7@1.8-10.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "product": { "name": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "product_id": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-tests@1.8.5-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "product": { "name": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "product_id": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-docs@1.8.5-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "product": { "name": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "product_id": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-misc@1.8.5-1.el7?arch=noarch" } } }, { "category": "product_version", "name": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "product": { "name": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "product_id": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-src@1.8.5-1.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "product": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "product_id": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang@1.8.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "product": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "product_id": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-bin@1.8.5-1.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-0:1.8-10.el7.aarch64", "product": { "name": "go-toolset-7-0:1.8-10.el7.aarch64", "product_id": "go-toolset-7-0:1.8-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7@1.8-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "product": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "product_id": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-dockerfiles@1.8-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-build-0:1.8-10.el7.aarch64", "product": { "name": "go-toolset-7-build-0:1.8-10.el7.aarch64", "product_id": "go-toolset-7-build-0:1.8-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-build@1.8-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-runtime-0:1.8-10.el7.aarch64", "product": { "name": "go-toolset-7-runtime-0:1.8-10.el7.aarch64", "product_id": "go-toolset-7-runtime-0:1.8-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-runtime@1.8-10.el7?arch=aarch64" } } }, { "category": "product_version", "name": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "product": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "product_id": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-scldevel@1.8-10.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-0:1.8.5-1.el7.s390x", "product": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.s390x", "product_id": "go-toolset-7-golang-0:1.8.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang@1.8.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "product": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "product_id": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-bin@1.8.5-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-0:1.8-10.el7.s390x", "product": { "name": "go-toolset-7-0:1.8-10.el7.s390x", "product_id": "go-toolset-7-0:1.8-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7@1.8-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "product": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "product_id": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-dockerfiles@1.8-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-build-0:1.8-10.el7.s390x", "product": { "name": "go-toolset-7-build-0:1.8-10.el7.s390x", "product_id": "go-toolset-7-build-0:1.8-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-build@1.8-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-runtime-0:1.8-10.el7.s390x", "product": { "name": "go-toolset-7-runtime-0:1.8-10.el7.s390x", "product_id": "go-toolset-7-runtime-0:1.8-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-runtime@1.8-10.el7?arch=s390x" } } }, { "category": "product_version", "name": "go-toolset-7-scldevel-0:1.8-10.el7.s390x", "product": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.s390x", "product_id": "go-toolset-7-scldevel-0:1.8-10.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-scldevel@1.8-10.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "product": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "product_id": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang@1.8.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "product": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "product_id": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-golang-bin@1.8.5-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-0:1.8-10.el7.ppc64le", "product": { "name": "go-toolset-7-0:1.8-10.el7.ppc64le", "product_id": "go-toolset-7-0:1.8-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7@1.8-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "product": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "product_id": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-dockerfiles@1.8-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-build-0:1.8-10.el7.ppc64le", "product": { "name": "go-toolset-7-build-0:1.8-10.el7.ppc64le", "product_id": "go-toolset-7-build-0:1.8-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-build@1.8-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "product": { "name": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "product_id": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-runtime@1.8-10.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "product": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "product_id": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/go-toolset-7-scldevel@1.8-10.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src" }, "product_reference": "go-toolset-7-0:1.8-10.el7.src", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.src", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Server-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src" }, "product_reference": "go-toolset-7-0:1.8-10.el7.src", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-build-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-build-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.src", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64" }, "product_reference": "go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch" }, "product_reference": "go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-runtime-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-runtime-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.s390x", "relates_to_product_reference": "7Workstation-DevTools-2.1" }, { "category": "default_component_of", "full_product_name": { "name": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" }, "product_reference": "go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "relates_to_product_reference": "7Workstation-DevTools-2.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-15041", "discovery_date": "2017-10-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1498870" } ], "notes": [ { "category": "description", "text": "An arbitrary command execution flaw was found in the way Go\u0027s \"go get\" command handled the checkout of source code repositories. A remote attacker capable of hosting malicious repositories could potentially use this flaw to cause arbitrary command execution on the client side.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: arbitrary code execution during \"go get\" or \"go get -d\"", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15041" }, { "category": "external", "summary": "RHBZ#1498870", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498870" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15041", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15041" } ], "release_date": "2017-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-12-14T11:34:49+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": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3463" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: arbitrary code execution during \"go get\" or \"go get -d\"" }, { "cve": "CVE-2017-15042", "cwe": { "id": "CWE-300", "name": "Channel Accessible by Non-Endpoint" }, "discovery_date": "2017-10-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1498867" } ], "notes": [ { "category": "description", "text": "It was found that smtp.PlainAuth authentication scheme in Go did not verify the TLS requirement properly. A remote man-in-the-middle attacker could potentially use this flaw to sniff SMTP credentials sent by a Go application.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15042" }, { "category": "external", "summary": "RHBZ#1498867", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498867" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15042", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15042" } ], "release_date": "2017-10-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2017-12-14T11:34:49+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": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2017:3463" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src", "7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x", "7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: smtp.PlainAuth susceptible to man-in-the-middle password harvesting" } ] }
gsd-2017-15042
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn't advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-15042", "description": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.", "id": "GSD-2017-15042", "references": [ "https://www.suse.com/security/cve/CVE-2017-15042.html", "https://access.redhat.com/errata/RHSA-2018:0878", "https://access.redhat.com/errata/RHSA-2017:3463", "https://advisories.mageia.org/CVE-2017-15042.html", "https://alas.aws.amazon.com/cve/html/CVE-2017-15042.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-15042" ], "details": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password.", "id": "GSD-2017-15042", "modified": "2023-12-13T01:20:59.148944Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-15042", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "RHSA-2017:3463", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "name": "RHSA-2018:0878", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2018:0878" }, { "name": "101197", "refsource": "BID", "url": "http://www.securityfocus.com/bid/101197" }, { "name": "https://golang.org/cl/68210", "refsource": "CONFIRM", "url": "https://golang.org/cl/68210" }, { "name": "https://golang.org/cl/68023", "refsource": "CONFIRM", "url": "https://golang.org/cl/68023" }, { "name": "https://github.com/golang/go/issues/22134", "refsource": "CONFIRM", "url": "https://github.com/golang/go/issues/22134" }, { "name": "GLSA-201710-23", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201710-23" }, { "name": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ", "refsource": "CONFIRM", "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:go:1.9:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.8.3", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2017-15042" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An unintended cleartext issue exists in Go before 1.8.4 and 1.9.x before 1.9.1. RFC 4954 requires that, during SMTP, the PLAIN auth scheme must only be used on network connections secured with TLS. The original implementation of smtp.PlainAuth in Go 1.0 enforced this requirement, and it was documented to do so. In 2013, upstream issue #5184, this was changed so that the server may decide whether PLAIN is acceptable. The result is that if you set up a man-in-the-middle SMTP server that doesn\u0027t advertise STARTTLS and does advertise that PLAIN auth is OK, the smtp.PlainAuth implementation sends the username and password." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-319" } ] } ] }, "references": { "reference_data": [ { "name": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ", "refsource": "CONFIRM", "tags": [ "Mailing List", "Vendor Advisory" ], "url": "https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ" }, { "name": "https://golang.org/cl/68210", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://golang.org/cl/68210" }, { "name": "https://golang.org/cl/68023", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://golang.org/cl/68023" }, { "name": "https://github.com/golang/go/issues/22134", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Vendor Advisory" ], "url": "https://github.com/golang/go/issues/22134" }, { "name": "101197", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/101197" }, { "name": "GLSA-201710-23", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/201710-23" }, { "name": "RHSA-2017:3463", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2017:3463" }, { "name": "RHSA-2018:0878", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2018:0878" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 2.2, "impactScore": 3.6 } }, "lastModifiedDate": "2019-10-03T00:03Z", "publishedDate": "2017-10-05T21:29Z" } } }
Loading...
Loading...
- 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.