Vulnerabilites related to Go standard library - compress/gzip
cve-2022-30631
Vulnerability from cvelistv5
Published
2022-08-09 20:16
Modified
2024-08-03 06:56
Severity ?
Summary
Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.
Impacted products
Vendor Product Version
Go standard library compress/gzip Version: 0   
Version: 1.18.0-0   
Create a notification for this product.
Show details on NVD website


{
   containers: {
      adp: [
         {
            providerMetadata: {
               dateUpdated: "2024-08-03T06:56:13.231Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://go.dev/cl/417067",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://go.googlesource.com/go/+/b2b8872c876201eac2d0707276c6999ff3eb185e",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://go.dev/issue/53168",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://pkg.go.dev/vuln/GO-2022-0524",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               collectionURL: "https://pkg.go.dev",
               defaultStatus: "unaffected",
               packageName: "compress/gzip",
               product: "compress/gzip",
               programRoutines: [
                  {
                     name: "Reader.Read",
                  },
               ],
               vendor: "Go standard library",
               versions: [
                  {
                     lessThan: "1.17.12",
                     status: "affected",
                     version: "0",
                     versionType: "semver",
                  },
                  {
                     lessThan: "1.18.4",
                     status: "affected",
                     version: "1.18.0-0",
                     versionType: "semver",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
            },
         ],
         problemTypes: [
            {
               descriptions: [
                  {
                     description: "CWE-674: Uncontrolled Recursion",
                     lang: "en",
                  },
               ],
            },
         ],
         providerMetadata: {
            dateUpdated: "2023-06-12T19:04:40.977Z",
            orgId: "1bb62c36-49e3-4200-9d77-64a1400537cc",
            shortName: "Go",
         },
         references: [
            {
               url: "https://go.dev/cl/417067",
            },
            {
               url: "https://go.googlesource.com/go/+/b2b8872c876201eac2d0707276c6999ff3eb185e",
            },
            {
               url: "https://go.dev/issue/53168",
            },
            {
               url: "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
            },
            {
               url: "https://pkg.go.dev/vuln/GO-2022-0524",
            },
         ],
         title: "Stack exhaustion when reading certain archives in compress/gzip",
      },
   },
   cveMetadata: {
      assignerOrgId: "1bb62c36-49e3-4200-9d77-64a1400537cc",
      assignerShortName: "Go",
      cveId: "CVE-2022-30631",
      datePublished: "2022-08-09T20:16:32",
      dateReserved: "2022-05-12T00:00:00",
      dateUpdated: "2024-08-03T06:56:13.231Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
}