Custom Post Type to Map Store
Custom Post Type to Map Store has one disclosed vulnerability in the WordSec catalog, all reported in 2024; it remains unpatched as of September 2026. Their average CVSS score is 6.1, and the most serious one scores 6.1 out of 10.
The most common weakness is Cross-Site Request Forgery (CSRF), behind 1 of the records (100%).
The one issue recorded for Custom Post Type to Map Store has no published fix yet, which makes virtual patching the only reliable mitigation. The oldest unresolved one dates back to 2024.
All of these findings were reported by SOPROBRO. Custom Post Type to Map Store is installed on roughly 30 WordPress sites, so each unpatched flaw has a wide blast radius. The current release is tested up to WordPress 5.4.21.
CVE-2024-53769Custom Post Type to Map Store <= 1.1.0 - Cross-Site Request Forgery to Stored Cross-Site Scripting
Read the full analysisVulnerability Records

Custom Post Type to Map Store
Author
lriaudel
The plugin allows to : Generate a GEOJson feed from coordinates recorded in the sample posts. Display this feed on a map with a shortcode. Features Mapping from a Post Type to generate a GeoJson feed of all posts. Exposure this Geojson feeds on the WordPress Rest-API Possibility to make a template for the map markers popup Coordinate reading compatibility for : a text field an ACF Google Map field an ACF field for the ACF OpenStreetMap Fields extension Displaying a map by shortcode of all points. Open Street Map put in cache Hook The marker content You can customize more finely the marker popup content. Example: <?php function bindPopup_content_filter( $bindPopup_content, $post_id ) { return "Yeahhhhh"; } add_filter( 'cpt_to_map_store_bindPopup_content', 'bindPopup_content_filter', 10, 2 ); ?> Cache This plugin works with Tiles Proxy for OpenStreetMap for put in cache the map tiles. Translations English – default, always included French Important Information ! Have fun
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C