| { |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0", |
| "cveMetadata": { |
| "cveId": "CVE-2022-30631" |
| }, |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc" |
| }, |
| "title": "Stack exhaustion when reading certain archives in compress/gzip", |
| "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." |
| } |
| ], |
| "affected": [ |
| { |
| "vendor": "Go standard library", |
| "product": "compress/gzip", |
| "collectionURL": "https://pkg.go.dev", |
| "packageName": "compress/gzip", |
| "versions": [ |
| { |
| "version": "0", |
| "lessThan": "1.17.12", |
| "status": "affected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "1.18.0-0", |
| "lessThan": "1.18.4", |
| "status": "affected", |
| "versionType": "semver" |
| } |
| ], |
| "programRoutines": [ |
| { |
| "name": "Reader.Read" |
| } |
| ], |
| "defaultStatus": "unaffected" |
| } |
| ], |
| "problemTypes": [ |
| { |
| "descriptions": [ |
| { |
| "lang": "en", |
| "description": "CWE-674: Uncontrolled Recursion" |
| } |
| ] |
| } |
| ], |
| "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" |
| } |
| ] |
| } |
| } |
| } |