Bug 2020736 (CVE-2021-41772)
Summary: | CVE-2021-41772 golang: archive/zip: Reader.Open panics on empty string | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Guilherme de Almeida Suckevicz <gsuckevi> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | abishop, admiller, adsoni, amctagga, amuller, amurdaca, anharris, anpicker, aos-install, asm, bdettelb, bmontgom, bniver, bodavis, caswilli, cbuissar, cnv-qe-bugs, crarobin, dbecker, dbenoit, dwhatley, dymurray, emachado, eparis, erooth, etamir, fdeutsch, fjansen, flucifre, gmeno, godas, hchiramm, hvyas, ibolton, jakob, jarrpa, jburrell, jcajka, jhadvig, jjoyce, jmadigan, jmatthew, jmontleo, jmulligan, joelsmith, jpadman, jschluet, jwendell, jwong, jwon, kaycoth, krathod, lball, lemenkov, lhh, lhinds, lmadsen, lpeer, madam, maszulik, matzew, mbenjamin, mburns, mfojtik, mgarciac, mhackett, mnewsome, mrunge, nbecker, ngough, nstielau, ocs-bugs, pamccart, puebele, rcernich, rfreiman, rhs-bugs, rhuss, rrajasek, rtalur, sabose, sclewis, sfowler, sgott, slinaber, slucidi, sostapov, spasquie, sponnaga, sseago, sttts, tcarlin, tnielsen, tstellar, twalsh, vereddy, vkumar, xxia |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | go 1.16.10, go 1.17.3 | Doc Type: | If docs needed, set a value |
Doc Text: |
A vulnerability was found in archive/zip of the Go standard library. Applications written in Go where Reader.Open (the API implementing io/fs.FS introduced in Go 1.16) can panic when parsing a crafted ZIP archive containing completely invalid names or an empty filename argument.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-11 19:15:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2013628, 2020737, 2020738, 2020739, 2021144, 2021145, 2021146, 2021147, 2021148, 2022828, 2022829, 2023670, 2023672, 2023673, 2024704, 2028640, 2028641, 2028642, 2028643 | ||
Bug Blocks: | 2020742 |
Description
Guilherme de Almeida Suckevicz
2021-11-05 17:55:32 UTC
Created golang tracking bugs for this issue: Affects: epel-all [bug 2020737] Affects: fedora-all [bug 2020739] Affects: openstack-rdo [bug 2020738] The vulnerable function `Reader.Open` was only introduced in Go 1.16 [1] [1] - https://github.com/golang/go/commit/1296ee6b4f9058be75c799513ccb488d2f2dd085#diff-0080ec4a6ff2467b5511020b725e4f633f08384e892e18103af78e4fe9912278 Upstream issue: https://github.com/golang/go/issues/48085 and fixes: for 1.17.3 https://github.com/golang/go/commit/b212ba68296b503b395e7d1838ca72a19030a6bf for 1.16.10 https://github.com/golang/go/commit/88407a8dd98411f1730907dc8a69b99488af0052 This issue has been addressed in the following products: Red Hat Developer Tools Via RHSA-2021:5176 https://access.redhat.com/errata/RHSA-2021:5176 This issue has been addressed in the following products: Red Hat Migration Toolkit for Containers 1.7 Via RHSA-2022:1734 https://access.redhat.com/errata/RHSA-2022:1734 This issue has been addressed in the following products: Openshift Serverless 1 on RHEL 8 Via RHSA-2022:1745 https://access.redhat.com/errata/RHSA-2022:1745 This issue has been addressed in the following products: Openshift Serveless 1.22 Via RHSA-2022:1747 https://access.redhat.com/errata/RHSA-2022:1747 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2022:1819 https://access.redhat.com/errata/RHSA-2022:1819 This bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2021-41772 |