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

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** An authenticated user can cause a MongoDB server to crash or return incorrect results by creating documents that interfere with internal metadata processing during query execution. This stems from insufficient separation between user-controlled document fields and internal metadata in certain execution paths.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-9748

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** The $_internalConvertBucketIndexStats stage used PauseExecution as a way to signal "skip this document" when an index stats conversion failed. But PauseExecution is not a general purpose skip mechanism, but rather a TeeBuffer-internal signal used solely by $facet to coordinate its sub-pipelines. When this stage is placed before $facet in a pipeline, TeeBuffer receives the unexpected PauseExecution from upstream and hits a hard invariant assertion, crashing mongod.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-9741

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A bug in query analysis processing of the $vectorSearch aggregation stage for Queryable Encryption (QE) or Client-Side Field Level Encryption (CSFLE) results in literal values for encrypted fields within the $vectorSearch stage filter expressions to be sent to the server as plaintext instead of ciphertext.
Gravedad CVSS v4.0: ALTA
Última modificación:
10/06/2026

CVE-2026-9742

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** When OIDC authentication is enabled in configuration, clients may set specific values in the "mechanism" parameter of the "authenticate" command that lead to server crash. The authenticate command is accessible to unauthenticated clients, leading to pre-auth denial-of-service in affected product configurations.
Gravedad CVSS v4.0: ALTA
Última modificación:
10/06/2026

CVE-2026-9746

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** When using $changestreams and $_requestReshardingResumeToken with the exchange option the server hits an invariant which causes the server to crash. There are no special privileges needed. The user must be logged in to issue the statement.
Gravedad CVSS v4.0: ALTA
Última modificación:
10/06/2026

CVE-2026-9735

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** MongoDB server may log authentication parameters, including credentials, to the server log during SASL authentication. When connection health metric logging is enabled, the full authentication parameters are written to the log without redaction.
Gravedad CVSS v4.0: MEDIA
Última modificación:
15/06/2026

CVE-2026-9740

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability in MongoDB Server's BSON validation logic allows an unauthenticated user to crash the mongod process by sending a specially crafted message. The BSON validator's handling of certain nested binary data structures permits uncontrolled mutual recursion between validation functions, where each re-entry resets internal depth tracking.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-9743

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** In MongoDB Server 8.0, an aggregation stage can leave its _subPipeline field null during processing of certain pipelines. If a getMore is subsequently issued on the same cursor, the server may dereference this null sub-pipeline when reattaching to the operation context, accessing an invalid address and crashing the process. This issue allows an authenticated user who can run aggregation pipelines to cause a denial of service by issuing a specially crafted aggregation followed by getMore on affected versions.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-46433

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** lldpd is an implementation of IEEE 802.1ab (LLDP). Prior to version 1.0.22, lldpd_decode() in src/daemon/lldpd.c strips 802.1Q VLAN tags from received Ethernet frames by calling memmove() to shift the frame payload 4 bytes left. The third argument (byte count) is s - 2 * ETHER_ADDR_LEN but should be s - 2 * ETHER_ADDR_LEN - 4, causing a 4-byte heap buffer over-read past the malloc(h_mtu) allocation when the received frame size equals the interface MTU. This issue has been patched in version 1.0.22.
Gravedad CVSS v3.1: MEDIA
Última modificación:
11/06/2026

CVE-2026-46374

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SQLFluff is a modular SQL linter and auto-formatter with support for multiple dialects and templated code. Prior to version 4.2.0, in deployments where untrusted users can provide SQL queries to be linted, an untrusted user can submit a malicious long query to any application using the parser to trigger a Denial of Service through resource exhaustion. This issue has been patched in version 4.2.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
12/06/2026

CVE-2026-46373

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SQLFluff is a modular SQL linter and auto-formatter with support for multiple dialects and templated code. Prior to version 4.1.0, in deployments where untrusted users can provide SQL queries to be linted, an untrusted user can submit a malicious query with deliberate excessive nesting to any application using the parser to trigger a Denial of Service through resource exhaustion. This issue has been patched in version 4.1.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
12/06/2026

CVE-2026-44963

Fecha de publicación:
09/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability allowing remote code execution (RCE) on the Backup Server by an authenticated domain user.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
10/06/2026