CVE Published: 11/12/2023 |
CVE Updated: 02/08/2024 |
CVE Year: 2023 Source: Go |
Vendor: github.com/mojocn/base64Captcha |
Product: github.com/mojocn/base64Captcha Status : PUBLISHED
CVE-2023-45292 Description
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.