KingSkrupellos

WordPress 4.9.10 Xunjin Themes 4.6 Open Redirection

May 23rd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress 4.9.10 Xunjin Themes 4.6 Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/05/2019
  7. # Vendor Homepage : xunjinwang.com
  8. # Theme Affected Version : 4.6
  9. # WordPress Affected Version : 4.9.10
  10. # Information Link : themesinfo.com/xunjin-wordpress-page-template-b3mhg
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:/wp-content/themes/xunjin/
  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 Xunjin 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/xunjin/inc/go.php?url=https://www.[REDIRECTADDRESS].gov
  51.  
  52. ####################################################################
  53.  
  54. # Example Vulnerable Sites :
  55. *************************
  56. [+] xunjinwang.com/wp-content/themes/xunjin/inc/go.php?url=https://cxsecurity.com/
  57.  
  58. ####################################################################
  59.  
  60. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  61.  
  62. ####################################################################
Add Comment
Please, Sign In to add comment