{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2023-45292",
        "ASSIGNER": "security@golang.org",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "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"
                    }
                ]
            }
        ]
    },
    "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"
        }
    ]
}