Withdrawn Advisory: Open WebUI Allows Arbitrary File Write via the `/models/upload` Endpoint
Moderate severity
GitHub Reviewed
Published
Mar 20, 2025
to the GitHub Advisory Database
•
Updated Sep 2, 2026
Withdrawn
This advisory was withdrawn on Sep 2, 2026
Description
Published by the National Vulnerability Database
Mar 20, 2025
Published to the GitHub Advisory Database
Mar 20, 2025
Reviewed
Mar 21, 2025
Withdrawn
Sep 2, 2026
Last updated
Sep 2, 2026
Withdrawn Advisory
This advisory has been withdrawn because it does not describe a valid vulnerability. This link is maintained to preserve external references.
Original Description
In open-webui version 0.3.8, the endpoint
/models/uploadis vulnerable to arbitrary file write due to improper handling of user-supplied filenames. The vulnerability arises from the usage offile_path = f"{UPLOAD_DIR}/{file.filename}"without proper input validation or sanitization. An attacker can exploit this by manipulating thefile.filenameparameter to include directory traversal sequences, causing the resultingfile_pathto escape the intendedUPLOAD_DIRand potentially overwrite arbitrary files on the system. This can lead to unauthorized modifications of system binaries, configuration files, or sensitive data, potentially enabling remote command execution.References