Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

Vulnerabilidades

Con el objetivo de informar, advertir y ayudar a los profesionales sobre las últimas vulnerabilidades de seguridad en sistemas tecnológicos, ponemos a disposición de los usuarios interesados en esta información una base de datos con información en castellano sobre cada una de las últimas vulnerabilidades documentadas y conocidas.

Este repositorio con más de 75.000 registros esta basado en la información de NVD (National Vulnerability Database) – en función de un acuerdo de colaboración – por el cual desde INCIBE realizamos la traducción al castellano de la información incluida. En ocasiones este listado mostrará vulnerabilidades que aún no han sido traducidas debido a que se recogen en el transcurso del tiempo en el que el equipo de INCIBE realiza el proceso de traducción.

Se emplea el estándar de nomenclatura de vulnerabilidades CVE (Common Vulnerabilities and Exposures), con el fin de facilitar el intercambio de información entre diferentes bases de datos y herramientas. Cada una de las vulnerabilidades recogidas enlaza a diversas fuentes de información así como a parches disponibles o soluciones aportadas por los fabricantes y desarrolladores. Es posible realizar búsquedas avanzadas teniendo la opción de seleccionar diferentes criterios como el tipo de vulnerabilidad, fabricante, tipo de impacto entre otros, con el fin de acortar los resultados.

Mediante suscripción RSS o Boletines podemos estar informados diariamente de las últimas vulnerabilidades incorporadas al repositorio.

CVE-2026-4608

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to blind SQL Injection via the 'rid' parameter in all versions up to, and including, 5.9.8.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/05/2026

CVE-2026-4609

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The ProfileGrid – User Profiles, Groups and Communities plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the pm_invite_user function in all versions up to, and including, 5.9.8.4. This makes it possible for authenticated attackers, with Subscriber-level access and above, to add themselves or any registered user to any ProfileGrid group, including closed and paid groups, bypassing all authorization and payment gates.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-39806

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Loop with Unreachable Exit Condition (&amp;#39;Infinite Loop&amp;#39;) vulnerability in mtrudel bandit allows unauthenticated remote denial of service via worker process exhaustion.<br /> <br /> &amp;#39;Elixir.Bandit.HTTP1.Socket&amp;#39;:do_read_chunked_data!/5 in lib/bandit/http1/socket.ex terminates only when the last-chunk line 0\r\n is followed immediately by the empty trailer line \r\n. RFC 9112 §7.1.2 permits zero or more trailer fields between them. When trailers are present, none of the match clauses fit: the catch-all arm computes a negative to_read, calls read_available!/2, receives on timeout, and tail-recurses with unchanged state. The worker process is pinned for the lifetime of the TCP connection.<br /> <br /> A handful of concurrent connections sending RFC-conformant chunked requests with trailer fields is sufficient to exhaust the Bandit worker pool and render the server unresponsive to all further traffic. No authentication, special headers, or large payload is required. Proxies such as NGINX and HAProxy legitimately forward trailer-bearing requests, so servers behind such proxies may be affected without any malicious client involvement.<br /> <br /> This issue affects bandit: from 1.6.1 before 1.11.1.
Gravedad CVSS v4.0: ALTA
Última modificación:
13/05/2026

CVE-2026-39803

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.<br /> <br /> The chunked clause of &amp;#39;Elixir.Bandit.HTTP1.Socket&amp;#39;:read_data/2 in lib/bandit/http1/socket.ex ignores the caller-supplied :length option when reading HTTP/1 chunked request bodies. Instead of capping the accumulated body at the configured limit (e.g. Plug.Parsers&amp;#39; default 8 MB), do_read_chunked_data!/5 buffers every received chunk into an iolist unconditionally and materializes the entire body as a single binary. The function always returns {:ok, body, ...}, so callers cannot interpose a 413 response.<br /> <br /> Because Plug.Parsers runs before routing and authentication in the standard Phoenix endpoint, an unauthenticated attacker needs no valid route or credentials. Sending a single Transfer-Encoding: chunked POST request with an arbitrarily large body to any path causes the BEAM process to exhaust available memory and be terminated by the OS OOM killer.<br /> <br /> The content-length path in the same function correctly enforces the limit and is not affected.<br /> <br /> This issue affects bandit: from 1.4.0 before 1.11.1.
Gravedad CVSS v4.0: ALTA
Última modificación:
13/05/2026

CVE-2026-37429

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** qihang-wms commit 75c15a was discovered to contain a SQL injection vulnerability via the datascope parameter in the SysUserMapper.xml file. This vulnerability allows attackers to access sensitive database information, including users&amp;#39; Personally Identifiable Information (PII) via a crafted SQL statement.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/05/2026

CVE-2026-37430

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** An arbitrary file upload vulnerability in the ShopOrderImportController.java component of qihang-wms commit 75c15a allows attackers to execute arbitrary code via uploading a crafted file.
Gravedad CVSS v3.1: ALTA
Última modificación:
14/05/2026

CVE-2026-37428

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** qihang-wms commit 75c15a was discovered to contain a SQL injection vulnerability via the datascope parameter in the SysDeptMapper.xml file. This vulnerability allows attackers to access sensitive database information, including users&amp;#39; Personally Identifiable Information (PII).
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/05/2026

CVE-2026-6177

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Custom Twitter Feeds plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to and including 2.5.4. This is due to insufficient output escaping in the CTF_Display_Elements::get_post_text() function when rendering cached tweet text. The plugin&amp;#39;s ctf_get_more_posts AJAX action is available to unauthenticated users and directly outputs cached tweet data through nl2br() without HTML escaping. When an attacker can get malicious content into cached tweet data (either by tweeting content that gets cached by the site&amp;#39;s feed configuration, or through other vulnerabilities), the malicious HTML/JavaScript is executed when the unauthenticated endpoint is accessed. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses the affected endpoint.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-42948

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Stored cross-site scripting vulnerability exists in ELECOM wireless LAN access point devices. If one of the administrators input malicious data, an arbitrary script may be executed in another administrative user&amp;#39;s web browser.
Gravedad CVSS v4.0: MEDIA
Última modificación:
13/05/2026

CVE-2026-42950

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** ELECOM wireless LAN access point devices do not check if language parameter has an appropriate value. If a user views a malicious page while logged in, the admin page on the user&amp;#39;s web browser may become broken.
Gravedad CVSS v4.0: MEDIA
Última modificación:
13/05/2026

CVE-2026-42961

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** ELECOM wireless LAN access point devices implement CSRF protection mechanism, but with inadequate handling of CSRF tokens. If a user views a malicious page while logged in, the user may be tricked to do unintended operations.
Gravedad CVSS v4.0: MEDIA
Última modificación:
13/05/2026

CVE-2026-42062

Fecha de publicación:
13/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** ELECOM wireless LAN access point devices contain an OS command injection in processing of username parameter. If processing a crafted request, an arbitrary OS command may be executed. No authentication is required.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
13/05/2026