You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
The Nexa Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in versions up to and including 1.1.1. This is due to the import_demo() function accepting a user-supplied URL in the demo_json_file POST parameter and passing it directly to wp_remote_get() without any URL validation or restriction against internal or private network destinations. The nexa_blocks_nonce required for the AJAX action is publicly exposed in the HTML source of any frontend page where the plugin is active via wp_localize_script on the enqueue_block_assets hook, effectively making the nonce available to all visitors and bypassing any intended authentication barrier. This makes it possible for unauthenticated attackers to make server-side HTTP requests to arbitrary internal or external destinations, potentially exposing internal services, cloud metadata endpoints such as the AWS instance metadata service, localhost services, and other resources not intended to be publicly accessible. A secondary SSRF vector also exists whereby image URLs extracted from the attacker-controlled JSON response are subsequently fetched via a second wp_remote_get() call, allowing chained exploitation through a crafted JSON payload.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: plugin de WordPress Nexa Blocks, Description: El plugin Nexa Blocks - Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE para WordPress es vulnerable a falsificación de petición del lado del servidor (SSRF) en versiones hasta la 1.1.1 inclusive. Esto se debe a que la función import_demo() acepta una URL proporcionada por el usuario en el parámetro POST demo_json_file y la pasa directamente a wp_remote_get() sin ninguna validación de URL o restricción contra destinos de red internos o privados. El nexa_blocks_nonce requerido para la acción AJAX está expuesto públicamente en el código fuente HTML de cualquier página de frontend donde el plugin está activo a través de wp_localize_script en el hook enqueue_block_assets, haciendo que el nonce esté efectivamente disponible para todos los visitantes y eludiendo cualquier barrera de autenticación prevista. Esto permite a atacantes no autenticados realizar peticiones HTTP del lado del servidor a destinos internos o externos arbitrarios, exponiendo potencialmente servicios internos, puntos finales de metadatos en la nube como el servicio de metadatos de instancia de AWS, servicios de localhost y otros recursos no destinados a ser accesibles públicamente. También existe un vector SSRF secundario por el cual las URL de imágenes extraídas de la respuesta JSON controlada por el atacante son posteriormente obtenidas a través de una segunda llamada a wp_remote_get(), permitiendo la explotación encadenada a través de una carga útil JSON manipulada.
New CVE Received from Wordfence5/19/2026 10:16:37 PM
Action
Type
Old Value
New Value
Added
Description
The Nexa Blocks – Gutenberg Blocks, Page Builder for Gutenberg Editor & FSE plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in versions up to and including 1.1.1. This is due to the import_demo() function accepting a user-supplied URL in the demo_json_file POST parameter and passing it directly to wp_remote_get() without any URL validation or restriction against internal or private network destinations. The nexa_blocks_nonce required for the AJAX action is publicly exposed in the HTML source of any frontend page where the plugin is active via wp_localize_script on the enqueue_block_assets hook, effectively making the nonce available to all visitors and bypassing any intended authentication barrier. This makes it possible for unauthenticated attackers to make server-side HTTP requests to arbitrary internal or external destinations, potentially exposing internal services, cloud metadata endpoints such as the AWS instance metadata service, localhost services, and other resources not intended to be publicly accessible. A secondary SSRF vector also exists whereby image URLs extracted from the attacker-controlled JSON response are subsequently fetched via a second wp_remote_get() call, allowing chained exploitation through a crafted JSON payload.