GitLab Plugin 1.5.35 and earlier does not use a constant-time comparison when checking whether the provided and expected webhook token are equal.
This could potentially allow attackers to use statistical methods to obtain a valid webhook token.
GitLab Plugin 1.5.36 uses a constant-time comparison when validating the webhook token.
{ "nvd_published_at": "2022-10-19T16:15:00Z", "cwe_ids": [ "CWE-203", "CWE-208" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2022-10-19T22:22:43Z" }