Vulnerabilities (CVE)

Filtered by CWE-1100
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-9612 1 Onyx 1 Onyx 2025-04-03 N/A 6.5 MEDIUM
In danswer-ai/danswer v0.3.94, administrators can set the visibility of pages within a workspace, including the search page. When the search page is set to be invisible, regular users cannot view the search page or access its functionalities from the front-end interface. However, the back-end does not verify the visibility status of the search page. Consequently, attackers can directly call the API to access the functionalities provided by the search page, bypassing the visibility restriction set by the administrator.
CVE-2024-7045 2025-03-20 N/A 4.3 MEDIUM
In version v0.3.8 of open-webui/open-webui, improper access control vulnerabilities allow an attacker to view any prompts. The application does not verify whether the attacker is an administrator, allowing the attacker to directly call the /api/v1/prompts/ interface to retrieve all prompt information created by the admin, which includes the ID values. Subsequently, the attacker can exploit the /api/v1/prompts/command/{command_id} interface to obtain arbitrary prompt information.