Advertisement
KingSkrupellos

Zarr Software Warwickshire 1.x Open Redirection

Feb 25th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Zarr Software Warwickshire 1.x Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 26/02/2019
  7. # Vendor Homepage : zarr.com
  8. # Software Information Links :
  9. zarr.com/bespoke-website-development/
  10. zarr.com/cloud-solutions/
  11. zarr.com/custom-crm-solutions/
  12. zarr.com/website-design/
  13. zarr.com/custom-ecommerce-solutions/
  14. # Software Version : 1.x
  15. # Tested On : Windows and Linux
  16. # Category : WebApps
  17. # Exploit Risk : Medium
  18. # Google Dorks : intext:''Website Design By Zarr''
  19. # Vulnerability Type : CWE-601 [ URL Redirection to Untrusted Site ('Open Redirect') ]
  20. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  21. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  22. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  23.  
  24. ####################################################################
  25.  
  26. # Description about Software :
  27. ***************************
  28. Specialist website design in Rugby, Warwickshire
  29.  
  30. All websites are unique and designed to meet the specific requirements
  31.  
  32. of the organisation or company concerned.
  33.  
  34. The internet is a great tool for any business and its importance in everyday
  35.  
  36. life from health to finance to shopping is continuing to grow.
  37.  
  38. At Zarr we understand the power of the internet and develop
  39.  
  40. web based solutions which achieve client's business goals.
  41.  
  42. ####################################################################
  43.  
  44. # Impact :
  45. ***********
  46. This web application Website Design By Zarr Warwickshire 1.x accepts a user-controlled
  47.  
  48. input that specifies a link to an external site, and uses that link in a Redirect.
  49.  
  50. This simplifies phishing attacks. An http parameter may contain a URL value and could cause
  51.  
  52. the web application to redirect the request to the specified URL. By modifying the URL value
  53.  
  54. to a malicious site, an attacker may successfully launch a phishing scam and steal user credentials.
  55.  
  56. Because the server name in the modified link is identical to the original site, phishing attempts
  57.  
  58. have a more trustworthy appearance.
  59.  
  60. Open redirect is a failure in that process that makes it possible for attackers to steer users to malicious websites.
  61.  
  62. This vulnerability is used in phishing attacks to get users to visit malicious sites without realizing it.
  63.  
  64. Web users often encounter redirection when they visit the Web site of a company whose name
  65.  
  66. has been changed or which has been acquired by another company. Visiting unreal web page
  67.  
  68. user's computer becomes affected by malware the task of which is to deceive the valid actor and steal his personal data.
  69.  
  70. ####################################################################
  71.  
  72. # Open Redirection Exploit :
  73. **************************
  74. /redirect.aspx?url=https://www.[REDIRECTION-ADDRESS].gov
  75.  
  76. ####################################################################
  77.  
  78. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  79.  
  80. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement