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

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** H5O__layout_decode in H5Olayout.c in HDF5 through 2.3.0 does not validate that a chunked dataset's stored chunk-layout dimensionality matches its dataspace rank when an existing dataset is opened, whereas this check is performed only at dataset-creation time. This allows attackers to cause a denial of service (divide-by-zero and application crash in H5S__hyper_iter_get_seq_list in src/H5Shyper.c) via a crafted HDF5 file with mismatched chunk/dataspace ranks that is opened and read via H5Dopen2 and H5Dread, e.g. by the h5repack tool.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-19026

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** H5Z__filter_nbit in H5Znbit.c in HDF5 through 2.3.0 dereferences cd_values[0] through cd_values[4] without validating that cd_values is non-NULL or that cd_nelmts is at least 5, the fixed size of the filter's header. This allows attackers to cause a denial of service via a crafted HDF5 file that stores the N-Bit filter pipeline message with zero client-data values, opened and read via H5Dread, e.g. by the h5ls or h5repack tools.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-19023

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Untrusted pointer dereference in the render_bin_output function in the h5dump tool in HDF5 before 2.3.0 allows attackers to cause a denial of service via a variable-length string dataset with more than one element dumped in binary mode, which corrupts the per-element stride calculation and causes subsequent elements to be read from a misaligned offset and dereferenced as a pointer.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-19024

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NULL pointer dereference in H5Pget_fill_value in HDF5 before 2.3.0 allows attackers to cause a denial of service via a dataset whose version 1 or 2 fill value message has the "defined" flag set together with a negative size field, which is not normalized to the library's "undefined" sentinel and reaches H5T_path_find with a NULL datatype.
Gravedad CVSS v4.0: ALTA
Última modificación:
06/08/2026

CVE-2026-67863

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In open62541 1.5.5, a server-side use-after-free exists in the local MonitoredItem callback path. The issue occurs when UA_Subscription_localPublish continues to use the current UA_Notification after a callback invokes UA_Server_deleteMonitoredItem for the current local MonitoredItem. This allows a remote attacker to cause a denial of service.
Gravedad CVSS v3.1: ALTA
Última modificación:
07/08/2026

CVE-2026-71318

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nuxt is an open-source web development framework for Vue.js. From 3.1.0 until 3.21.10 and 4.5.1, an attacker can supply a top-level `as` prop to the /__nuxt_island/ endpoint and drive dynamic component resolution through , resolveDynamicComponent, or h(). This issue is fixed in 3.21.10 and 4.5.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026

CVE-2026-71321

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nuxt is an open-source web development framework for Vue.js. From 3.1.0 until 3.21.10 and 4.5.1, the internal island renderer endpoint `/__nuxt_island/...` decodes and hashes attacker-controlled JSON body input with destr and ohash before validating the URL-resident hash. An unauthenticated `POST /__nuxt_island/_.json` with a large JSON body is fully read, parsed, hashed, and then rejected, which wastes CPU on Nitro single event loop and delays concurrent requests. No valid hash and no authentication are required. This issue is fixed in 3.21.10 and 4.5.1.
Gravedad CVSS v3.1: ALTA
Última modificación:
06/08/2026

CVE-2026-71319

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nuxt is an open-source web development framework for Vue.js. Prior to 3.3.1, Nuxt DevTools (development mode only) exposes a bidirectional RPC channel over the Vite HMR WebSocket via the nuxt:devtools:rpc plugin. On affected versions the channel has no authentication: any client that can reach the Vite HMR endpoint (ws://:/, subprotocol vite-hmr) can call RPC methods, with no token, handshake, or origin check before the channel is established. The updateOptions(), clearOptions(), and openInEditor() methods do not enforce the ensureDevAuthToken check that the other mutating methods use. openInEditor() reads the persisted behavior.openInEditor value and passes it to the launch-editor package, which spawns it as a child process. That value is settable through the equally unauthenticated updateOptions(). An attacker who can reach the HMR port can therefore chain updateOptions('behavior', { openInEditor: '' }) then openInEditor('') to execute an arbitrary program on the developer's machine. This issue is fixed in 3.3.1.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
07/08/2026

CVE-2026-71320

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nuxt is an open-source web development framework for Vue.js. From 3.4.0 until 3.21.10 and 4.5.1, an attacker can inject a template key through /__nuxt_island/ props into a dynamic component when `vue.runtimeCompiler: true` is enabled, causing template execution in the Nitro process. This issue is fixed in 3.21.10 and 4.5.1.
Gravedad CVSS v3.1: ALTA
Última modificación:
07/08/2026

CVE-2026-67865

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** S2OPC 1.7.3 contains an out-of-bounds read in RepublishResponse handling. This allows a remote attacker to cause a denial of service
Gravedad CVSS v3.1: ALTA
Última modificación:
06/08/2026

CVE-2025-63823

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** My Safetipin Android Application 5.2.1 contains Hardcoded credentials in the authentication module, which allows remote attackers to bypass authentication and gain unauthorized access to user accounts via predictable OTP values.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
06/08/2026

CVE-2026-67864

Fecha de publicación:
05/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** An issue in open62541 v.1.5.5 and before allows a remote attacker to cause a denial of service via the NodeManagement type-instantiation logic component
Gravedad CVSS v3.1: ALTA
Última modificación:
06/08/2026