CVE-2025-63391
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-18

Last updated on: 2025-12-19

Assigner: MITRE

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-18
Last Modified
2025-12-19
Generated
2026-05-07
AI Q&A
2025-12-18
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
open-webui open-webui 0.6.32
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-63391 is an authentication bypass vulnerability in Open-WebUI versions up to and including 0.6.32. It affects the /api/config API endpoint, which lacks proper authentication and authorization controls. This allows unauthenticated remote attackers to send HTTP GET requests without credentials and retrieve sensitive system configuration data such as authentication status, enabled features, security settings, integration configurations, and user statistics. [1]


How can this vulnerability impact me? :

This vulnerability can lead to information disclosure by exposing sensitive system configuration data to unauthenticated attackers. Attackers can use this information for reconnaissance to identify security weaknesses and potentially facilitate further unauthorized access attempts, compromising the security of the affected system. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

You can detect this vulnerability by sending an unauthenticated HTTP GET request to the /api/config endpoint of the Open-WebUI server. If the server responds with sensitive configuration data without requiring authentication, it is vulnerable. For example, you can use the following curl command to test: curl -X GET http://<target-ip-or-hostname>/api/config If the response contains system configuration details without authentication prompts, the vulnerability is present. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting access to the /api/config endpoint by implementing proper authentication and authorization controls. If possible, update Open-WebUI to a version later than 0.6.32 where this issue is fixed. Additionally, consider network-level protections such as firewall rules to limit access to the affected endpoint only to trusted users or systems. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart