Advertisement
KingSkrupellos

WordPress 4.9.10 ButterKekse Plugins Open Redirection

Mar 28th, 2019
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress 4.9.10 ButterKekse Plugins Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 29/03/2019
  7. # Vendor Homepage : bananensaft.com - wordpress.org
  8. # Version : WordPress 4.9.10
  9. # Tested On : Windows and Linux
  10. # Category : WebApps
  11. # Exploit Risk : High
  12. # Google Dorks : inurl:/wp-content/plugins/butterkekse/
  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.  
  20. # Impact :
  21. ***********
  22. WordPress ButterKekse Plugins accepts a user-controlled
  23.  
  24. input that specifies a link to an external site, and uses that link in a Redirect.
  25.  
  26. This simplifies phishing attacks. An http parameter may contain a URL value
  27.  
  28. and could cause the web application to redirect the request to the specified URL.
  29.  
  30. By modifying the URL value to a malicious site, an attacker may successfully
  31.  
  32. launch a phishing scam and steal user credentials. Because the server name in the
  33.  
  34. modified link is identical to the original site, phishing attempts have a more
  35.  
  36. trustworthy appearance. Open redirect is a failure in that process that makes
  37.  
  38. it possible for attackers to steer users to malicious websites. This vulnerability is
  39.  
  40. used in phishing attacks to get users to visit malicious sites without realizing it.
  41.  
  42. Web users often encounter redirection when they visit the Web site of a company
  43.  
  44. whose name has been changed or which has been acquired by another company.
  45.  
  46. Visiting unreal web page user's computer becomes affected by malware
  47.  
  48. the task of which is to deceive the valid actor and steal his personal data.
  49.  
  50. ####################################################################
  51.  
  52. # Vulnerable File :
  53. ****************
  54. /redirector.php
  55.  
  56. # Vulnerable Parameter :
  57. **********************
  58. ?url=
  59.  
  60. # Open Redirection Exploit :
  61. **************************
  62. /wp-content/plugins/butterkekse/redirector.php?url=https://www.[REDIRECTION].gov
  63.  
  64. ####################################################################
  65.  
  66. # Example Vulnerable Sites :
  67. *************************
  68. [+] bananensaft.com/wp-content/plugins/butterkekse/redirector.php?url=https://cxsecurity.com/
  69.  
  70. [+] kokos-wasser.info/wp-content/plugins/butterkekse/redirector.php?url=https://cxsecurity.com/
  71.  
  72. ####################################################################
  73.  
  74. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  75.  
  76. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement