cvelist/2022/30xxx/CVE-2022-30630.json
2022-08-17 04:00:38 +00:00

102 lines
3.5 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30630",
"STATE": "PUBLIC"
},
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "io/fs",
"version": {
"version_data": [
{
"version_value": "1.17.12",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.4",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-674: Uncontrolled Recursion"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0527",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0527"
},
{
"url": "https://go.dev/cl/417065",
"refsource": "MISC",
"name": "https://go.dev/cl/417065"
},
{
"url": "https://go.googlesource.com/go/+/fa2d41d0ca736f3ad6b200b2a4e134364e9acc59",
"refsource": "MISC",
"name": "https://go.googlesource.com/go/+/fa2d41d0ca736f3ad6b200b2a4e134364e9acc59"
},
{
"url": "https://go.dev/issue/53415",
"refsource": "MISC",
"name": "https://go.dev/issue/53415"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
}
]
},
"credit": [
{
"lang": "eng",
"value": ""
}
]
}