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

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Cross Site Scripting vulnerability in DayuanJiang next-ai-draw-io 0.4.13 allows a remote attacker to execute arbitrary code via the mcp parameter
Gravedad CVSS v3.1: ALTA
Última modificación:
22/07/2026

CVE-2026-56144

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Incorrect Authorization (CWE-863) in Elasticsearch can allow an authenticated user with limited index privileges to exploit insufficient authorization controls in the ingest simulation feature. By targeting indices they are not authorized to access directly, the user can cause those indices' configured ingest pipelines to execute and return their output, potentially disclosing data processed or enriched by those pipelines. Additionally, the same feature can be used to retrieve index mapping metadata for indices the user are not authorized to access directly.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026

CVE-2026-56145

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Uncontrolled Resource Consumption (CWE-400) in Elasticsearch can lead to denial of service via Excessive Allocation (CAPEC-130). A low-privileged authenticated user with permission to execute EQL sequence queries against an index they control can send a specially crafted query that triggers excessive memory consumption, causing the Elasticsearch node to crash.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026

CVE-2026-56146

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Access Control (CWE-284) in Kibana can lead to unauthorized modification of Entity Analytics Watchlist configuration and potential information disclosure. A low-privileged authenticated user with read-only Security Solution access could perform write operations on watchlist data that should require elevated privileges. Under specific deployment conditions, this could also allow such a user to access data beyond their authorized scope.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026

CVE-2026-50759

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** An issue in exo-explore exo 1.0.69 allows a remote attacker to escalate privileges via the GET /state and DELETE /instance/{instance_id} endpoints with no authentication.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/07/2026

CVE-2026-56852

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

CVE-2026-50755

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** An issue in DayuanJiang next-ai-draw-io 0.4.13 allows a remote attacker to obtain sensitive information via the X-Forwarded-For header value
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
22/07/2026

CVE-2026-50756

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** An issue in DayuanJiang next-ai-draw-io 0.4.13 allows a remote attacker to obtain sensitive information via the x-ai-provider component
Gravedad CVSS v3.1: ALTA
Última modificación:
22/07/2026

CVE-2026-50757

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Directory Traversal vulnerability in DayuanJiang next-ai-draw-io 0.4.13 allowsa remote attacker to execute arbitrary code via the nex-ai-draw-io/mcp-server
Gravedad CVSS v3.1: ALTA
Última modificación:
22/07/2026

CVE-2026-49092

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unintended Proxy or Intermediary ('Confused Deputy') (CWE-441) in Kibana can lead to unauthorized information exposure via Accessing Functionality Not Properly Constrained by ACLs (CAPEC-1). Under certain conditions, a lower-privileged user can cause data from sources they are not authorized to access to be processed using another user's privileges.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026

CVE-2026-46600

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

CVE-2026-46403

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Klever-Go is the Go implementation of the Klever blockchain protocol. Prior to 1.7.17, KVM exposes `ExecuteReadOnlyWithTypedArguments` as a read-only execution mechanism. The hook saves the previous read-only state, sets `runtime.SetReadOnly(true)`, executes the destination context, and then restores the previous read-only state. However, the indirect contract delete and upgrade paths do not reject execution when `runtime.ReadOnly()` is true. As a result, a contract reached through read-only execution can call the production delete hook for a target contract it owns. The delete path appends the target address to `vmOutput.DeletedAccounts`, the output context merges `DeletedAccounts` into the caller output, and the smart contract processor later processes the VM output by deleting accounts listed in that field. The root cause is that read-only mode is applied as runtime state, but not enforced by the state-changing delete and upgrade host-core paths. This breaks the expected isolation boundary for workflows that rely on read-only calls to inspect another contract without allowing that callee to produce state-changing VM output. The issue is fixed in v1.7.17. Contract delete and upgrade host-core paths now reject execution when `runtime.ReadOnly()` is true. The invariant is regression-tested for delete, upgrade, storage writes, value transfers, and any VM output field that can later mutate chain state.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/07/2026