Advertisement
KingSkrupellos

WordPress 5.1.1 Wopus Themes Open Redirection

Mar 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : WordPress 5.1.1 Wopus Themes Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 15/03/2019
  7. # Vendor Homepage : wopus.org
  8. # Software Information Link : wopus.org/category/themes/cms/
  9. wopus.org/category/wordpress-troubleshooting/
  10. # Software Affected Version : 5.1.1
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : High
  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. This web application WordPress Wopus Themes accepts a user-controlled input that specifies a link to an external site,
  24.  
  25. and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may contain a URL value and
  26.  
  27. could cause the web application to redirect the request to the specified URL. By modifying the URL value to a
  28.  
  29. malicious site, an attacker may successfully launch a phishing scam and steal user credentials. Because the server name
  30.  
  31. in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
  32.  
  33. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  34.  
  35. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it. Web users often
  36.  
  37. encounter redirection when they visit the Web site of a company whose name has been changed or which has been
  38.  
  39. acquired by another company. Visiting unreal web page user's computer becomes affected by malware the task of
  40.  
  41. which is to deceive the valid actor and steal his personal data.
  42.  
  43. ############################################################################################
  44.  
  45. # Vulnerable File : go.php
  46. ***************
  47. # Vulnerable Parameter : ?url=
  48. *********************
  49. # Open Redirection Exploit :
  50. *************************
  51. /wp-content/themes/wopus/inc/go.php?url=https://www.[REDIRECTION-ADDRESS].gov
  52.  
  53. ############################################################################################
  54.  
  55. # Example Vulnerable Sites :
  56. *************************
  57. [+] wopus.org/wp-content/themes/wopus/inc/go.php?url=https://cxsecurity.com/
  58.  
  59. [+] vipalio.com/wp-content/themes/wopus/inc/go.php?url=https://cxsecurity.com/
  60.  
  61. ############################################################################################
  62.  
  63. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  64.  
  65. ############################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement