mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22715] [Security] eval() in config.py + CORS wildcard in Swagger UI #19795
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 @hhhashexe on GitHub (Mar 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22715
Found via SkillFence automated scan.
Finding 1:
config.py—eval()dynamic code execution.Finding 2:
swagger-ui-bundle.js— CORS wildcard (*) pattern.Finding 3:
mineru.py— Authentication disabled pattern.Recommendation:
Scan:
npx skillfence scan .(82 critical, 87 high)Responsible disclosure via automated security scanning.
@pr-validator-bot commented on GitHub (Mar 16, 2026):
⚠️ Missing Issue Title Prefix
@hhhashexe, your issue title is missing a prefix (e.g.,
bug:,feat:,docs:).Please update your issue title to include one of the following prefixes:
Example:
bug: Login fails when using special characters in password