4 matches found
GO-2024-2821 Denial of Service from untrusted requests in github.com/stacklok/minder
HandleGithubWebhook is susceptible to a denial of service attack from an untrusted HTTP request. An untrusted request can cause the server to allocate large amounts of memory resulting in a denial of service...
CVE-2024-34084
Minder's HandleGithubWebhook is susceptible to a denial of service attack from an untrusted HTTP request. The vulnerability exists before the request has been validated, and as such the request is still untrusted at the point of failure. This allows an attacker with the ability to send requests t...
CVE-2024-34084
CVE-2024-34084 concerns Minder’s HandleGithubWebhook. Multiple connected records confirm a DoS condition caused by untrusted HTTP requests, where the code path reads the entire request body into memory before validation (notably in readerFromRequest/handle_githubwebhooks.go), enabling memory exha...
CVE-2024-34084 Minder's Github Webhook Handler vulnerable to denial of service from un-validated requests
Minder's HandleGithubWebhook is susceptible to a denial of service attack from an untrusted HTTP request. The vulnerability exists before the request has been validated, and as such the request is still untrusted at the point of failure. This allows an attacker with the ability to send requests t...