mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-34158",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Calling Parse on a \"// +build\" build tag line with deeply nested expressions can cause a panic due to stack exhaustion."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-674: Uncontrolled Recursion"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "go/build/constraint",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.22.7"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.23.0-0",
|
|
"version_value": "1.23.1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/cl/611240",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/611240"
|
|
},
|
|
{
|
|
"url": "https://go.dev/issue/69141",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/69141"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-3107",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2024-3107"
|
|
}
|
|
]
|
|
}
|
|
} |