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-40729

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing Authorization vulnerability in bPlugins 3D viewer – Embed 3D Models 3d-viewer allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects 3D viewer – Embed 3D Models: from n/a through
Gravedad CVSS v3.1: MEDIA
Última modificación:
29/04/2026

CVE-2026-33805

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** @fastify/reply-from v12.6.1 and earlier and @fastify/http-proxy v11.4.3 and earlier process the client&amp;#39;s Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers from upstream requests by listing them in the Connection header value. Any header added by the proxy for routing, access control, or security purposes can be selectively removed by a client. @fastify/http-proxy is also affected as it delegates to @fastify/reply-from. <br /> <br /> Upgrade to @fastify/reply-from v12.6.2 or @fastify/http-proxy v11.4.4 or later.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
17/04/2026

CVE-2026-28741

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mattermost versions 10.11.x
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/04/2026

CVE-2026-27769

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mattermost versions 10.11.x
Gravedad CVSS v3.1: BAJA
Última modificación:
22/04/2026

CVE-2026-30778

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** The SkyWalking OAP /debugging/config/dump endpoint may leak sensitive configuration information of MySQL/PostgreSQL.<br /> <br /> This issue affects Apache SkyWalking: from 9.7.0 through 10.3.0.<br /> <br /> Users are recommended to upgrade to version 10.4.0, which fixes the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
20/04/2026

CVE-2026-3505

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Allocation of resources without limits or throttling, Uncontrolled Resource Consumption vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpg on all (pg modules). This vulnerability is associated with program files AEADEncDataPacket.Java, BcAEADUtil.Java, JceAEADUtil.Java, OperatorHelper.Java.<br /> <br /> This issue affects BC-JAVA: from 1.74 before 1.84.
Gravedad CVSS v4.0: ALTA
Última modificación:
21/04/2026

CVE-2026-5598

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Covert timing channel vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA core on all (core modules). This vulnerability is associated with program files FrodoEngine.Java.<br /> <br /> This issue affects BC-JAVA: from 1.71 before 1.84.
Gravedad CVSS v4.0: ALTA
Última modificación:
21/04/2026

CVE-2026-5588

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix on all (pkix modules), Legion of the Bouncy Castle Inc. BCPKIX-FIPS bcpkix on All (pkix modules), Legion of the Bouncy Castle Inc. BCPIX-LTS bcpkix on All (pkix modules).<br /> <br /> This vulnerability is associated with program files JcaContentVerifierProviderBuilder.Java, JcaContentVerfierProviderBuilder.Java.<br /> <br /> <br /> <br /> This issue affects BC-JAVA: from 1.67 before 1.84; BCPKIX-FIPS: from 2.0.6 before 2.0.11, from 2.1.7 before 2.1.11; BCPIX-LTS: from 2.73.7 before 2.73.11.
Gravedad CVSS v4.0: MEDIA
Última modificación:
08/05/2026

CVE-2026-33807

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** @fastify/express v4.0.4 and earlier contains a path handling bug in the onRegister function that causes middleware paths to be doubled when inherited by child plugins. When a child plugin is registered with a prefix that matches a middleware path, the middleware path is prefixed a second time, causing it to never match incoming requests. This results in complete bypass of Express middleware security controls, including authentication, authorization, and rate limiting, for all routes defined within affected child plugin scopes. No special configuration or request crafting is required.<br /> <br /> Upgrade to @fastify/express v4.0.5 or later.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
17/04/2026

CVE-2026-33808

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Impact@fastify/express v4.0.4 and earlier fails to normalize URLs before passing them to Express middleware when Fastify router normalization options are enabled. This allows complete bypass of path-scoped authentication middleware via duplicate slashes when ignoreDuplicateSlashes is enabled, or via semicolon delimiters when useSemicolonDelimiter is enabled. In both cases, Fastify router normalizes the URL and matches the route, but @fastify/express passes the original un-normalized URL to Express middleware, which fails to match and is skipped. An unauthenticated attacker can access protected routes by manipulating the URL path.<br /> <br /> PatchesUpgrade to @fastify/express v4.0.5 or later.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
17/04/2026

CVE-2025-14813

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use of a Broken or Risky Cryptographic Algorithm vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (core modules). This vulnerability is associated with program files G3413CTRBlockCipher.<br /> <br /> GOSTCTR implementation unable to process more than 255 blocks correctly.<br /> <br /> <br /> This issue affects BC-JAVA: from 1.59 before 1.84.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
17/04/2026

CVE-2026-0636

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper neutralization of special elements used in an LDAP query (&amp;#39;LDAP injection&amp;#39;) vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules). This vulnerability is associated with program files LDAPStoreHelper.<br /> <br /> This issue affects BC-JAVA: from 1.74 before 1.84.
Gravedad CVSS v4.0: MEDIA
Última modificación:
17/04/2026