KingSkrupellos

WordPress 4.9.10 İfxPro.Cn Themes Open Redirection

Mar 14th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. ############################################################################################
  2.  
  3. # Exploit Title : WordPress 4.9.10 İfxPro.Cn Themes Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 15/03/2019
  7. # Vendor Homepage : ifxpro.cn
  8. # Software Information Link : ifxpro.cn/about-us.html
  9. # Software Affected Version : 4.9.10
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : High
  13. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  17.  
  18. ############################################################################################
  19. # Impact :
  20. ***********
  21. This web application WordPress İfxPro.Cn Themes accepts a user-controlled input that specifies a link to an external site,
  22.  
  23. and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may contain a URL value and
  24.  
  25. could cause the web application to redirect the request to the specified URL. By modifying the URL value to a
  26.  
  27. malicious site, an attacker may successfully launch a phishing scam and steal user credentials. Because the server name
  28.  
  29. in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
  30.  
  31. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  32.  
  33. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it. Web users often
  34.  
  35. encounter redirection when they visit the Web site of a company whose name has been changed or which has been
  36.  
  37. acquired by another company. Visiting unreal web page user's computer becomes affected by malware the task of
  38.  
  39. which is to deceive the valid actor and steal his personal data.
  40.  
  41. ############################################################################################
  42.  
  43. # Vulnerable File : go.php
  44. ***************
  45. # Vulnerable Parameter : ?url=
  46. *********************
  47. # Open Redirection Exploit :
  48. *************************
  49. /wp-content/themes/ifxpro.cn/inc/go.php?url=https://www.[REDIRECTION-ADDRESS].gov
  50.  
  51. ############################################################################################
  52.  
  53. # Example Vulnerable Sites :
  54. *************************
  55. [+] ifxpro.cn/wp-content/themes/ifxpro.cn/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