KingSkrupellos

WordPress 4.9.10 4DMayi Themes 4.6 Open Redirection

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