cvelist/2013/10xxx/CVE-2013-10005.json
2023-02-28 18:00:45 +00:00

88 lines
3.1 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2013-10005",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/btcsuite/go-socks",
"product": {
"product_data": [
{
"product_name": "github.com/btcsuite/go-socks",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "0.0.0-20130808000456-233bccbb1abe"
}
]
}
}
]
}
},
{
"vendor_name": "github.com/btcsuitereleases/go-socks",
"product": {
"product_data": [
{
"product_name": "github.com/btcsuitereleases/go-socks",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "0.0.0-20130808000456-233bccbb1abe"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc",
"refsource": "MISC",
"name": "https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0024",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0024"
}
]
}
}