KingSkrupellos

Irish News TheJournal Open Redirection

May 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. #####################################################################
  2.  
  3. # Exploit Title : Irish News TheJournal Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 23/05/2019
  7. # Vendor Homepage : thejournal.ie
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  12. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  13. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  14. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  15.  
  16. #####################################################################
  17.  
  18. # Impact :
  19. ***********
  20. Irish News TheJournal accepts a user-controlled input that specifies
  21. a link to an external site, and uses that link in a Redirect. This simplifies phishing
  22. attacks. An http parameter may contain a URL value and could cause the web
  23. application to redirect the request to the specified URL. By modifying the URL
  24. value to a malicious site, an attacker may successfully launch a phishing scam and
  25. steal user credentials. Because the server name in the modified link is identical to the
  26. original site, phishing attempts have a more trustworthy appearance. Open redirect is a
  27. failure in that process that makes it possible for attackers to steer users to malicious
  28. websites. This vulnerability is used in phishing attacks to get users to visit malicious
  29. sites without realizing it. Web users often encounter redirection when they visit the
  30. Web site of a company whose name has been changed or which has been acquired by
  31. another company. Visiting unreal web page user's computer becomes affected
  32. by malware the task of which is to deceive the valid actor and steal his personal data.
  33.  
  34. #####################################################################
  35.  
  36. # Vulnerable Parameters :
  37. ***********************
  38. /?url=
  39.  
  40. # Open Redirection Exploit :
  41. **************************
  42. /utils/login/facebook/?url=https://www.[REDIRECTIONADDRESS].gov
  43.  
  44. #####################################################################
  45.  
  46. # Example Vulnerable Sites :
  47. *************************
  48. [+] thejournal.ie/utils/login/facebook/?url=https://cxsecurity.com/
  49.  
  50. #####################################################################
  51.  
  52. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  53.  
  54. #####################################################################
Add Comment
Please, Sign In to add comment