Advertisement
KingSkrupellos

AsureSoftware AsureForce Time Version 12.0 Open Redirection

Feb 25th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. ########################################################################################
  2.  
  3. # Exploit Title : AsureSoftware AsureForce Time Version 12.0 Open Redirection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 26/02/2019
  7. # Vendor Homepage : asuresoftware.com
  8. # Software Information Link : asuresoftware.com/products/time-attendance/
  9. # Software Version : 12.0
  10. # Software Price Type : Free and Paid Download
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : High
  14. # Google Dorks : intext:AsureForce Time Version 12.0
  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. Improving your workspace and Improving your Workforce - Flex-time, hoteling, co-working, and activity based work -
  25.  
  26. maximize your real estate investment. Collect Time and Attendance any way you like :
  27.  
  28. Geo-punch, Facial Recognition, Badge readers, PC, and more.
  29.  
  30. ########################################################################################
  31.  
  32. # Impact :
  33. ***********
  34. This web application AsureSoftware AsureForce Time Version 12.0 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.aspx?redirecturl=https://www.[REDIRECTION-ADDRESS].gov
  63.  
  64. ########################################################################################
  65.  
  66. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  67.  
  68. ########################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement