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

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 contains a heap out-of-bounds read vulnerability in the TSMF FFmpeg decoder when parsing AVC1 MPEG2VIDEOINFO media types with insufficient ExtraData. Attackers can send malformed media format data from a server to trigger a crash by reading fixed offsets without validating source buffer length.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-66402

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 (affected versions
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-67289

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 (affected versions
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-2411

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Zephyr&amp;#39;s Bluetooth host declares a GATT characteristic as two consecutive attributes: a Characteristic Declaration whose permission is hard-coded to BT_GATT_PERM_READ, and a Characteristic Value attribute that carries the application-specified security permissions (e.g. BT_GATT_PERM_READ_ENCRYPT / READ_AUTHEN / READ_LESC). The public notify and indicate APIs explicitly accept either attribute, and passing the declaration is the documented, common idiom. Before sending each notification or indication, the host re-checks link security with bt_gatt_check_perm() against params-&gt;attr in gatt_notify(), gatt_indicate(), and gatt_notify_multiple_verify_params() (subsys/bluetooth/host/gatt.c).<br /> <br /> When the application passed the Characteristic Declaration attribute, the host correctly redirected the value handle but left params-&gt;attr pointing at the declaration, so the security check evaluated the declaration&amp;#39;s permissions (no security required) instead of the value&amp;#39;s. As a result the encryption/authentication/LESC requirement configured on the characteristic value was skipped. The Notify-Multiple path additionally used a mask that omitted the LE Secure Connections requirement.<br /> <br /> A remote peer triggers the disclosure by connecting (optionally without pairing or encryption) and writing the Client Characteristic Configuration descriptor to enable notifications or indications, causing the server to emit the protected value over a link that has not reached the required security level. The impact is information disclosure / access-control bypass for characteristic values the application intended to expose only over a secured link; exposure depends on the application declaring encrypt/authen-required notify/indicate characteristics and on the CCC being writable at a lower security tier. There is no memory-safety or availability impact.<br /> <br /> The fix adds bt_gatt_attr_resolve_value(), which maps a declaration attribute to the following value attribute before the permission check, and switches the Notify-Multiple path to the full BT_GATT_PERM_READ_ENCRYPT_MASK so the LESC requirement is also enforced.
Gravedad CVSS v3.1: MEDIA
Última modificación:
07/08/2026

CVE-2026-10772

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Rejected reason: ** DUPLICATE ** This CVE Record has been rejected by the Zephyr Project CNA. CVE-2026-10772 was assigned to a vulnerability already covered by CVE-2026-2411, which was assigned earlier for the same defect: the Bluetooth GATT notify/indicate paths check the permissions of the Characteristic Declaration attribute rather than the Characteristic Value attribute, so the encryption/authentication requirements configured on the value are not enforced. Both identifiers describe the same root cause in subsys/bluetooth/host/gatt.c, fixed by the same commit (c3386f92fe81bd10dc23e6a115e6a80a7d863546). Use CVE-2026-2411 instead.
Gravedad: Pendiente de análisis
Última modificación:
01/08/2026

CVE-2025-71404

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** better-auth versions after v0.0.2 and before 1.1.16 contain a reflected cross-site scripting (XSS) vulnerability on the /api/auth/error page, where the value of the &amp;#39;error&amp;#39; URL parameter is reflected as HTML without proper neutralization. An attacker who coerces a user into visiting a specially-crafted URL can execute arbitrary JavaScript in the context of the user&amp;#39;s browser. The issue is fixed in version 1.1.16.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2025-71403

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** better-auth versions before 1.1.20 contain a bypass vulnerability in trustedOrigins validation logic affecting absolute URLs and wildcard domains. Attackers can construct malicious callbackURL parameters that pass origin checks and trigger open redirects to steal sensitive tokens for account takeover.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-10773

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The DHCPv4 client helper net_dhcpv4_msg_type_name() in subsys/net/lib/dhcpv4/dhcpv4.c indexes a static 8-element const char * name table after a faulty bounds check. The guard used msg_type
Gravedad CVSS v3.1: MEDIA
Última modificación:
07/08/2026

CVE-2025-71402

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** better-auth versions greater than 1.3.34 and before 1.4.0 contain a vulnerability in the multi-session plugin&amp;#39;s /sign-out after-hook, which trusts raw multi-session cookies and forwards extracted values to internalAdapter.deleteSessions without verifying the cookie signature (e.g., via getSignedCookie). An attacker can supply a forged _multi-* cookie to trigger deletion of arbitrary session tokens.
Gravedad CVSS v4.0: BAJA
Última modificación:
03/08/2026

CVE-2026-18536

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Data::Entropy versions before 0.010 for Perl read remote entropy sources over plain HTTP.<br /> <br /> The Data::Entropy::RawSource::RandomOrg and Data::Entropy::RawSource::RandomnumbersInfo remote sources are accessed over plain HTTP.<br /> <br /> The Data::Entropy::RawSource::RandomOrg integrity check trivially matches any non-empty byte string.<br /> <br /> Any on-path attacker, such as open WiFi, a compromised ISP, captive portal, or a hostile egress proxy substitutes the response and thereby chooses the bytes returned by rand_bits and rand_int for every application that selected one of these sources via with_entropy_source. The _checkbuf method response is equally attacker-controlled, so the retry/sleep behaviour is steerable too.
Gravedad CVSS v3.1: ALTA
Última modificación:
07/08/2026

CVE-2026-18062

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Kadence Blocks — Page Builder Toolkit for Gutenberg Editor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Identity Block Inner Image Content in all versions up to, and including, 3.7.8.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This vulnerability is only triggerable when the block&amp;#39;s urlTransparent attribute is set to a non-empty value, as this is a required precondition for the vulnerable code path in build_html() to be reached.
Gravedad CVSS v3.1: MEDIA
Última modificación:
12/08/2026

CVE-2026-18344

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Wp Responsive Thumbnail Slider plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the &amp;#39;id&amp;#39; parameter in versions up to, and excluding, 1.1.53. This is due to insufficient input sanitization and output escaping in the responsive_thumbnail_image_management() function, which echoes $_GET[&amp;#39;id&amp;#39;] directly into a double-quoted HTML attribute with no esc_attr() call. The only guard is a loose PHP numeric comparison ($_GET[&amp;#39;id&amp;#39;]&gt;0) that a string beginning with a numeric prefix trivially satisfies, and the addslashes() applied by wp_magic_quotes() is inert in HTML-attribute context because backslash is not an HTML escape character. 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 specially crafted link.
Gravedad CVSS v3.1: MEDIA
Última modificación:
12/08/2026