KingSkrupellos

WordPress 4.6.12 PHPL Plugins 1.0 Open Redirection

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