Advertisement
KingSkrupellos

Joomla BookingCalendarForJoomla Components 3.4.0 SQL Inj

Feb 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla BookingCalendarForJoomla Components 3.4.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : joomlabookingcalendar.com ~ availabilitycalendar.com
  8. # Software Information Link : extensions.joomla.org/extension/booking-calendar/
  9. vel.joomla.org/resolved/2169-booking-calendar-for-joomal
  10. # Software Version : 3.4.0 and previous versions may vulnerable
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  15. Special Elements used in an SQL Command ('SQL Injection') ]
  16. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  17. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  18. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  19.  
  20. ####################################################################
  21.  
  22. # Description about Software :
  23. ***************************
  24. Joomla BookingCalendarForJoomla. It is kind of calendar for Joomla component.
  25.  
  26. ####################################################################
  27.  
  28. # Impact :
  29. ***********
  30. Joomla BookingCalendarForJoomla 3.4.0 [ and other versions may vulnerable ]
  31.  
  32. component for Joomla is prone to an SQL-injection vulnerability because it fails to sufficiently
  33.  
  34. sanitize user-supplied data before using it in an SQL query.
  35.  
  36. Exploiting this issue could allow an attacker to compromise the application, access
  37.  
  38. or modify data, or exploit latent vulnerabilities in the underlying database.
  39.  
  40. A remote attacker can send a specially crafted request
  41.  
  42. to the vulnerable application and execute arbitrary SQL commands in application`s database.
  43.  
  44. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  45.  
  46. An attacker can exploit this issue using a browser.
  47.  
  48. ####################################################################
  49.  
  50. # SQL Injection Exploit :
  51. **********************
  52. /index.php?option=com_bookingcalendarforjoomla&task=ajax&lang=[SQL Injection]
  53.  
  54. ####################################################################
  55.  
  56. # Example SQL Database Error :
  57. ****************************
  58. You have an error in your SQL syntax; check the manual that corresponds to your
  59. MariaDB server version for the right syntax to use near 'AND published
  60. = 1 ORDER BY ordering ASC' at line 3
  61.  
  62. ####################################################################
  63.  
  64. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  65.  
  66. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement