An Out-Of-Memory (OOM) vulnerability exists in the ollama
server version 0.3.14. This vulnerability can be triggered when a malicious API server responds with a gzip bomb HTTP response, leading to the ollama
server crashing. The vulnerability is present in the makeRequestWithRetry
and getAuthorizationToken
functions, which use io.ReadAll
to read the response body. This can result in excessive memory usage and a Denial of Service (DoS) condition.
{ "nvd_published_at": "2025-03-20T10:15:31Z", "cwe_ids": [ "CWE-400" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-03-21T17:25:07Z" }