Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2017-15042 (GCVE-0-2017-15042)
Vulnerability from cvelistv5 – Published: 2017-10-05 21:00 – Updated: 2024-08-05 19:42- n/a
| URL | Tags |
|---|---|
| https://access.redhat.com/errata/RHSA-2017:3463 | vendor-advisoryx_refsource_REDHAT |
| https://access.redhat.com/errata/RHSA-2018:0878 | vendor-advisoryx_refsource_REDHAT |
| http://www.securityfocus.com/bid/101197 | vdb-entryx_refsource_BID |
| https://golang.org/cl/68210 | x_refsource_CONFIRM |
| https://golang.org/cl/68023 | x_refsource_CONFIRM |
| https://github.com/golang/go/issues/22134 | x_refsource_CONFIRM |
| https://security.gentoo.org/glsa/201710-23 | vendor-advisoryx_refsource_GENTOO |
| https://groups.google.com/d/msg/golang-dev/RinSE3… | x_refsource_CONFIRM |
{
"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.000Z",
"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.000Z",
"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.000Z",
"dateReserved": "2017-10-05T00:00:00.000Z",
"dateUpdated": "2024-08-05T19:42:22.302Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2017-15042",
"date": "2026-05-27",
"epss": "0.00181",
"percentile": "0.39411"
},
"fkie_nvd": {
"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\"}]}]}]",
"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.\"}]",
"id": "CVE-2017-15042",
"lastModified": "2024-11-21T03:13:59.500",
"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\", \"baseScore\": 5.9, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"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\", \"baseScore\": 4.3, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"MEDIUM\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"PARTIAL\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"baseSeverity\": \"MEDIUM\", \"exploitabilityScore\": 8.6, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2017-10-05T21:29:00.473",
"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\"]}, {\"url\": \"http://www.securityfocus.com/bid/101197\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2017:3463\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:0878\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/golang/go/issues/22134\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://golang.org/cl/68023\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://golang.org/cl/68210\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Vendor Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/201710-23\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-319\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2017-15042\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-10-05T21:29:00.473\",\"lastModified\":\"2026-05-13T00:24:29.033\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"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\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"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\",\"baseScore\":4.3,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"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\"]},{\"url\":\"http://www.securityfocus.com/bid/101197\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2017:3463\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:0878\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/golang/go/issues/22134\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://golang.org/cl/68023\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://golang.org/cl/68210\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/d/msg/golang-dev/RinSE3EiJBI/kYL7zb07AgAJ\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201710-23\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
OPENSUSE-SU-2024:10812-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.9-1.9.7-11.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.9-1.9.7-11.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10812",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10812-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-7189 page",
"url": "https://www.suse.com/security/cve/CVE-2014-7189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-8618 page",
"url": "https://www.suse.com/security/cve/CVE-2015-8618/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-3959 page",
"url": "https://www.suse.com/security/cve/CVE-2016-3959/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-5386 page",
"url": "https://www.suse.com/security/cve/CVE-2016-5386/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-15041 page",
"url": "https://www.suse.com/security/cve/CVE-2017-15041/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-15042 page",
"url": "https://www.suse.com/security/cve/CVE-2017-15042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-8932 page",
"url": "https://www.suse.com/security/cve/CVE-2017-8932/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-6574 page",
"url": "https://www.suse.com/security/cve/CVE-2018-6574/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-7187 page",
"url": "https://www.suse.com/security/cve/CVE-2018-7187/"
}
],
"title": "go1.9-1.9.7-11.2 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10812-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.9-1.9.7-11.2.aarch64",
"product": {
"name": "go1.9-1.9.7-11.2.aarch64",
"product_id": "go1.9-1.9.7-11.2.aarch64"
}
},
{
"category": "product_version",
"name": "go1.9-doc-1.9.7-11.2.aarch64",
"product": {
"name": "go1.9-doc-1.9.7-11.2.aarch64",
"product_id": "go1.9-doc-1.9.7-11.2.aarch64"
}
},
{
"category": "product_version",
"name": "go1.9-race-1.9.7-11.2.aarch64",
"product": {
"name": "go1.9-race-1.9.7-11.2.aarch64",
"product_id": "go1.9-race-1.9.7-11.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.9-1.9.7-11.2.ppc64le",
"product": {
"name": "go1.9-1.9.7-11.2.ppc64le",
"product_id": "go1.9-1.9.7-11.2.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.9-doc-1.9.7-11.2.ppc64le",
"product": {
"name": "go1.9-doc-1.9.7-11.2.ppc64le",
"product_id": "go1.9-doc-1.9.7-11.2.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.9-race-1.9.7-11.2.ppc64le",
"product": {
"name": "go1.9-race-1.9.7-11.2.ppc64le",
"product_id": "go1.9-race-1.9.7-11.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.9-1.9.7-11.2.s390x",
"product": {
"name": "go1.9-1.9.7-11.2.s390x",
"product_id": "go1.9-1.9.7-11.2.s390x"
}
},
{
"category": "product_version",
"name": "go1.9-doc-1.9.7-11.2.s390x",
"product": {
"name": "go1.9-doc-1.9.7-11.2.s390x",
"product_id": "go1.9-doc-1.9.7-11.2.s390x"
}
},
{
"category": "product_version",
"name": "go1.9-race-1.9.7-11.2.s390x",
"product": {
"name": "go1.9-race-1.9.7-11.2.s390x",
"product_id": "go1.9-race-1.9.7-11.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.9-1.9.7-11.2.x86_64",
"product": {
"name": "go1.9-1.9.7-11.2.x86_64",
"product_id": "go1.9-1.9.7-11.2.x86_64"
}
},
{
"category": "product_version",
"name": "go1.9-doc-1.9.7-11.2.x86_64",
"product": {
"name": "go1.9-doc-1.9.7-11.2.x86_64",
"product_id": "go1.9-doc-1.9.7-11.2.x86_64"
}
},
{
"category": "product_version",
"name": "go1.9-race-1.9.7-11.2.x86_64",
"product": {
"name": "go1.9-race-1.9.7-11.2.x86_64",
"product_id": "go1.9-race-1.9.7-11.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-1.9.7-11.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64"
},
"product_reference": "go1.9-1.9.7-11.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-1.9.7-11.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le"
},
"product_reference": "go1.9-1.9.7-11.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-1.9.7-11.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x"
},
"product_reference": "go1.9-1.9.7-11.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-1.9.7-11.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64"
},
"product_reference": "go1.9-1.9.7-11.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-doc-1.9.7-11.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64"
},
"product_reference": "go1.9-doc-1.9.7-11.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-doc-1.9.7-11.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le"
},
"product_reference": "go1.9-doc-1.9.7-11.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-doc-1.9.7-11.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x"
},
"product_reference": "go1.9-doc-1.9.7-11.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-doc-1.9.7-11.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64"
},
"product_reference": "go1.9-doc-1.9.7-11.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-race-1.9.7-11.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64"
},
"product_reference": "go1.9-race-1.9.7-11.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-race-1.9.7-11.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le"
},
"product_reference": "go1.9-race-1.9.7-11.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-race-1.9.7-11.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x"
},
"product_reference": "go1.9-race-1.9.7-11.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.9-race-1.9.7-11.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
},
"product_reference": "go1.9-race-1.9.7-11.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-7189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-7189"
}
],
"notes": [
{
"category": "general",
"text": "crpyto/tls in Go 1.1 before 1.3.2, when SessionTicketsDisabled is enabled, allows man-in-the-middle attackers to spoof clients via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-7189",
"url": "https://www.suse.com/security/cve/CVE-2014-7189"
},
{
"category": "external",
"summary": "SUSE Bug 898901 for CVE-2014-7189",
"url": "https://bugzilla.suse.com/898901"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-7189"
},
{
"cve": "CVE-2015-8618",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-8618"
}
],
"notes": [
{
"category": "general",
"text": "The Int.Exp Montgomery code in the math/big library in Go 1.5.x before 1.5.3 mishandles carry propagation and produces incorrect output, which makes it easier for attackers to obtain private RSA keys via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-8618",
"url": "https://www.suse.com/security/cve/CVE-2015-8618"
},
{
"category": "external",
"summary": "SUSE Bug 957814 for CVE-2015-8618",
"url": "https://bugzilla.suse.com/957814"
},
{
"category": "external",
"summary": "SUSE Bug 960151 for CVE-2015-8618",
"url": "https://bugzilla.suse.com/960151"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2015-8618"
},
{
"cve": "CVE-2016-3959",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-3959"
}
],
"notes": [
{
"category": "general",
"text": "The Verify function in crypto/dsa/dsa.go in Go before 1.5.4 and 1.6.x before 1.6.1 does not properly check parameters passed to the big integer library, which might allow remote attackers to cause a denial of service (infinite loop) via a crafted public key to a program that uses HTTPS client certificates or SSH server libraries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-3959",
"url": "https://www.suse.com/security/cve/CVE-2016-3959"
},
{
"category": "external",
"summary": "SUSE Bug 974232 for CVE-2016-3959",
"url": "https://bugzilla.suse.com/974232"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-3959"
},
{
"cve": "CVE-2016-5386",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-5386"
}
],
"notes": [
{
"category": "general",
"text": "The net/http package in Go through 1.6 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect a CGI application\u0027s outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, aka an \"httpoxy\" issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-5386",
"url": "https://www.suse.com/security/cve/CVE-2016-5386"
},
{
"category": "external",
"summary": "SUSE Bug 988484 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988484"
},
{
"category": "external",
"summary": "SUSE Bug 988486 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988486"
},
{
"category": "external",
"summary": "SUSE Bug 988487 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988487"
},
{
"category": "external",
"summary": "SUSE Bug 988488 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988488"
},
{
"category": "external",
"summary": "SUSE Bug 988489 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988489"
},
{
"category": "external",
"summary": "SUSE Bug 988491 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988491"
},
{
"category": "external",
"summary": "SUSE Bug 988492 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/988492"
},
{
"category": "external",
"summary": "SUSE Bug 989125 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/989125"
},
{
"category": "external",
"summary": "SUSE Bug 989174 for CVE-2016-5386",
"url": "https://bugzilla.suse.com/989174"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-5386"
},
{
"cve": "CVE-2017-15041",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-15041"
}
],
"notes": [
{
"category": "general",
"text": "Go before 1.8.4 and 1.9.x before 1.9.1 allows \"go get\" remote command execution. Using custom domains, it is possible to arrange things so that example.com/pkg1 points to a Subversion repository but example.com/pkg1/pkg2 points to a Git repository. If the Subversion repository includes a Git checkout in its pkg2 directory and some other work is done to ensure the proper ordering of operations, \"go get\" can be tricked into reusing this Git checkout for the fetch of code from pkg2. If the Subversion repository\u0027s Git checkout has malicious commands in .git/hooks/, they will execute on the system running \"go get.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-15041",
"url": "https://www.suse.com/security/cve/CVE-2017-15041"
},
{
"category": "external",
"summary": "SUSE Bug 1062085 for CVE-2017-15041",
"url": "https://bugzilla.suse.com/1062085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2017-15041"
},
{
"cve": "CVE-2017-15042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-15042"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-15042",
"url": "https://www.suse.com/security/cve/CVE-2017-15042"
},
{
"category": "external",
"summary": "SUSE Bug 1062087 for CVE-2017-15042",
"url": "https://bugzilla.suse.com/1062087"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-15042"
},
{
"cve": "CVE-2017-8932",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-8932"
}
],
"notes": [
{
"category": "general",
"text": "A bug in the standard library ScalarMult implementation of curve P-256 for amd64 architectures in Go before 1.7.6 and 1.8.x before 1.8.2 causes incorrect results to be generated for specific input points. An adaptive attack can be mounted to progressively extract the scalar input to ScalarMult by submitting crafted points and observing failures to the derive correct output. This leads to a full key recovery attack against static ECDH, as used in popular JWT libraries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-8932",
"url": "https://www.suse.com/security/cve/CVE-2017-8932"
},
{
"category": "external",
"summary": "SUSE Bug 1040618 for CVE-2017-8932",
"url": "https://bugzilla.suse.com/1040618"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-8932"
},
{
"cve": "CVE-2018-6574",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-6574"
}
],
"notes": [
{
"category": "general",
"text": "Go before 1.8.7, Go 1.9.x before 1.9.4, and Go 1.10 pre-releases before Go 1.10rc2 allow \"go get\" remote command execution during source code build, by leveraging the gcc or clang plugin feature, because -fplugin= and -plugin= arguments were not blocked.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-6574",
"url": "https://www.suse.com/security/cve/CVE-2018-6574"
},
{
"category": "external",
"summary": "SUSE Bug 1080006 for CVE-2018-6574",
"url": "https://bugzilla.suse.com/1080006"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-6574"
},
{
"cve": "CVE-2018-7187",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-7187"
}
],
"notes": [
{
"category": "general",
"text": "The \"go get\" implementation in Go 1.9.4, when the -insecure command-line option is used, does not validate the import path (get/vcs.go only checks for \"://\" anywhere in the string), which allows remote attackers to execute arbitrary OS commands via a crafted web site.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-7187",
"url": "https://www.suse.com/security/cve/CVE-2018-7187"
},
{
"category": "external",
"summary": "SUSE Bug 1080006 for CVE-2018-7187",
"url": "https://bugzilla.suse.com/1080006"
},
{
"category": "external",
"summary": "SUSE Bug 1081495 for CVE-2018-7187",
"url": "https://bugzilla.suse.com/1081495"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-doc-1.9.7-11.2.x86_64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.aarch64",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.ppc64le",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.s390x",
"openSUSE Tumbleweed:go1.9-race-1.9.7-11.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-7187"
}
]
}
RHSA-2017:3463
Vulnerability from csaf_redhat - Published: 2017-12-14 11:34 - Updated: 2026-05-13 01:20An 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
{
"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": "2026-05-13T01:20:25+00:00",
"generator": {
"date": "2026-05-13T01:20:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"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": "2026-05-13T01:20:25+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"
}
]
}
RHSA-2017_3463
Vulnerability from csaf_redhat - Published: 2017-12-14 11:34 - Updated: 2024-11-22 11:37An 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-build-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-dockerfiles-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-bin-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-docs-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-misc-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-race-0:1.8.5-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-src-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-golang-tests-0:1.8.5-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-runtime-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2.1:go-toolset-7-scldevel-0:1.8-10.el7.x86_64 | — |
Vendor Fix
fix
|
{
"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-22T11:37:13+00:00",
"generator": {
"date": "2024-11-22T11:37:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.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-22T11:37:13+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"
}
]
}
RHSA-2018:0878
Vulnerability from csaf_redhat - Published: 2018-04-10 09:33 - Updated: 2026-05-13 01:20An 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
An arbitrary command execution flaw was found in the way Go's "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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
{
"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": "2026-05-13T01:20:28+00:00",
"generator": {
"date": "2026-05-13T01:20:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.9"
}
},
"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": "2026-05-13T01:20:28+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-2018_0878
Vulnerability from csaf_redhat - Published: 2018-04-10 09:33 - Updated: 2024-11-22 11:37An 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
An arbitrary command execution flaw was found in the way Go's "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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-bin-0:1.9.4-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-docs-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-misc-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-src-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.5:golang-tests-0:1.9.4-1.el7.noarch | — |
Vendor Fix
fix
|
{
"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-22T11:37:07+00:00",
"generator": {
"date": "2024-11-22T11:37:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.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-22T11:37:07+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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.