cvelist/2016/15xxx/CVE-2016-15005.json
2023-02-28 18:00:33 +00:00

85 lines
2.8 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2016-15005",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "CSRF tokens are generated using math/rand, which is not a cryptographically secure random number generator, allowing an attacker to predict values and bypass CSRF protections with relatively few requests."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/dinever/golf",
"product": {
"product_data": [
{
"product_name": "github.com/dinever/golf",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "0.3.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/dinever/golf/pull/24",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/pull/24"
},
{
"url": "https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/commit/3776f338be48b5bc5e8cf9faff7851fc52a3f1fe"
},
{
"url": "https://github.com/dinever/golf/issues/20",
"refsource": "MISC",
"name": "https://github.com/dinever/golf/issues/20"
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0045",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2020-0045"
}
]
},
"credits": [
{
"lang": "en",
"value": "@elithrar"
}
]
}