cbcvebase.

Stitionai Devika vulnerabilities

12 known vulnerabilities affecting stitionai/stitionai_devika.

Total CVEs
12
CISA KEV
0
Public exploits
1
Exploited in wild
1
Severity breakdown
CRITICAL2HIGH7MEDIUM3

Vulnerabilities

Page 1 of 1
CVE-2024-5334P2HIGHCVSS 7.5ExploitedPoC≥ unspecified, < -2024-06-27
CVE-2024-5334 [HIGH] CWE-73 CVE-2024-5334: A local file read vulnerability exists in the stitionai/devika repository, affecting the latest vers A local file read vulnerability exists in the stitionai/devika repository, affecting the latest version. The vulnerability is due to improper handling of the 'snapshot_path' parameter in the '/api/get-browser-snapshot' endpoint. An attacker can exploit this vulnerability by crafting a request with a malicious 'snapshot_path' parameter, leading to arbitra
nvd
CVE-2024-5752P2CRITICALCVSS 9.1≥ unspecified, < -2025-03-20
CVE-2024-5752 [CRITICAL] CWE-22 CVE-2024-5752: A path traversal vulnerability exists in stitionai/devika, specifically in the project creation func A path traversal vulnerability exists in stitionai/devika, specifically in the project creation functionality. In the affected version beacf6edaa205a5a5370525407a6db45137873b3, the project name is not validated, allowing an attacker to create a project with a crafted name that traverses directories. This can lead to arbitrary file overwrite when the
nvd
CVE-2024-5926P3CRITICALCVSS 9.1≥ unspecified, < -2024-06-30
CVE-2024-5926 [CRITICAL] CWE-29 CVE-2024-5926: A path traversal vulnerability in the get-project-files functionality of stitionai/devika allows att A path traversal vulnerability in the get-project-files functionality of stitionai/devika allows attackers to read arbitrary files from the filesystem and cause a Denial of Service (DoS). This issue is present in all versions of the application. The vulnerability arises due to insufficient path sanitization for the 'project-name' parameter, enabling
nvd
CVE-2024-5820P3HIGHCVSS 8.8≥ unspecified, ≤ latest2024-06-27
CVE-2024-5820 [HIGH] CWE-862 CVE-2024-5820: An unprotected WebSocket connection in the latest version of stitionai/devika (commit ecee79f) allow An unprotected WebSocket connection in the latest version of stitionai/devika (commit ecee79f) allows a malicious website to connect to the backend and issue commands on behalf of the user. The backend serves all listeners on the given socket, enabling any such malicious website to intercept all communication between the user and the backend. This vulne
nvd
CVE-2024-5548P3HIGHCVSS 7.5≥ unspecified, < -2024-06-27
CVE-2024-5548 [HIGH] CWE-22 CVE-2024-5548: A directory traversal vulnerability exists in the stitionai/devika repository, specifically within t A directory traversal vulnerability exists in the stitionai/devika repository, specifically within the /api/download-project endpoint. Attackers can exploit this vulnerability by manipulating the 'project_name' parameter in a GET request to download arbitrary files from the system. This issue affects the latest version of the repository. The vulnerabilit
nvd
CVE-2024-5547P3HIGHCVSS 7.5≥ unspecified, < -2024-06-27
CVE-2024-5547 [HIGH] CWE-23 CVE-2024-5547: A directory traversal vulnerability exists in the /api/download-project-pdf endpoint of the stitiona A directory traversal vulnerability exists in the /api/download-project-pdf endpoint of the stitionai/devika repository, affecting the latest version. The vulnerability arises due to insufficient sanitization of the 'project_name' parameter in the download_project_pdf function. Attackers can exploit this flaw by manipulating the 'project_name' parameter
nvd
CVE-2024-6433P3HIGHCVSS 7.5≥ unspecified, < -2024-07-10
CVE-2024-6433 [HIGH] CWE-23 CVE-2024-6433: The application zips all the files in the folder specified by the user, which allows an attacker to The application zips all the files in the folder specified by the user, which allows an attacker to read arbitrary files on the system by providing a crafted path. This vulnerability can be exploited by sending a request to the application with a malicious snapshot_path parameter.
nvd
CVE-2024-5549P3HIGHCVSS 8.1≥ unspecified, < -2024-07-09
CVE-2024-5549 [HIGH] CWE-346 CVE-2024-5549: A CORS misconfiguration in the stitionai/devika repository allows attackers to steal sensitive infor A CORS misconfiguration in the stitionai/devika repository allows attackers to steal sensitive information such as logs, browser sessions, and settings containing private API keys from other services. This vulnerability also enables attackers to perform actions on behalf of the user, such as deleting projects or sending messages. The issue arises from t
nvd
CVE-2024-6331P3MEDIUMCVSS 6.5≥ unspecified, ≤ latest2024-08-04
CVE-2024-6331 [MEDIUM] CWE-74 CVE-2024-6331: stitionai/devika main branch as of commit cdfb782b0e634b773b10963c8034dc9207ba1f9f is vulnerable to stitionai/devika main branch as of commit cdfb782b0e634b773b10963c8034dc9207ba1f9f is vulnerable to Local File Read (LFI) by Prompt Injection. The integration of Google Gimini 1.0 Pro with `HarmBlockThreshold.BLOCK_NONE` for `HarmCategory.HARM_CATEGORY_HATE_SPEECH` and `HarmCategory.HARM_CATEGORY_HARASSMENT` in `safety_settings` disables content protect
nvd
CVE-2024-5712P4HIGHCVSS 8.1≥ unspecified, ≤ latest2024-06-28
CVE-2024-5712 [HIGH] CWE-352 CVE-2024-5712: A Cross-Site Request Forgery (CSRF) vulnerability was identified in the stitionai/devika application A Cross-Site Request Forgery (CSRF) vulnerability was identified in the stitionai/devika application, affecting the latest version. This vulnerability allows attackers to perform unauthorized actions in the context of a victim's browser, such as deleting projects or changing application settings, without any CSRF protection implemented. Successful explo
nvd
CVE-2024-5821P4MEDIUMCVSS 6.2≥ unspecified, ≤ latest2024-07-03
CVE-2024-5821 [MEDIUM] CWE-22 CVE-2024-5821: The vulnerability allows an attacker to access sensitive files on the server by confusing the agent The vulnerability allows an attacker to access sensitive files on the server by confusing the agent with incorrect file names. When a user requests the content of a file with a misspelled name, the agent attempts to correct the command and inadvertently reveals the content of the intended file, such as /etc/passwd. This can lead to unauthorized access t
nvd
CVE-2024-5711P4MEDIUMCVSS 6.1≥ unspecified, < -2024-07-08
CVE-2024-5711 [MEDIUM] CWE-79 CVE-2024-5711: A stored Cross-Site Scripting (XSS) vulnerability exists in the stitionai/devika chat feature, allow A stored Cross-Site Scripting (XSS) vulnerability exists in the stitionai/devika chat feature, allowing attackers to inject malicious payloads into the chat input. This vulnerability is due to the lack of input validation and sanitization on both the frontend and backend components of the application. Specifically, the application fails to sanitize use
nvd
Stitionai Devika vulnerabilities | cvebase