Annonces
Annonces has one disclosed vulnerability in the WordSec catalog, all reported in 2012; it is fixed as of September 2026. Their average CVSS score is 9.8, and the most serious one scores 9.8 out of 10. Severity breakdown: 1 critical and 0 high.
The most common weakness is Unrestricted Upload Of File With Dangerous Type, behind 1 of the records (100%).
The one issue recorded for Annonces has a vendor fix available, so running the current release closes it.
All of these findings were reported by Sammy Forgit. Annonces is installed on roughly 10 WordPress sites, so each unpatched flaw has a wide blast radius. The current release is tested up to WordPress 4.9.31.
Annonces <= 1.2.0.1 - Arbitrary File Upload
Read the full analysisVulnerability Records

Annonces display announces posted in your WordPress interface on a Google map. Shortcodes Display the Google Map in a page with the shortcode : [annonces] Filters Change metadatas in infowindow of map add_filter('set_marker_data', 'mytheme_set_marker_data', 10, 2); function mytheme_set_marker_data($microdata, $annonce_id) { // datas return $microdata; } Change title of filter bloc over the map add_filter('bloc_filter_title', 'mytheme_set_filter_title', 10, 1); function mytheme_set_filter_title($filter_title) { // datas return $filter_title; } Template You can create single-announces.php in your child theme to edit the single page of announce : code for the single-annouce.php ACF Width the ACF plugin, you can create or import fields to personalize your announces. Edit the templates as explain above. You will obtain custom announces which will suit your project
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C