Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2015-5739 (GCVE-0-2015-5739)
Vulnerability from cvelistv5
- n/a
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-06T06:59:04.114Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "[oss-security] 20150804 CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "name": "FEDORA-2015-15619", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "name": "FEDORA-2015-15618", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "name": "RHSA-2016:1538", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "name": "[oss-security] 20150805 Re: CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "name": "[oss-security] 20150729 CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "name": "76281", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/76281" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2015-07-29T00:00:00", "descriptions": [ { "lang": "en", "value": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"" } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2018-01-04T19:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "[oss-security] 20150804 CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "name": "FEDORA-2015-15619", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "name": "FEDORA-2015-15618", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "name": "RHSA-2016:1538", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "name": "[oss-security] 20150805 Re: CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "name": "[oss-security] 20150729 CVE Request - Go net/http library - HTTP smuggling", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "name": "76281", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/76281" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-5739", "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": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20150804 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "name": "FEDORA-2015-15619", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "name": "FEDORA-2015-15618", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "name": "RHSA-2016:1538", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "name": "[oss-security] 20150805 Re: CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "name": "[oss-security] 20150729 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "name": "76281", "refsource": "BID", "url": "http://www.securityfocus.com/bid/76281" }, { "name": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9", "refsource": "CONFIRM", "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2015-5739", "datePublished": "2017-10-18T20:00:00", "dateReserved": "2015-08-05T00:00:00", "dateUpdated": "2024-08-06T06:59:04.114Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2015-5739\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2017-10-18T20:29:00.277\",\"lastModified\":\"2025-04-20T01:37:25.860\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \\\"Content Length\\\" instead of \\\"Content-Length.\\\"\"},{\"lang\":\"es\",\"value\":\"La biblioteca net/http en net/textproto/reader.go en Go en versiones anteriores a la 1.4.3 no analiza sint\u00e1cticamente claves de cabecera HTTP correctamente, lo que permite que atacantes remotos lleven a cabo ataques de contrabando de peticiones HTTP mediante un espacio en lugar de un gui\u00f3n, tal y como se muestra en \\\"Content Length\\\", en lugar de \\\"Content-Length\\\".\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:P/A:P\",\"baseScore\":7.5,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"1.4.2\",\"matchCriteriaId\":\"421BFBDA-B2A3-4E29-9CFF-07CF6777F5CA\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:21:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"56BDB5A0-0839-4A20-A003-B8CD56F48171\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:22:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"253C303A-E577-4488-93E6-68A8DD942C38\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"51EF4996-72F4-4FA4-814F-F5991E7A8318\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_aus:7.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1C8D871B-AEA1-4407-AEE3-47EC782250FF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_aus:7.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"98381E61-F082-4302-B51F-5648884F998B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_aus:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D99A687E-EAE6-417E-A88E-D0082BC194CD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_aus:7.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B353CE99-D57C-465B-AAB0-73EF581127D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"44B067C7-735E-43C9-9188-7E1522A02491\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A8442C20-41F9-47FD-9A12-E724D3A31FD7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"9EC0D196-F7B8-4BDD-9050-779F7A7FBEE4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A4E9DD8A-A68B-4A69-8B01-BFF92A2020A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_eus:7.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"BF77CDCF-B9C9-427D-B2BF-36650FB2148C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_tus:7.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"6755B6AD-0422-467B-8115-34A60B1D1A40\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_tus:7.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"24C0F4E1-C52C-41E0-9F14-F83ADD5CC7ED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux_server_tus:7.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B76AA310-FEC7-497F-AF04-C3EC1E76C4CC\"}]}]}],\"references\":[{\"url\":\"http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://rhn.redhat.com/errata/RHSA-2016-1538.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/237\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/292\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/294\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/76281\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1250352\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://rhn.redhat.com/errata/RHSA-2016-1538.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/237\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/292\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2015/q3/294\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/76281\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=1250352\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\",\"Third Party Advisory\"]}]}}" } }
rhsa-2016:1538
Vulnerability from csaf_redhat
Notes
{ "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 newer upstream version: golang (1.6.3). (BZ#1346331)\n\nSecurity Fix(es):\n\n* An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack. (CVE-2016-5386)\n\nRed Hat would like to thank Scott Geary (VendHQ) for reporting this issue.", "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-2016:1538", "url": "https://access.redhat.com/errata/RHSA-2016:1538" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1346331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1346331" }, { "category": "external", "summary": "1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2016/rhsa-2016_1538.json" } ], "title": "Red Hat Security Advisory: golang security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-09-10T14:12:54+00:00", "generator": { "date": "2025-09-10T14:12:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2016:1538", "initial_release_date": "2016-08-02T18:20:29+00:00", "revision_history": [ { "date": "2016-08-02T18:20:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2016-08-02T18:20:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:12:54+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 Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z", "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-tests-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.6.3-1.el7_2.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.6.3-1.el7_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.src", "product": { "name": "golang-0:1.6.3-1.el7_2.1.src", "product_id": "golang-0:1.6.3-1.el7_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.src", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-src-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-5739", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5739" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5739", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5739" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5740", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5740" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5740", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5741", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5741" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5741", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5741" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2016-3959", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2016-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1324343" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in Go\u0027s verification of DSA public keys. An attacker could provide a crafted key to HTTPS client or SSH server libraries which would cause the application to enter an infinite loop.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: infinite loop in several big integer routines", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-3959" }, { "category": "external", "summary": "RHBZ#1324343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1324343" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-3959", "url": "https://www.cve.org/CVERecord?id=CVE-2016-3959" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959" } ], "release_date": "2016-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: infinite loop in several big integer routines" }, { "acknowledgments": [ { "names": [ "Scott Geary" ], "organization": "VendHQ" } ], "cve": "CVE-2016-5386", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2016-07-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1353798" } ], "notes": [ { "category": "description", "text": "An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "Go: sets environmental variable based on user supplied Proxy request header", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5386" }, { "category": "external", "summary": "RHBZ#1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5386", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5386" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386" } ], "release_date": "2016-07-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Go: sets environmental variable based on user supplied Proxy request header" } ] }
RHSA-2016:1538
Vulnerability from csaf_redhat
Notes
{ "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 newer upstream version: golang (1.6.3). (BZ#1346331)\n\nSecurity Fix(es):\n\n* An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack. (CVE-2016-5386)\n\nRed Hat would like to thank Scott Geary (VendHQ) for reporting this issue.", "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-2016:1538", "url": "https://access.redhat.com/errata/RHSA-2016:1538" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1346331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1346331" }, { "category": "external", "summary": "1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2016/rhsa-2016_1538.json" } ], "title": "Red Hat Security Advisory: golang security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-09-10T14:12:54+00:00", "generator": { "date": "2025-09-10T14:12:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.7" } }, "id": "RHSA-2016:1538", "initial_release_date": "2016-08-02T18:20:29+00:00", "revision_history": [ { "date": "2016-08-02T18:20:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2016-08-02T18:20:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-09-10T14:12:54+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 Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z", "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-tests-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.6.3-1.el7_2.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.6.3-1.el7_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.src", "product": { "name": "golang-0:1.6.3-1.el7_2.1.src", "product_id": "golang-0:1.6.3-1.el7_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.src", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-src-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-5739", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5739" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5739", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5739" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5740", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5740" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5740", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5741", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5741" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5741", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5741" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2016-3959", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2016-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1324343" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in Go\u0027s verification of DSA public keys. An attacker could provide a crafted key to HTTPS client or SSH server libraries which would cause the application to enter an infinite loop.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: infinite loop in several big integer routines", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-3959" }, { "category": "external", "summary": "RHBZ#1324343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1324343" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-3959", "url": "https://www.cve.org/CVERecord?id=CVE-2016-3959" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959" } ], "release_date": "2016-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: infinite loop in several big integer routines" }, { "acknowledgments": [ { "names": [ "Scott Geary" ], "organization": "VendHQ" } ], "cve": "CVE-2016-5386", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2016-07-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1353798" } ], "notes": [ { "category": "description", "text": "An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "Go: sets environmental variable based on user supplied Proxy request header", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5386" }, { "category": "external", "summary": "RHBZ#1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5386", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5386" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386" } ], "release_date": "2016-07-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Go: sets environmental variable based on user supplied Proxy request header" } ] }
rhsa-2016_1538
Vulnerability from csaf_redhat
Notes
{ "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 newer upstream version: golang (1.6.3). (BZ#1346331)\n\nSecurity Fix(es):\n\n* An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack. (CVE-2016-5386)\n\nRed Hat would like to thank Scott Geary (VendHQ) for reporting this issue.", "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-2016:1538", "url": "https://access.redhat.com/errata/RHSA-2016:1538" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1346331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1346331" }, { "category": "external", "summary": "1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2016/rhsa-2016_1538.json" } ], "title": "Red Hat Security Advisory: golang security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T10:12:16+00:00", "generator": { "date": "2024-11-22T10:12:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2016:1538", "initial_release_date": "2016-08-02T18:20:29+00:00", "revision_history": [ { "date": "2016-08-02T18:20:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2016-08-02T18:20:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T10:12:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z", "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-tests-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-tests@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-misc@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-src-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-src@1.6.3-1.el7_2.1?arch=noarch" } } }, { "category": "product_version", "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_id": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-docs@1.6.3-1.el7_2.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_id": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-bin@1.6.3-1.el7_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "golang-0:1.6.3-1.el7_2.1.src", "product": { "name": "golang-0:1.6.3-1.el7_2.1.src", "product_id": "golang-0:1.6.3-1.el7_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang@1.6.3-1.el7_2.1?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.src", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-bin-0:1.6.3-1.el7_2.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64" }, "product_reference": "golang-bin-0:1.6.3-1.el7_2.1.x86_64", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-docs-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-docs-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-misc-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-misc-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-src-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-src-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" }, { "category": "default_component_of", "full_product_name": { "name": "golang-tests-0:1.6.3-1.el7_2.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" }, "product_reference": "golang-tests-0:1.6.3-1.el7_2.1.noarch", "relates_to_product_reference": "7Server-optional-7.2.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-5739", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5739" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5739", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5739" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5740", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5740" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5740", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5740" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2015-5741", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2015-07-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1250352" } ], "notes": [ { "category": "description", "text": "HTTP-request vulnerabilities have been found in the Golang net/http and net/textproto libraries. Request headers with double Content-Length fields do not generate a 400 error (the second field is ignored), and invalid fields are parsed as valid (for example, \"Content Length:\" with a space in the middle is accepted). A non-authenticated attacker could exploit these flaws to bypass security controls, perform web-cache poisoning, or alter the request/response map (denial of service).", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: HTTP request smuggling in net/http library", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-5741" }, { "category": "external", "summary": "RHBZ#1250352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-5741", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5741" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5741" } ], "release_date": "2015-07-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: HTTP request smuggling in net/http library" }, { "cve": "CVE-2016-3959", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2016-04-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1324343" } ], "notes": [ { "category": "description", "text": "A denial of service vulnerability was found in Go\u0027s verification of DSA public keys. An attacker could provide a crafted key to HTTPS client or SSH server libraries which would cause the application to enter an infinite loop.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: infinite loop in several big integer routines", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-3959" }, { "category": "external", "summary": "RHBZ#1324343", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1324343" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-3959", "url": "https://www.cve.org/CVERecord?id=CVE-2016-3959" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-3959" } ], "release_date": "2016-04-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: infinite loop in several big integer routines" }, { "acknowledgments": [ { "names": [ "Scott Geary" ], "organization": "VendHQ" } ], "cve": "CVE-2016-5386", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2016-07-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1353798" } ], "notes": [ { "category": "description", "text": "An input-validation flaw was discovered in the Go programming language built in CGI implementation, which set the environment variable \"HTTP_PROXY\" using the incoming \"Proxy\" HTTP-request header. The environment variable \"HTTP_PROXY\" is used by numerous web clients, including Go\u0027s net/http package, to specify a proxy server to use for HTTP and, in some cases, HTTPS requests. This meant that when a CGI-based web application ran, an attacker could specify a proxy server which the application then used for subsequent outgoing requests, allowing a man-in-the-middle attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "Go: sets environmental variable based on user supplied Proxy request header", "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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5386" }, { "category": "external", "summary": "RHBZ#1353798", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1353798" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5386", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5386" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5386" } ], "release_date": "2016-07-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2016-08-02T18:20: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-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2016:1538" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N", "version": "3.0" }, "products": [ "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.src", "7Server-optional-7.2.Z:golang-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-bin-0:1.6.3-1.el7_2.1.x86_64", "7Server-optional-7.2.Z:golang-docs-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-misc-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-src-0:1.6.3-1.el7_2.1.noarch", "7Server-optional-7.2.Z:golang-tests-0:1.6.3-1.el7_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Go: sets environmental variable based on user supplied Proxy request header" } ] }
fkie_cve-2015-5739
Vulnerability from fkie_nvd
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "matchCriteriaId": "421BFBDA-B2A3-4E29-9CFF-07CF6777F5CA", "versionEndIncluding": "1.4.2", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:21:*:*:*:*:*:*:*", "matchCriteriaId": "56BDB5A0-0839-4A20-A003-B8CD56F48171", "vulnerable": true }, { "criteria": "cpe:2.3:o:fedoraproject:fedora:22:*:*:*:*:*:*:*", "matchCriteriaId": "253C303A-E577-4488-93E6-68A8DD942C38", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*", "matchCriteriaId": "51EF4996-72F4-4FA4-814F-F5991E7A8318", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.2:*:*:*:*:*:*:*", "matchCriteriaId": "1C8D871B-AEA1-4407-AEE3-47EC782250FF", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.3:*:*:*:*:*:*:*", "matchCriteriaId": "98381E61-F082-4302-B51F-5648884F998B", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.4:*:*:*:*:*:*:*", "matchCriteriaId": "D99A687E-EAE6-417E-A88E-D0082BC194CD", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.6:*:*:*:*:*:*:*", "matchCriteriaId": "B353CE99-D57C-465B-AAB0-73EF581127D1", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.2:*:*:*:*:*:*:*", "matchCriteriaId": "44B067C7-735E-43C9-9188-7E1522A02491", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.3:*:*:*:*:*:*:*", "matchCriteriaId": "A8442C20-41F9-47FD-9A12-E724D3A31FD7", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.4:*:*:*:*:*:*:*", "matchCriteriaId": "9EC0D196-F7B8-4BDD-9050-779F7A7FBEE4", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.5:*:*:*:*:*:*:*", "matchCriteriaId": "A4E9DD8A-A68B-4A69-8B01-BFF92A2020A8", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.6:*:*:*:*:*:*:*", "matchCriteriaId": "BF77CDCF-B9C9-427D-B2BF-36650FB2148C", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.2:*:*:*:*:*:*:*", "matchCriteriaId": "6755B6AD-0422-467B-8115-34A60B1D1A40", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.3:*:*:*:*:*:*:*", "matchCriteriaId": "24C0F4E1-C52C-41E0-9F14-F83ADD5CC7ED", "vulnerable": true }, { "criteria": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.6:*:*:*:*:*:*:*", "matchCriteriaId": "B76AA310-FEC7-497F-AF04-C3EC1E76C4CC", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"" }, { "lang": "es", "value": "La biblioteca net/http en net/textproto/reader.go en Go en versiones anteriores a la 1.4.3 no analiza sint\u00e1cticamente claves de cabecera HTTP correctamente, lo que permite que atacantes remotos lleven a cabo ataques de contrabando de peticiones HTTP mediante un espacio en lugar de un gui\u00f3n, tal y como se muestra en \"Content Length\", en lugar de \"Content-Length\"." } ], "id": "CVE-2015-5739", "lastModified": "2025-04-20T01:37:25.860", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2017-10-18T20:29:00.277", "references": [ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "source": "cve@mitre.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/76281" }, { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "source": "cve@mitre.org", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/76281" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Deferred", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-444" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
gsd-2015-5739
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2015-5739", "description": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"", "id": "GSD-2015-5739", "references": [ "https://www.suse.com/security/cve/CVE-2015-5739.html", "https://access.redhat.com/errata/RHSA-2016:1538", "https://alas.aws.amazon.com/cve/html/CVE-2015-5739.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2015-5739" ], "details": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"", "id": "GSD-2015-5739", "modified": "2023-12-13T01:20:06.264787Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-5739", "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": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20150804 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "name": "FEDORA-2015-15619", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "name": "FEDORA-2015-15618", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "name": "RHSA-2016:1538", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352", "refsource": "CONFIRM", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "name": "[oss-security] 20150805 Re: CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "name": "[oss-security] 20150729 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "name": "76281", "refsource": "BID", "url": "http://www.securityfocus.com/bid/76281" }, { "name": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9", "refsource": "CONFIRM", "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.4.2", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:22:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:21:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server:7.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_aus:7.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_eus:7.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux_server_tus:7.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-5739" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-444" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352", "refsource": "CONFIRM", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "name": "[oss-security] 20150805 Re: CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "name": "[oss-security] 20150804 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "name": "[oss-security] 20150729 CVE Request - Go net/http library - HTTP smuggling", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "name": "FEDORA-2015-15618", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "name": "FEDORA-2015-15619", "refsource": "FEDORA", "tags": [ "Third Party Advisory" ], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "name": "76281", "refsource": "BID", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/76281" }, { "name": "RHSA-2016:1538", "refsource": "REDHAT", "tags": [ "Third Party Advisory" ], "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2019-05-10T16:45Z", "publishedDate": "2017-10-18T20:29Z" } } }
ghsa-92gr-8fh9-j8vq
Vulnerability from github
The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by "Content Length" instead of "Content-Length."
{ "affected": [], "aliases": [ "CVE-2015-5739" ], "database_specific": { "cwe_ids": [ "CWE-444" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-10-18T20:29:00Z", "severity": "CRITICAL" }, "details": "The net/http library in net/textproto/reader.go in Go before 1.4.3 does not properly parse HTTP header keys, which allows remote attackers to conduct HTTP request smuggling attacks via a space instead of a hyphen, as demonstrated by \"Content Length\" instead of \"Content-Length.\"", "id": "GHSA-92gr-8fh9-j8vq", "modified": "2022-05-14T01:04:20Z", "published": "2022-05-14T01:04:20Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-5739" }, { "type": "WEB", "url": "https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1250352" }, { "type": "WEB", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/167997.html" }, { "type": "WEB", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-October/168029.html" }, { "type": "WEB", "url": "http://rhn.redhat.com/errata/RHSA-2016-1538.html" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2015/q3/237" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2015/q3/292" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2015/q3/294" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/76281" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
cnvd-2015-05398
Vulnerability from cnvd
Title: Google Golang Go HTTP头注入漏洞
Description:
Google Golang Go是一种针对多处理器系统应用程序的编程进行了优化的编程语言。
Google Golang Go存在HTTP头注入漏洞,允许远程攻击者利用漏洞向服务器响应中注入HTTP头,欺骗目标用户,实施缓存中毒攻击等。
Severity: 中
Patch Name: Google Golang Go HTTP头注入漏洞的补丁
Patch Description:
Google Golang Go是一种针对多处理器系统应用程序的编程进行了优化的编程语言。Google Golang Go存在HTTP头注入漏洞,允许远程攻击者利用漏洞向服务器响应中注入HTTP头,欺骗目标用户,实施缓存中毒攻击等。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description:
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: https://golang.org/issue/11930
Reference: http://www.securityfocus.com/bid/76281
Name | Google Golang Go |
---|
{ "bids": { "bid": { "bidNumber": "76281" } }, "cves": { "cve": { "cveNumber": "CVE-2015-5739" } }, "description": "Google Golang Go\u662f\u4e00\u79cd\u9488\u5bf9\u591a\u5904\u7406\u5668\u7cfb\u7edf\u5e94\u7528\u7a0b\u5e8f\u7684\u7f16\u7a0b\u8fdb\u884c\u4e86\u4f18\u5316\u7684\u7f16\u7a0b\u8bed\u8a00\u3002\r\n\r\nGoogle Golang Go\u5b58\u5728HTTP\u5934\u6ce8\u5165\u6f0f\u6d1e\uff0c\u5141\u8bb8\u8fdc\u7a0b\u653b\u51fb\u8005\u5229\u7528\u6f0f\u6d1e\u5411\u670d\u52a1\u5668\u54cd\u5e94\u4e2d\u6ce8\u5165HTTP\u5934\uff0c\u6b3a\u9a97\u76ee\u6807\u7528\u6237\uff0c\u5b9e\u65bd\u7f13\u5b58\u4e2d\u6bd2\u653b\u51fb\u7b49\u3002", "discovererName": "R\u00c3\u00a9gis Leroy", "formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u7ecf\u53d1\u5e03\u4e86\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u8fd9\u4e2a\u5b89\u5168\u95ee\u9898\uff0c\u8bf7\u5230\u5382\u5546\u7684\u4e3b\u9875\u4e0b\u8f7d\uff1a\r\nhttps://golang.org/issue/11930", "isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e", "number": "CNVD-2015-05398", "openTime": "2015-08-20", "patchDescription": "Google Golang Go\u662f\u4e00\u79cd\u9488\u5bf9\u591a\u5904\u7406\u5668\u7cfb\u7edf\u5e94\u7528\u7a0b\u5e8f\u7684\u7f16\u7a0b\u8fdb\u884c\u4e86\u4f18\u5316\u7684\u7f16\u7a0b\u8bed\u8a00\u3002Google Golang Go\u5b58\u5728HTTP\u5934\u6ce8\u5165\u6f0f\u6d1e\uff0c\u5141\u8bb8\u8fdc\u7a0b\u653b\u51fb\u8005\u5229\u7528\u6f0f\u6d1e\u5411\u670d\u52a1\u5668\u54cd\u5e94\u4e2d\u6ce8\u5165HTTP\u5934\uff0c\u6b3a\u9a97\u76ee\u6807\u7528\u6237\uff0c\u5b9e\u65bd\u7f13\u5b58\u4e2d\u6bd2\u653b\u51fb\u7b49\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002", "patchName": "Google Golang Go HTTP\u5934\u6ce8\u5165\u6f0f\u6d1e\u7684\u8865\u4e01", "products": { "product": "Google Golang Go" }, "referenceLink": "http://www.securityfocus.com/bid/76281", "serverity": "\u4e2d", "submitTime": "2015-08-14", "title": "Google Golang Go HTTP\u5934\u6ce8\u5165\u6f0f\u6d1e" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.