opensuse-su-2020:1095-1
Vulnerability from csaf_opensuse
Published
2020-07-27 12:20
Modified
2020-07-27 12:20
Summary
Security update for go1.13
Notes
Title of the patch
Security update for go1.13
Description of the patch
This update for go1.13 fixes the following issues:
- go1.13.14 (released 2020/07/16) includes fixes to the compiler,
vet, and the database/sql, net/http, and reflect packages
Refs bsc#1149259 go1.13 release tracking
* go#39925 net/http: panic on misformed If-None-Match Header with http.ServeContent
* go#39848 cmd/compile: internal compile error when using sync.Pool: mismatched zero/store sizes
* go#39823 cmd/go: TestBuildIDContainsArchModeEnv/386 fails on linux/386 in Go 1.14 and 1.13, not 1.15
* go#39697 reflect: panic from malloc after MakeFunc function returns value that is also stored globally
* go#39561 cmd/compile/internal/ssa: TestNexting/dlv-dbg-hist failing on linux-386-longtest builder because it tries to use an older version of dlv which only supports linux/amd64
* go#39538 net: TestDialParallel is flaky on windows-amd64-longtest
* go#39287 cmd/vet: update for new number formats
* go#40211 net/http: Expect 100-continue panics in httputil.ReverseProxy bsc#1174153 CVE-2020-15586
* go#40209 crypto/x509: Certificate.Verify method seemingly ignoring EKU requirements on Windows bsc#1174191 CVE-2020-14039 (Windows only)
* go#38932 runtime: preemption in startTemplateThread may cause infinite hang
* go#36689 go/types, math/big: data race in go/types due to math/big.Rat accessors unsafe for concurrent use
- Add patch to ensure /etc/hosts is used if /etc/nsswitch.conf is
not present bsc#1172868 gh#golang/go#35305
This update was imported from the SUSE:SLE-15:Update update project.
Patchnames
openSUSE-2020-1095
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for go1.13", "title": "Title of the patch" }, { "category": "description", "text": "This update for go1.13 fixes the following issues:\n\n- go1.13.14 (released 2020/07/16) includes fixes to the compiler,\n vet, and the database/sql, net/http, and reflect packages\n Refs bsc#1149259 go1.13 release tracking\n * go#39925 net/http: panic on misformed If-None-Match Header with http.ServeContent\n * go#39848 cmd/compile: internal compile error when using sync.Pool: mismatched zero/store sizes\n * go#39823 cmd/go: TestBuildIDContainsArchModeEnv/386 fails on linux/386 in Go 1.14 and 1.13, not 1.15\n * go#39697 reflect: panic from malloc after MakeFunc function returns value that is also stored globally\n * go#39561 cmd/compile/internal/ssa: TestNexting/dlv-dbg-hist failing on linux-386-longtest builder because it tries to use an older version of dlv which only supports linux/amd64\n * go#39538 net: TestDialParallel is flaky on windows-amd64-longtest\n * go#39287 cmd/vet: update for new number formats\n * go#40211 net/http: Expect 100-continue panics in httputil.ReverseProxy bsc#1174153 CVE-2020-15586\n * go#40209 crypto/x509: Certificate.Verify method seemingly ignoring EKU requirements on Windows bsc#1174191 CVE-2020-14039 (Windows only)\n * go#38932 runtime: preemption in startTemplateThread may cause infinite hang\n * go#36689 go/types, math/big: data race in go/types due to math/big.Rat accessors unsafe for concurrent use\n- Add patch to ensure /etc/hosts is used if /etc/nsswitch.conf is\n not present bsc#1172868 gh#golang/go#35305\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-1095", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_1095-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:1095-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6TN7IMXFQNIWPWCTWVOLRVJXRRQCR67T/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:1095-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6TN7IMXFQNIWPWCTWVOLRVJXRRQCR67T/" }, { "category": "self", "summary": "SUSE Bug 1149259", "url": "https://bugzilla.suse.com/1149259" }, { "category": "self", "summary": "SUSE Bug 1169832", "url": "https://bugzilla.suse.com/1169832" }, { "category": "self", "summary": "SUSE Bug 1172868", "url": "https://bugzilla.suse.com/1172868" }, { "category": "self", "summary": "SUSE Bug 1174153", "url": "https://bugzilla.suse.com/1174153" }, { "category": "self", "summary": "SUSE Bug 1174191", "url": "https://bugzilla.suse.com/1174191" }, { "category": "self", "summary": "SUSE CVE CVE-2020-14039 page", "url": "https://www.suse.com/security/cve/CVE-2020-14039/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-15586 page", "url": "https://www.suse.com/security/cve/CVE-2020-15586/" } ], "title": "Security update for go1.13", "tracking": { "current_release_date": "2020-07-27T12:20:54Z", "generator": { "date": "2020-07-27T12:20:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:1095-1", "initial_release_date": "2020-07-27T12:20:54Z", "revision_history": [ { "date": "2020-07-27T12:20:54Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.13-1.13.14-lp152.2.4.1.x86_64", "product": { "name": "go1.13-1.13.14-lp152.2.4.1.x86_64", "product_id": "go1.13-1.13.14-lp152.2.4.1.x86_64" } }, { "category": "product_version", "name": "go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "product": { "name": "go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "product_id": "go1.13-doc-1.13.14-lp152.2.4.1.x86_64" } }, { "category": "product_version", "name": "go1.13-race-1.13.14-lp152.2.4.1.x86_64", "product": { "name": "go1.13-race-1.13.14-lp152.2.4.1.x86_64", "product_id": "go1.13-race-1.13.14-lp152.2.4.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.2", "product": { "name": "openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go1.13-1.13.14-lp152.2.4.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64" }, "product_reference": "go1.13-1.13.14-lp152.2.4.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "go1.13-doc-1.13.14-lp152.2.4.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64" }, "product_reference": "go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" }, { "category": "default_component_of", "full_product_name": { "name": "go1.13-race-1.13.14-lp152.2.4.1.x86_64 as component of openSUSE Leap 15.2", "product_id": "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" }, "product_reference": "go1.13-race-1.13.14-lp152.2.4.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-14039", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-14039" } ], "notes": [ { "category": "general", "text": "In Go before 1.13.13 and 1.14.x before 1.14.5, Certificate.Verify may lack a check on the VerifyOptions.KeyUsages EKU requirements (if VerifyOptions.Roots equals nil and the installation is on Windows). Thus, X.509 certificate verification is incomplete.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-14039", "url": "https://www.suse.com/security/cve/CVE-2020-14039" }, { "category": "external", "summary": "SUSE Bug 1174191 for CVE-2020-14039", "url": "https://bugzilla.suse.com/1174191" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-07-27T12:20:54Z", "details": "moderate" } ], "title": "CVE-2020-14039" }, { "cve": "CVE-2020-15586", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-15586" } ], "notes": [ { "category": "general", "text": "Go before 1.13.13 and 1.14.x before 1.14.5 has a data race in some net/http servers, as demonstrated by the httputil.ReverseProxy Handler, because it reads a request body and writes a response at the same time.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-15586", "url": "https://www.suse.com/security/cve/CVE-2020-15586" }, { "category": "external", "summary": "SUSE Bug 1174153 for CVE-2020-15586", "url": "https://bugzilla.suse.com/1174153" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.2:go1.13-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-doc-1.13.14-lp152.2.4.1.x86_64", "openSUSE Leap 15.2:go1.13-race-1.13.14-lp152.2.4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-07-27T12:20:54Z", "details": "important" } ], "title": "CVE-2020-15586" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…