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

CVE-2026-47671

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nhost is an open source Firebase alternative with GraphQL. In versions of Nhost CLI prior to 1.46.0, the hidden `nhost configserver` used by `nhost dev` exposes the Mimir GraphQL API with dummy authorization directives and permissive CORS. When a developer is running the local development environment, any process that can reach the developer's localhost service, including a web page loaded from an arbitrary origin, can query the configserver for local Nhost configuration and secrets and can mutate the local `.secrets` file. This impacts developers using `nhost dev`: project admin secrets, JWT signing keys, webhook secrets, Grafana credentials, and custom environment variables can be read, and attacker-controlled secrets can be written to the local development project. Version 1.46.0 of Nhost CLI contains a fix.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/07/2026

CVE-2026-47667

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** CImg Library is a C++ library for image processing. Prior to version 4.0.0 in `_load_analyze()`, the header_size field is read as an `unsigned int` from the first 4 bytes of an Analyze/NIfTI file and passed directly to `new unsigned char[header_size]` without being bounded against the actual file size. A value up to ~4 GB is accepted. If the subsequent `fread` returns `short` as it will for any malformed file), the function throws a `CImgIOException` and the allocated buffer is never freed. A 6-byte crafted file is sufficient to trigger an allocation of ~1.3 GB per call, with the full allocation leaked on every error path. The issue is reachable via `load_analyze()` and the generic `load()` when the file extension is .hdr, .img, or .nii. Version 4.0.0 fixes the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/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-42397

Fecha de publicación:
21/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Allocation of Resources Without Limits or Throttling (CWE-770) in Kibana can lead to a denial of service via Excessive Allocation (CAPEC-130). An authenticated user can submit a specially crafted request to affected Entity Analytics endpoints containing an oversized input value that causes excessive resource consumption, which may render Kibana unavailable.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026