KingSkrupellos

WordPress 2kqq Themes Open Redirection

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