mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7561] CVE-2024-33663 with python-jose requirement vulnerability #14793
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 @dmvieira on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7561
Summary
This is a critical severity security issue opened here.
Details
Latest version of openwebui is using python-jose 3.3.0
PoC
look at requirements.txt or pyproject.toml
Impact
Security scans are blocking it
@tjbck commented on GitHub (Dec 2, 2024):
I'm pretty sure it's not being used anywhere in the codebase. Confirmation wanted here!
@dmvieira commented on GitHub (Dec 2, 2024):
it's here: https://github.com/search?q=repo%3Aopen-webui%2Fopen-webui%20python-jose&type=code
@tjbck commented on GitHub (Dec 2, 2024):
Yes it's in the requirements, but I believe it's not being used. Confirmation wanted here.