The secrethash, which the application relies for multiple security measures, can be brute-forced. The hash is quite small, with only 10 characters of only hexadecimal, making 16^10 possilibities ( 1.099.511.627.776 ). The SHA1 of the secret can be obtained via a captcha string and brute-forced offline with an GPU.
{ "nvd_published_at": "2022-04-05T07:15:00Z", "github_reviewed_at": "2022-04-07T15:40:15Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-916" ] }