WP Clinic
Entrar Registrarse

SEGURIDAD DE PLUGINS

¿Es seguro Accelerated Mobile Pages?

AMP for WP is the most recommended AMP plugin by the community. Automatically add Accelerated Mobile Pages (Google AMP Project) functionality on your …

Qué hace este plugin

  • Slug: accelerated-mobile-pages
  • Autor: Mohammed Kaludi
  • 80000+ instalaciones activas
  • 88/100 calificación (1317 reseñas en wordpress.org)
  • 19219400 descargas totales
  • En WordPress.org desde 2016-02-07

accelerated mobile pagesampgoogle ampmobileseo

Estado de mantenimiento

  • Última actualización: 2026-05-19 2:33pm GMT
  • Probado hasta WordPress: 7.0.2
  • PHP máximo soportado (analizado): 8.4

Vulnerabilidades conocidas

14 CVEs conocidos registrados para Accelerated Mobile Pages.

CVE Vulnerabilidad Tipo Gravedad Afectadas Corregido en Publicado Estado
CVE-2026-6101 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.1.13 Control externo del nombre o la ruta de un archivo Alta 7,5 < 1.1.13 1.1.13 2026-07-06
CVE-2025-14468 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.1.10 Falsificación de petición en sitios cruzados (CSRF) Media 4,3 < 1.1.10 1.1.10 2026-01-06
CVE-2024-11254 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.1.2 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,1 < 1.1.2 1.1.2 2024-12-17
CVE-2024-9598 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.99.2 Falsificación de petición en sitios cruzados (CSRF) Alta 8,8 < 1.0.99.2 1.0.99.2 2024-10-24
CVE-2024-43146 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.97 Falta de control de autorización Media 6,3 < 1.0.97 1.0.97 2024-08-07
CVE-2024-6896 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.97 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 5,4 < 1.0.97 1.0.97 2024-07-23
CVE-2024-1043 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.93.2 Autorización indebida Media 6,5 < 1.0.93.2 1.0.93.2 2024-02-06
CVE-2024-0587 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.93 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,1 < 1.0.93 1.0.93 2024-01-22

CVE-2026-6101

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Arbitrary File Write in versions up to and including 1.1.12. This is due to unsafe ZIP file extraction in the ampforwp_save_local_font() function combined with inadequate cleanup that fails to remove nested directories and files. This makes it possible for authenticated attackers, with Author-level access and above, and permissions granted by an Administrator, to write arbitrary files to the server in a web-accessible location, potentially leading to remote code execution on hosts that execute PHP files in the uploads directory.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2025-14468

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.1.9. This is due to inverted nonce verification logic in the amp_theme_ajaxcomments AJAX handler, which rejects requests with VALID nonces and accepts requests with MISSING or INVALID nonces. This makes it possible for unauthenticated attackers to submit comments on behalf of logged-in users via a forged request granted they can trick a user into performing an action such as clicking on a link, and the plugin's template mode is enabled.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-11254

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the disqus_name parameter in all versions up to, and including, 1.1.1 due to insufficient input validation. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-9598

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.99.1. This is due to missing or incorrect nonce validation on the 'proxy' function. This makes it possible for unauthenticated attackers to send the logged in user's cookies to their own server via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-43146

The AMP for WP plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on several functions like 'enable_amp_pagebuilder' and 'amppb_save_layout_data' in versions up to, and including, 1.0.96.1. This makes it possible for authenticated attackers, with contributor-level access and above, to update settings and layouts.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

CVE-2024-6896

The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 1.0.96.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the SVG file.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-1043

Update the WordPress AMP for WP plugin to the latest available version (at least 1.0.93.2). Sean Murphy discovered and reported this Broken Access Control vulnerability in WordPress AMP for WP 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 1.0.93.2. 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-2024-0587

Update the WordPress AMP for WP plugin to the latest available version (at least 1.0.93). stealthcopter discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress AMP for WP 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 been fixed in version 1.0.93. 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

+ 9 vulnerabilidades conocidas más
CVE Vulnerabilidad Tipo Gravedad Afectadas Corregido en Publicado Estado
CVE-2023-6782 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.92.1 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 5,4 < 1.0.92.1 1.0.92.1 2023-12-18
CVE-2023-48321 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.89 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,5 < 1.0.89 1.0.89 2023-11-23
CVE-2021-23209 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.77.33 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 4,8 < 1.0.77.33 1.0.77.33 2021-12-15
CVE-2021-23150 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.0.77.33 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 4,8 < 1.0.77.33 1.0.77.33 2021-12-11
CVE-2018-20838 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.21 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 5,4 < 0.9.97.21 0.9.97.21 2018-11-20
AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20 Desconocido < 0.9.97.20 0.9.97.20 2018-11-13
AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20 Desconocido < 0.9.97.20 0.9.97.20 2018-10-20
CVE-2026-0627 AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 1.1.11 Desconocido < 1.1.11 1.1.11 0000-00-00
AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20 Desconocido < 0.9.97.20 0.9.97.20

CVE-2023-6782

Update the WordPress Accelerated Mobile Pages plugin to the latest available version (at least 1.0.92.1). An unknown person discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress AMP for WP 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 been fixed in version 1.0.92.1. 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-48321

Update the WordPress Accelerated Mobile Pages plugin to the latest available version (at least 1.0.89). NGÔ THIÊN AN (ancorn_ from VNPT-VCI) discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress Accelerated Mobile Pages 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 been fixed in version 1.0.89.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2021-23209

Multiple Authenticated Persistent Cross-Site Scripting (XSS) vulnerabilities discovered by Ex.Mi (Patchstack) in WordPress AMP for WP – Accelerated Mobile Pages plugin (versions <= 1.0.77.32).

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2021-23150

Authenticated Stored Cross-Site Scripting (XSS) vulnerability discovered by Tien Nguyen Anh (vigov5) in WordPress AMP for WP – Accelerated Mobile Pages plugin (versions <= 1.0.77.31).

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2018-20838

The AMP for WP – Accelerated Mobile Pages WordPress plugin was affected by a Stored XSS security vulnerability.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: WPScan

AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20

Multiple Unauthenticated Vulnerabilities found in WordPress Accelerated Mobile Pages plugin (versions <= 0.9.97.19).

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20

TheAMP for WP plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the ampforwp_save_steps_data AJAX hook in versions up to, and including, 0.9.97.19. This makes it possible for authenticated attackers to make otherwise privilege locked administrative changes to the vulnerable website and create admin accounts.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

CVE-2026-0627

The AMP for WP plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG file uploads in all versions up to, and including, 1.1.10. This is due to insufficient sanitization of SVG file content that only removes `<script>` tags while allowing other XSS vectors such as event handlers (onload, onerror, onmouseover), foreignObject elements, and SVG animation attributes. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts via malicious SVG file uploads that will execute whenever a user views the uploaded file.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

AMP for WP – Accelerated Mobile Pages [accelerated-mobile-pages] < 0.9.97.20

The AMP for WP – Accelerated Mobile Pages WordPress plugin was affected by a Multiple Unauthenticated Vulnerabilities security vulnerability.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: WPScan

Cómo solucionarlo

Actualiza este plugin a la última versión de wordpress.org — cada CVE de arriba indica la versión exacta que lo corrigió ("Corregido en") cuando hay una registrada.

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

Verifica tu propio sitio WordPress

Ejecuta un escaneo pasivo gratis ahora, o crea una cuenta gratuita e instala el plugin de WP Clinic para un escaneo profundo de toda tu cuenta de hosting y reparación asistida por IA.