CVE-2024-7035: Cross-Site Request Forgery (CSRF) in open-webui/open-webui
In version v0.3.8 of open-webui/open-webui, sensitive actions such as deleting and resetting are performed using the GET method. This vulnerability allows an attacker to perform Cross-Site Request Forgery (CSRF) attacks, where an unaware user can unintentionally perform sensitive actions by simply visiting a malicious site or through top-level navigation. The affected endpoints include /rag/api/v1/reset, /rag/api/v1/reset/db, /api/v1/memories/reset, and /rag/api/v1/reset/uploads. This impacts both the availability and integrity of the application.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-7035?
CVE-2024-7035 is considered a high severity vulnerability due to its potential for Cross-Site Request Forgery (CSRF) attacks.
How do I fix CVE-2024-7035?
To fix CVE-2024-7035, update to a version of open-webui that implements CSRF protection for sensitive actions.
What actions are vulnerable in CVE-2024-7035?
CVE-2024-7035 vulnerabilities involve sensitive actions such as deleting and resetting being executed through the GET method.
Who is affected by CVE-2024-7035?
CVE-2024-7035 affects users of open-webui version v0.3.8 and earlier.
What is the impact of exploiting CVE-2024-7035?
Exploiting CVE-2024-7035 allows attackers to perform unauthorized actions on behalf of authenticated users, compromising application security.