Security Advisory

CVE-2024-39721

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-10-31 00:00:00
Last updated 2024-11-01 15:19:09
Assigner mitre
CVSS score not scored
State PUBLISHED

Description

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).