KingSkrupellos

vBulletin 4.2.5 Member Map 1.1.2 Lite Open Redirection

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