Vulnerabilidades conocidas, compatibilidad con PHP y alternativas más seguras para el plugin de WordPress Mw Wp Form — verificado contra la base de datos de seguridad local de WP Clinic.
Qué hace este plugin
- Slug:
mw-wp-form
- 200000+ instalaciones activas
confirmformmailpreviewshortcode
Estado de mantenimiento
- Última versión conocida: 5.1.4
- Requiere PHP: 8.0+
- PHP máximo soportado (analizado): 8.4
Vulnerabilidades conocidas
11 CVEs conocidos registrados para Mw Wp Form.
| CVE |
Vulnerabilidad |
Tipo |
Gravedad |
Afectadas |
Corregido en |
Publicado |
Estado |
|
CVE-2026-8853
|
MW WP Form [mw-wp-form] < 5.1.4 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Media
4,4
|
< 5.1.4
|
5.1.4 |
2026-06-09 |
✓ corregido en la última versión
|
|
CVE-2026-48871
|
MW WP Form [mw-wp-form] < 5.1.4 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Alta
7,1
|
< 5.1.4
|
5.1.4 |
2026-06-01 |
✓ corregido en la última versión
|
|
CVE-2026-6206
|
MW WP Form [mw-wp-form] < 5.1.3 |
Elusión de autorización mediante una clave controlada por el usuario |
Media
5,3
|
< 5.1.3
|
5.1.3 |
2026-05-13 |
✓ corregido en la última versión
|
|
CVE-2024-24804
|
MW WP Form [mw-wp-form] < 5.1.0 |
Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) |
Media
6,5
|
< 5.1.0
|
5.1.0 |
2024-01-31 |
✓ corregido en la última versión
|
|
CVE-2023-6559
|
MW WP Form [mw-wp-form] < 5.0.4 |
Limitación incorrecta de una ruta a un directorio restringido (Path Traversal) |
Crítica
9,8
|
< 5.0.4
|
5.0.4 |
2023-12-15 |
✓ corregido en la última versión
|
|
CVE-2023-6316
|
MW WP Form [mw-wp-form] < 5.0.2 |
Carga de archivos sin restricción de tipo peligroso |
Crítica
9,8
|
< 5.0.2
|
5.0.2 |
2023-12-04 |
✓ corregido en la última versión
|
|
CVE-2023-46206
|
MW WP Form [mw-wp-form] < 5.0.0 |
Falta de control de autorización |
Media
5,3
|
< 5.0.0
|
5.0.0 |
2023-10-19 |
✓ corregido en la última versión
|
|
CVE-2023-28409
|
MW WP Form [mw-wp-form] < 4.4.3 |
Carga de archivos sin restricción de tipo peligroso |
Crítica
9,8
|
< 4.4.3
|
4.4.3 |
2023-05-23 |
✓ corregido en la última versión
|
CVE-2026-8853
The MW WP Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'memo' parameter in all versions up to, and including, 5.1.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with editor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Because the memo value is stored via update_post_meta() rather than wp_insert_post(), WordPress's built-in kses and unfiltered_html protections do not apply, allowing attackers to break out of the textarea element via injected closing tags regardless of role-based content filtering.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
CVE-2026-48871
The MW WP Form plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 5.1.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2026-6206
The MW WP Form plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 5.1.2 via the _get_post_property_from_querystring() function due to insufficient restrictions on which posts can be included. This makes it possible for unauthenticated attackers to extract data from password protected, private, or draft posts that they should not have access to.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
CVE-2024-24804
No patched version is available.
Huynh Tien Si discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress MW WP Form Plugin. This could allow a malicious actor to inject malicious scripts, such as redirects, advertisements, and other HTML payloads into your website which will be executed when guests visit your site. This vulnerability has not been known to be fixed yet.
This vulnerability was reported to and published by Patchstack. Our users receive alerts and protections up to 48 hours in advance.
Have additional information or questions about this entry? Get in touch.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
CVE-2023-6559
Update the WordPress MW WP Form plugin to the latest available version (at least 5.0.4).
Thomas Sanzey discovered and reported this Arbitrary File Deletion vulnerability in WordPress MW WP Form Plugin. This could allow a malicious actor to delete files from your website. If core files are deleted from your website, it could cause your site to break and stop functioning. This vulnerability has been fixed in version 5.0.4.
Have additional information or questions about this entry? Get in touch.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
CVE-2023-6316
Update the WordPress MW WP Form plugin to the latest available version (at least 5.0.2).
István Márton discovered and reported this Arbitrary File Upload vulnerability in WordPress MW WP Form Plugin. This could allow a malicious actor to upload any type of file to your website. This can include backdoors which are then executed to gain further access to your website. This vulnerability has been fixed in version 5.0.2.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
CVE-2023-46206
Update the WordPress MW WP Form plugin to the latest available version (at least 5.0.0).
Revan Arifio discovered and reported this Broken Access Control vulnerability in WordPress MW WP Form Plugin. A broken access control issue refers to a missing authorization, authentication or nonce token check in a function that could lead to an unprivileged user to executing a certain higher privileged action. This vulnerability has been fixed in version 5.0.0.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
CVE-2023-28409
Unrestricted upload of file with dangerous type exists in MW WP Form versions v4.4.2 and earlier, which may allow a remote unauthenticated attacker to upload an arbitrary file.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
CVE.org
+ 5 vulnerabilidades conocidas más
| CVE |
Vulnerabilidad |
Tipo |
Gravedad |
Afectadas |
Corregido en |
Publicado |
Estado |
|
CVE-2023-28408
|
MW WP Form [mw-wp-form] < 4.4.3 |
Limitación incorrecta de una ruta a un directorio restringido (Path Traversal) |
Crítica
9,8
|
< 4.4.3
|
4.4.3 |
2023-05-15 |
✓ corregido en la última versión
|
|
—
|
MW WP Form [mw-wp-form] < 4.4.3 |
— |
Desconocido
|
< 4.4.3
|
4.4.3 |
2023-05-09 |
✓ corregido en la última versión
|
|
—
|
MW WP Form [mw-wp-form] < 4.4.3 |
— |
Desconocido
|
< 4.4.3
|
4.4.3 |
2023-05-08 |
✓ corregido en la última versión
|
|
CVE-2026-4347
|
MW WP Form [mw-wp-form] < 5.1.1 |
— |
Desconocido
|
< 5.1.1
|
5.1.1 |
0000-00-00 |
✓ corregido en la última versión
|
|
CVE-2026-5436
|
MW WP Form [mw-wp-form] < 5.1.2 |
— |
Alta
8,1
|
< 5.1.2
|
5.1.2 |
0000-00-00 |
✓ corregido en la última versión
|
CVE-2023-28408
WordPress Plugin "MW WP Form" and "Snow Monkey Forms" provided by Monkey Wrench Inc. contain multiple vulnerabilities listed below. * Directory traversal (CWE-22) - CVE-2023-28408 * Unrestricted upload of file with dangerous type (CWE-434) - CVE-2023-28409 * Directory traversal (CWE-22) - CVE-2023-28413 CVE-2023-28408 Taizoh Tsukamoto of Mitsui Bussan Secure Directions, Inc. reported this vulnerability to IPA. JPCERT/CC coordinated with the developer under Information Security Early Warning Partnership. CVE-2023-28409 Shuya Ota of Mitsui Bussan Secure Directions, Inc. reported this vulnerability to IPA. JPCERT/CC coordinated with the developer under Information Security Early Warning Partnership. CVE-2023-28413 Monkey Wrench Inc. reported this vulnerability to JPCERT/CC to notify users of its solution through JVN.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
jvndb.jvn.jp
MW WP Form [mw-wp-form] < 4.4.3
Update the WordPress MW WP Form plugin to the latest available version (at least 4.4.3).
Unknown discovered and reported this Directory Traversal vulnerability in WordPress MW WP Form Plugin. This could allow a malicious actor to see all files in a given directory or determine if certain files/directories exist in given folder. This can be used to exploit other weaknesses in the system This vulnerability has been fixed in version 4.4.3.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Patchstack
MW WP Form [mw-wp-form] < 4.4.3
The MW WP Form plugin for WordPress is vulnerable to Directory Traversal in versions up to, and including, 4.4.2 via the _file_upload function. This allows unauthenticated attackers to upload files of allowed types to arbitrary directories on the site.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2026-4347
The MW WP Form plugin for WordPress is vulnerable to arbitrary file moving due to insufficient file path validation via the 'generate_user_filepath' function and the 'move_temp_file_to_upload_dir' function in all versions up to, and including, 5.1.0. This makes it possible for unauthenticated attackers to move arbitrary files on the server, which can easily lead to remote code execution when the right file is moved (such as wp-config.php). The vulnerability is only exploitable if a file upload field is added to the form and the “Saving inquiry data in database” option is enabled.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
CVE-2026-5436
The MW WP Form plugin for WordPress is vulnerable to Arbitrary File Move/Read in all versions up to and including 5.1.1. This is due to insufficient validation of the $name parameter (upload field key) passed to the generate_user_file_dirpath() function, which uses WordPress's path_join() — a function that returns absolute paths unchanged, discarding the intended base directory. The attacker-controlled key is injected via the mwf_upload_files[] POST parameter, which is loaded into the plugin's Data model via _set_request_valiables(). During form processing, regenerate_upload_file_keys() iterates over these keys and calls generate_user_filepath() with the attacker-supplied key as the $name argument — the key survives validation because the targeted file (e.g., wp-config.php) genuinely exists at the absolute path. The _get_attachments() method then re-reads the same surviving keys and passes the resolved file path to move_temp_file_to_upload_dir(), which calls rename() to move the file into the uploads folder. This makes it possible for unauthenticated attackers to move arbitrary files on the server, which can easily lead to remote code execution when the right file is moved (such as wp-config.php). The vulnerability is only exploitable if a file upload field is added to the form and the “Saving inquiry data in database” option is enabled.
Descripción técnica mostrada en el idioma original de la fuente (inglés).
Fuente:
Wordfence
Cómo solucionarlo
Mantén Mw Wp Form actualizado — 5.1.4 es la última versión en wordpress.org, y cada CVE de arriba indica la versión exacta que lo corrigió ("Corregido en").
Este es el historial completo de vulnerabilidades conocidas del plugin, no un escaneo de una instalación específica — ejecuta un escaneo gratis de tu propio sitio para verificar tu versión instalada exacta.
Alternativas más seguras / más establecidas