Advertisement
KingSkrupellos

vBulletin 4.2.5 Advanced User Tagging v3.1.3 Pro Redirection

Mar 1st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. #############################################################################
  2.  
  3. # Exploit Title : vBulletin 4.2.5 Advanced User Tagging v3.1.3 Pro Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 02/03/2019
  7. # Vendor Homepage : vbulletin.com ~ dragonbyte-tech.com
  8. # Software Information Link : dragonbyte-tech.com/store/advanced-user-tagging.20/
  9. ihax.fr/threads/advanced-application-forms-1-2-12.5493/
  10. # Software Affected Version : 3.1.3 Pro and Lite / All previous versions
  11. Compatible with vBulletin 3.8.x vBulletin 4.x.x
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks :
  16. intext:Powered by vBulletin® Version 4.2.5 - Advanced User Tagging v3.1.3 (Pro)
  17. intext:User Alert System provided by Advanced User Tagging v3.1.3 (Pro) -
  18. vBulletin Mods & Addons Copyright © 2019 DragonByte Technologies Ltd.
  19. intext:vBulletin Skins by Bluepearl Skins
  20. intext:Image resizer by SevenSkins
  21. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  22. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  23. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  24. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  25.  
  26. #############################################################################
  27.  
  28. # Description about Software :
  29. ***************************
  30. Advanced User Tagging is designed to increase activity on your forum by allowing
  31.  
  32. members to mention each other in posts when talking about them.
  33.  
  34. This is done in a very easy way, very similar to how Twitter mentions people.
  35.  
  36. #############################################################################
  37.  
  38. # Impact :
  39. *********
  40. This web application vBulletin 4.2.5 Advanced User Tagging v3.1.3 accepts a user-controlled
  41.  
  42. input that specifies a link to an external site, and uses that link in a Redirect.
  43.  
  44. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  45.  
  46. the web application to redirect the request to the specified URL. By modifying the URL value
  47.  
  48. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  49.  
  50. Because the server name in the modified link is identical to the original site, phishing attempts
  51.  
  52. have a more trustworthy appearance.
  53.  
  54. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  55.  
  56. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.
  57.  
  58. Web users often encounter redirection when they visit the Web site of a company whose name
  59.  
  60. has been changed or which has been acquired by another company. Visiting unreal web page
  61.  
  62. user's computer becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  63.  
  64. #############################################################################
  65.  
  66. # Open Redirection Exploit :
  67. ************************
  68. /forum/redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  69.  
  70. /redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  71.  
  72. #############################################################################
  73.  
  74. # Example Vulnerable Sites :
  75. *************************
  76. [+] ozmpsclub.com/forum/redirect-to/?redirect=https://cxsecurity.com/
  77.  
  78. [+] forum.jokergaming.ir/redirect-to/?redirect=https://cxsecurity.com/
  79.  
  80. #############################################################################
  81.  
  82. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  83.  
  84. #############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement