← Back to CVE List

CVE-2024-39721

Published: 2024-10-31T20:15Z
Last Modified: 2024-11-01T16:35Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
An issue was discovered in Ollama before 0.1.34. The CreateModelHandler function uses os.Open to read a file until completion. The req.Path parameter is user-controlled and can be set to /dev/random, which is blocking, causing the goroutine to run infinitely (even after the HTTP request is aborted by the client). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt