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

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 fails to enforce the RESPONSE_SIZE_LIMIT when processing Transfer-Encoding: chunked HTTP responses in http_response_recv_body(). Attackers controlling a malicious RD Gateway endpoint can send oversized chunked response bodies to exhaust client memory resources without triggering the configured size limit.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-67292

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 contains a buffer over-disclosure vulnerability in the gateway WebSocket transport (libfreerdp/core/gateway/websocket.c). The client's Pong reply reuses a fixed 1024-byte response stream whose length is not sealed to the actual received Ping payload, so a malicious gateway/WebSocket peer sending a non-empty Ping control frame causes the client to reply with an overlong Pong that discloses bytes beyond the received payload (the peer receives the masking key and can unmask the reply). A zero-length Ping reaches an assertion and terminates the client (denial of service).
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
03/08/2026

CVE-2026-67295

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 fails to properly validate server-supplied RDPDR paths in drive redirection, allowing attackers to access prefix-sibling paths outside the configured shared root. A malicious RDP server can read, write, delete, and enumerate files in sibling directories by sending non-rooted paths that bypass the shared-root boundary check.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2026-67293

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

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 contains an out-of-bounds heap read vulnerability in the UVC H.264 extension-unit parser that fails to validate descriptor length before accessing the GUID field. A local attacker with a malicious USB video camera can trigger a heap read beyond allocated bounds during camera stream setup, causing denial of service.
Gravedad CVSS v4.0: BAJA
Última modificación:
03/08/2026

CVE-2026-67288

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FreeRDP before 3.29.0 contains a null pointer dereference vulnerability in smartcard cache request decoders that accept NULL NDR pointers for LookupName in SCARD_IOCTL_READCACHEA and SCARD_IOCTL_WRITECACHEA operations. When smartcard emulation is enabled, attackers can send crafted smartcard cache requests with NULL lookup-name pointers to trigger strlen() on a null pointer, causing client process termination.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

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