cvelist/2023/45xxx/CVE-2023-45292.json

85 lines
3.0 KiB
JSON
Raw Normal View History

2023-10-06 18:00:37 +00:00
{
2023-12-11 22:00:32 +00:00
"data_version": "4.0",
2023-10-06 18:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-45292",
2023-12-11 22:00:32 +00:00
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
2023-10-06 18:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-12-11 22:00:32 +00:00
"value": "When using the default implementation of Verify to check a Captcha, verification can be bypassed. For example, if the first parameter is a non-existent id, the second parameter is an empty string, and the third parameter is true, the function will always consider the Captcha to be correct."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-305: Authentication Bypass by Primary Weakness"
}
]
2023-10-06 18:00:37 +00:00
}
]
2023-12-11 22:00:32 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/mojocn/base64Captcha",
"product": {
"product_data": [
{
"product_name": "github.com/mojocn/base64Captcha",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.3.6"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/mojocn/base64Captcha/issues/120",
"refsource": "MISC",
"name": "https://github.com/mojocn/base64Captcha/issues/120"
},
{
"url": "https://github.com/mojocn/base64Captcha/commit/9b11012caca58925f1e47c770f79f2fa47e3ad13",
"refsource": "MISC",
"name": "https://github.com/mojocn/base64Captcha/commit/9b11012caca58925f1e47c770f79f2fa47e3ad13"
},
{
"url": "https://github.com/mojocn/base64Captcha/commit/5ab86bd6f333aad3936f912fc52b411168dcd4a7",
"refsource": "MISC",
"name": "https://github.com/mojocn/base64Captcha/commit/5ab86bd6f333aad3936f912fc52b411168dcd4a7"
},
{
"url": "https://pkg.go.dev/vuln/GO-2023-2386",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2023-2386"
}
]
},
"credits": [
{
"lang": "en",
"value": "@cangkuai"
}
]
2023-10-06 18:00:37 +00:00
}