Advertisement
KingSkrupellos

vBulletin 3.8.4 Zoints SEO 2.3.2 ComputerLogic Open Redirect

Mar 1st, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : vBulletin 3.8.4 Zoints SEO 2.3.2 Computer-Logic Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/03/2019
  7. # Vendor Homepages : zoints.com ~ computer-logic.org
  8. # Software Information Links :
  9. vbulletin.org/forum/showthread.php?t=127336
  10. vbulletin.org/forum/showthread.php?t=202739
  11. # Software Affected Version : Zoints SEO 2.3.0 and 2.2.2 - 2.3.2
  12. Compatible with vBulletin 3.8.4 - 3.6.1 and other 3.x.x versions
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks :
  17. intext:Zoints SEO v2.3.0 by Zoints & Computer-Logic.org
  18. intext:Powered by vBulletin® Copyright ©2000 - 2019, Jelsoft Enterprises Ltd.
  19. intext:Powered by vBadvanced CMPS
  20. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  21. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  22. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  23. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  24.  
  25. ####################################################################
  26.  
  27. # Description about Software :
  28. ***************************
  29. Zoints is a company that believes that forums are the killer application of the internet
  30.  
  31. and used by vBulletin Forums. Zoints has been developing an extremely powerful
  32.  
  33. vBulletin forum SEO and revenue enhancing solution.
  34.  
  35. ####################################################################
  36.  
  37. # Impact :
  38. **********
  39. This web application vBulletin 3.8.4 Zoints SEO v2.3.0 Computer-Logic accepts a user-controlled
  40.  
  41. input that specifies a link to an external site, and uses that link in a Redirect.
  42.  
  43. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  44.  
  45. the web application to redirect the request to the specified URL. By modifying the URL value
  46.  
  47. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  48.  
  49. Because the server name in the modified link is identical to the original site, phishing attempts
  50.  
  51. have a more trustworthy appearance.
  52.  
  53. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  54.  
  55. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.
  56.  
  57. Web users often encounter redirection when they visit the Web site of a company whose name
  58.  
  59. has been changed or which has been acquired by another company. Visiting unreal web page
  60.  
  61. user's computer becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  62.  
  63. ####################################################################
  64.  
  65. # Open Redirection Exploit :
  66. *************************
  67. /forum/redirector.php?url=[OPEN REDIRECTION VULNERABILITY]
  68.  
  69. /redirector.php?url=[OPEN REDIRECTION VULNERABILITY]
  70.  
  71. /redirect-to/?redirect=[OPEN REDIRECTION VULNERABILITY]
  72.  
  73. /forum/redirect-to/?redirect=[OPEN REDIRECTION VULNERABILITY]
  74.  
  75. ####################################################################
  76.  
  77. # Example Vulnerable Sites :
  78. *************************
  79. [+] hondasquad.com/forum/redirector.php?url=https://cxsecurity.com/
  80.  
  81. [+] ziraatciyiz.biz/redirector.php?url=https://cxsecurity.com/
  82.  
  83. [+] istihbaratekibi.com/redirect-to/?redirect=https://cxsecurity.com/
  84.  
  85. ####################################################################
  86.  
  87. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  88.  
  89. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement