mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #12690] security: Private Prompts in Workspace are visible to all users #16684
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 @Classic298 on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12690
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When a prompt is saved in the workspace and the prompt is saved as a private prompt, it remains private and is not available to all users in the chat interface by accessing the stored prompts with the
/command.Actual Behavior
All prompts, even when stored as a private prompt, are available to all users in the chat interface. By writing
/all the available prompts get listed and can be accessed by anyoneSteps to Reproduce
/into their chat interface and observe the full list of all prompts being shown, even those of other users.Logs & Screenshots
Browser Logs not applicable
Additional Information
No response