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

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Crypt::DSA versions before 1.21 for Perl reused the nonce across signatures, leading to private-key recovery.<br /> <br /> Crypt::DSA::sign caches the per-signature nonce material in the Key object without ever clearing it.<br /> <br /> The first sign() on a Key object picks a nonce, and every later sign() on that same object reuses it, producing an identical "r".<br /> <br /> Keys used to sign more than once with an affected version should be considered compromised.
Gravedad: Pendiente de análisis
Última modificación:
15/06/2026

CVE-2026-5064

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Potential security vulnerabilities have been identified in the HP One <br /> Agent for certain HP PC products, which might allow<br /> for escalation of privilege and/or denial of service. HP <br /> is releasing software updates to mitigate these potential <br /> vulnerabilities.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-48157

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Slim is a PHP micro framework that enables users to write simple web applications and APIs. In versions 4.4.0 through 4.15, if an application uses HttpException::setTitle() and/or setDescription() to include untrusted/request-derived data in the error title or description (e.g. "No products found matching &amp;#39;{$query}&amp;#39;."), an attacker could inject arbitrary HTML/JavaScript that executes in the victim&amp;#39;s browser when they encounter an HTML error page generated by Slim. The vulnerability is present even with displayErrorDetails = false as the unescaped title and description are rendered on this error path. Built-in exceptions (HttpNotFoundException, HttpBadRequestException, etc.) ship plain-text defaults, so a vanilla Slim app with no user code is not exploitable. Only applications that feed untrusted data into setTitle() and/or setDescription() are affected. The issue has been fixed in 4.15.2. If developers are unable to immediately update their applications, they can work around this issue by avoiding passing untrusted/request-derived data into HttpException::setTitle() and setDescription() and using static, plain-text error copy instead.<br /> They should also register a custom error renderer (an ErrorRendererInterface implementation, or a subclass of HtmlErrorRenderer that escapes the title and description) for the HTML media type.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/06/2026

CVE-2026-48713

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Versions prior to 2.6.6 are vulnerable to prototype pollution via crafted missing-key strings when used to persist missing translation keys (e.g. via i18next-http-middleware&amp;#39;s missingKeyHandler exposed to untrusted input). Backend.writeFile() splits each queued missing-key string on the configured keySeparator (default .) before calling the internal setPath() walker. The walker (getLastOfPath in lib/utils.js) did not guard against unsafe segments, so a key like "__proto__.polluted" was split into ["__proto__", "polluted"] and walked straight into Object.prototype, allowing an attacker to write arbitrary properties onto the global object prototype. Depending on the host application, polluted prototype properties may cause crashes, corrupted translation behaviour, configuration poisoning, or bypasses of property-based security checks. Applications are affected only if the missingKeyHandler (or another route that forwards untrusted request bodies to i18next.t(..., { ... }) with saveMissing: true) is reachable by untrusted users and the default behaviour of splitting missing-key strings on keySeparator is in use (i.e. keySeparator is not false). Apps that do not expose missing-key persistence to untrusted input are not directly affected through this attack path. This issue has been fixed in version 2.6.6. If developers using the library are unable to upgrade immediately, they should take the following precautions: do not expose i18next-http-middleware&amp;#39;s missingKeyHandler to untrusted users (mount it behind authentication, or remove the route), disable missing-key persistence (saveMissing: false, or no backend.create implementation) when accepting writes from untrusted input, and set keySeparator: false in their i18next options to disable backend key splitting (note: this also disables nested translation keys).
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
15/06/2026

CVE-2026-48714

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno. In versions prior to 3.9.7, the missingKeyHandler blocked the literal request-body keys __proto__, constructor, and prototype (added in 3.9.3, see GHSA-5fgg-jcpf-8jjw), but did not reject dotted variants such as "__proto__.polluted". Downstream backends that split the missing-key string on a configured keySeparator (notably i18next-fs-backend ≤ 2.6.5) hand these keys to an unguarded setPath() walker that writes to Object.prototype. Applications that expose missingKeyHandler to untrusted input AND use i18next-fs-backend ≤ 2.6.5 are directly exploitable for remote prototype pollution. Other downstream backends that split the missing-key string the same way may be similarly affected. Depending on the host application, polluted prototype properties may cause crashes, corrupted translation behaviour, configuration poisoning, or bypasses of property-based security checks. This issue has been fixed in version 3.9.7. If developers cannot upgrade immediately, they should do the following: do not expose missingKeyHandler to untrusted users (mount it behind authentication, or remove the route), add a request-body filter ahead of the handler that rejects any top-level key containing __proto__, constructor, or prototype after splitting on their configured keySeparator, and disable missing-key persistence (saveMissing: false) when accepting writes from untrusted input.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
15/06/2026

CVE-2026-48017

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** DbGate is cross-platform database manager. In versions 7.1.8 and prior, the POST /runners/load-reader endpoint in DbGate accepts a functionName parameter that is directly interpolated into a JavaScript code template without any sanitization or validation. An authenticated user (with basic access, no special permissions required) can inject arbitrary JavaScript code that executes on the server with full process privileges, bypassing the require=null sandbox restriction. An authenticated user with basic access (no admin role, no run-shell-script permission required) can: execute arbitrary OS commands on the DbGate server with the privileges of the Node.js process, read/write any file accessible to the process, pivot to connected databases by reading connection credentials from DbGate&amp;#39;s storage, and compromise the host system - in Docker deployments, this typically means root access within the container.
Gravedad CVSS v3.1: ALTA
Última modificación:
15/06/2026

CVE-2026-12087

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Socket versions before 2.041 for Perl have an out-of-bounds heap read.<br /> <br /> In Socket.xs, pack_ip_mreq_source() checks the length of its source argument before the argument is read, so the check tests the byte length carried over from the preceding multiaddr argument instead. Both addresses occupy a 4-byte field, so a valid multiaddr lets a source of any length pass the check, and the source is then copied into the 4-byte imr_sourceaddr field with a fixed-size copy. A source shorter than 4 bytes is not rejected, and the copy reads up to 3 bytes past the end of its buffer.<br /> <br /> Calling pack_ip_mreq_source() with a source value shorter than 4 bytes copies adjacent heap memory into the returned packed structure.
Gravedad: Pendiente de análisis
Última modificación:
16/06/2026

CVE-2026-11832

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Dancer2::Plugin::Auth::OAuth versions before 0.22 for Perl default to a predictable nonce.<br /> <br /> The default nonce was generated using an MD5 hash of the epoch time, which is predictable.
Gravedad: Pendiente de análisis
Última modificación:
15/06/2026

CVE-2026-9691

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated PHP Object Injection in Integration for ActiveCampaign and Contact Form 7, WPForms, Elementor, Ninja Forms
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
15/06/2026

CVE-2026-52694

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Sensitive Data Exposure in Signature Add-On for WooCommerce
Gravedad CVSS v3.1: ALTA
Última modificación:
15/06/2026

CVE-2026-52695

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Sensitive Data Exposure in ABC Crypto Checkout
Gravedad CVSS v3.1: ALTA
Última modificación:
15/06/2026

CVE-2026-52697

Fecha de publicación:
15/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Subscriber SQL Injection in Taskbuilder
Gravedad CVSS v3.1: ALTA
Última modificación:
15/06/2026