mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
issue: 0.6.10 Submits Entire Files as Web Search Queries #5223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sempervictus on GitHub (May 19, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.10
Ollama Version (if applicable)
No response
Operating System
22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Web search does not leak information - forms logical queries vs shoving globs of user content into search engines.
Actual Behavior
Working on a docker-compose setup w/ llama4 using o4-mini-reasoning as my task model, i just caught open-webui throwing a chunk of the YAML being set up for prometheus scrapers as a diff for some reason into searxng flooding the buffer capacity and failing the search while prepending some rather nonensical phrasing.
The data leakage concern here is non-trivial - it might be a good idea to bound the logic behind how web searches are performed and with what content to avoid spraying user data upstream (like default passwords in compose fall-through variables)...
Steps to Reproduce
Use web search while asking the prompt to rewrite its work product over the last few iterations concisely
Logs & Screenshots
Additional Information
Searxng set up per the openwebui docs, worked a few minutes ago on the last version just fine.
@tjbck commented on GitHub (May 19, 2025):
Exact steps to reproduce?