KingSkrupellos

XenForo 1.5.x Advanced Application Forms 1.2.2 Redirect

Mar 1st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : XenForo 1.5.x Advanced Application Forms 1.2.2 Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 02/03/2019
  7. # Vendor Homepage : xenforo.com ~ snogssite.com
  8. # Software Information Link : snogssite.com/resources/advanced-application-forms-for-xenforo-1-x.7/
  9. xenforo.com/community/resources/advanced-forms.5632/
  10. # Software Affected Version : 1.2.2
  11. Compatible with XenForo 1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Low
  15. # Google Dorks : intext:Advanced Application Forms 1.2.2 © 2011 by Snog
  16. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  17. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  18. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  19. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  20.  
  21. ####################################################################
  22.  
  23. # Description about Software :
  24. ***************************
  25. Advanced Forms can be used for just about any type of form you need.
  26.  
  27. It is widely used by XenForo and vBulletin Forum Software.
  28.  
  29. ####################################################################
  30.  
  31. # Impact :
  32. *********
  33. This web application XenForo 1.5.x Advanced Application Forms 1.2.2 accepts a user-controlled
  34.  
  35. input that specifies a link to an external site, and uses that link in a Redirect.
  36.  
  37. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  38.  
  39. the web application to redirect the request to the specified URL. By modifying the URL value
  40.  
  41. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  42.  
  43. Because the server name in the modified link is identical to the original site, phishing attempts
  44.  
  45. have a more trustworthy appearance.
  46.  
  47. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  48.  
  49. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.
  50.  
  51. Web users often encounter redirection when they visit the Web site of a company whose name
  52.  
  53. has been changed or which has been acquired by another company. Visiting unreal web page
  54.  
  55. user's computer becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  56.  
  57. ####################################################################
  58.  
  59. # Open Redirection Exploit :
  60. **************************
  61. /redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  62.  
  63. /forum/redirect-to/?redirect=https://www.[REDIRECTION-ADDRESS].gov
  64.  
  65. ####################################################################
  66.  
  67. # Example Vulnerable Sites :
  68. *************************
  69. [+] forum.jokergaming.ir/redirect-to/?redirect=https://cxsecurity.com/
  70.  
  71. ####################################################################
  72.  
  73. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  74.  
  75. ####################################################################
Add Comment
Please, Sign In to add comment