CVE-2026-8907

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.
Configurations

No configuration.

History

23 Jul 2026, 08:10

Type Values Removed Values Added
Summary
  • (es) El plugin WP-Ultimate-Map para WordPress es vulnerable a la falsificación de petición en sitios cruzados en versiones hasta la 1.1, inclusive. Esto se debe a la falta de validación de nonce en la función process_init() enganchada a admin_init, que guarda la configuración del plugin (zoom-level, focus-lat, focus-lng, sel_places, sel_routes) a través de update_option() basándose únicamente en la presencia de un parámetro POST 'save-setting'. Además, los valores guardados - particularmente zoom-level - se almacenan sin sanitización y luego se hacen eco en un atributo HTML (y JavaScript en línea) en la página de configuración sin escape. Esto hace posible que atacantes no autenticados cambien la configuración del plugin e inyecten scripts web arbitrarios a través de una petición falsificada, siempre que puedan engañar a un administrador del sitio para que realice una acción como hacer clic en un enlace.

09 Jun 2026, 05:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-09 05:16

Updated : 2026-07-23 08:10


NVD link : CVE-2026-8907

Mitre link : CVE-2026-8907

CVE.ORG link : CVE-2026-8907


JSON object : View

Products Affected

No product.

CWE
CWE-352

Cross-Site Request Forgery (CSRF)