Vulnerability Description
The WP-Ultimate-Map plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.1. This is due to missing nonce validation on the process_init() function hooked to admin_init, which saves plugin settings (zoom-level, focus-lat, focus-lng, sel_places, sel_routes) via update_option() based solely on the presence of a save-setting POST parameter. Additionally, the saved values — particularly zoom-level — are stored without sanitization and later echoed into an HTML attribute (and inline JavaScript) on the settings page without escaping. This makes it possible for unauthenticated attackers to change plugin settings and inject arbitrary web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-ultimate-map/tags/1.1/admin/class-
- https://plugins.trac.wordpress.org/browser/wp-ultimate-map/tags/1.1/admin/class-
- https://plugins.trac.wordpress.org/browser/wp-ultimate-map/tags/1.1/admin/class-
- https://www.wordfence.com/threat-intel/vulnerabilities/id/334fb374-c84b-4fec-865
FAQ
What is CVE-2026-8907?
CVE-2026-8907 is a vulnerability with a CVSS score of 6.1 (MEDIUM). The WP-Ultimate-Map plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.1. This is due to missing nonce validation on the process_init() function hooke...
How severe is CVE-2026-8907?
CVE-2026-8907 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8907?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.