Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,46 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hqhc-8hp4-hrwc",
"modified": "2026-01-22T18:30:29Z",
"modified": "2026-01-22T18:30:30Z",
"published": "2025-12-18T18:30:30Z",
"aliases": [
"CVE-2025-63391"
],
"details": "An authentication bypass vulnerability exists in Open-WebUI <=0.6.32 in the /api/config endpoint. The endpoint lacks proper authentication and authorization controls, exposing sensitive system configuration data to unauthenticated remote attackers.",
"summary": "[DISPUTED BY VENDOR] Open-WebUI /api/config Authentication Bypass",
"details": "> **DISPUTED BY VENDOR (Open WebUI maintainers).** This advisory does not describe a vulnerability. The cited endpoint (`routers/ollama.py:verify_connection`) is gated by an admin-only authentication dependency — reachable only by administrators verifying a model-server URL they themselves just configured. The \"attacker\" is the administrator typing a URL into a settings field they own. Out of scope per the Open WebUI security policy (Rule 9, Admin Actions). The vendor was not contacted before publication (originated from a personal markdown file in an unrelated GitHub repository, submitted directly to MITRE). A formal REJECT request is pending with MITRE. See: https://docs.openwebui.com/security/vendor-dispositions/cve-2025-29446/\n\n---\n\nAn authentication bypass vulnerability exists in Open-WebUI <=0.6.32 in the /api/config endpoint. The endpoint lacks proper authentication and authorization controls, exposing sensitive system configuration data to unauthenticated remote attackers.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": ""
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-63391"
},
{
"type": "WEB",
"url": "https://docs.openwebui.com/security/vendor-dispositions/cve-2025-29446"
},
{
"type": "WEB",
"url": "https://gist.github.com/Cristliu/13c41b97285b776275bc8bfd3504e51b"
Expand Down