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

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use after free in Chromoting in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via crafted network traffic. (Chromium security severity: Medium)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78914

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Uninitialized resource in Skia in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially read memory inside the sandbox via a crafted HTML page. (Chromium security severity: Low)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78897

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing authorization in BrowserTag in Google Chrome prior to 152.0.7977.65 allowed a remote attacker leveraging social engineering to obtain sensitive information via a crafted Chrome extension. (Chromium security severity: Low)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78898

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Incorrect authorization in Downloads in Google Chrome prior to 152.0.7977.65 allowed a remote attacker leveraging social engineering to bypass system access restrictions via a crafted HTML page. (Chromium security severity: Medium)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78899

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use after free in V8 in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78900

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper input validation in Media in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: High)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78901

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Race condition in V8 in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: Medium)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78903

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Incomplete cleanup in SiteIsolation in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. (Chromium security severity: Medium)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78904

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Type confusion in ANGLE in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: High)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78905

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Type confusion in ANGLE in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Medium)
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-77357

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mesop is a Python-based UI framework that allows users to build web applications. Prior to 1.3.3, applications running in debug mode expose a GET /hot-reload endpoint whose unbounded loop depends on the user-supplied counter parameter, allowing an unauthenticated attacker to hold worker threads with high counter values until the worker pool is exhausted and the server becomes unavailable. A single unauthenticated attacker can crash the Mesop server with minimal effort. Because the attack leverages worker exhaustion, the server remains unresponsive until it is manually restarted. This issue is fixed in version 1.3.3.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-77680

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** An algorithmic complexity flaw exists in libsoup&amp;#39;s HTTP Range header processing that persists after the CVE-2025-32907 fix.<br /> <br /> CVE-2025-32907 addressed memory amplification when a client repeated the same range many times in a single Range header. Commit 9bb92f7a corrected merge correctness in soup_message_headers_get_ranges_internal() in libsoup/soup-message-headers.c, but the coalescing loop still removes merged ranges using g_array_remove_index() for each coalesced element. Because GArray is contiguous, each mid-array removal performs an O(N) memmove. When many identical satisfiable ranges are supplied (for example bytes=0-0 repeated thousands of times), the loop performs O(N²) work coalescing them into a single range.<br /> <br /> The vulnerable path is reachable server-side from handle_partial_get() in libsoup/server/http1/soup-server-message-io-http1.c when a SoupServer handler returns HTTP 200 with a non-empty body. No authentication is required. The number of ranges is bounded only by the maximum request header size (~100 KiB), allowing roughly 25,000 ranges per request. Reporter measurements on libsoup HEAD containing the CVE-2025-32907 fix show ~90 ms single-core CPU per such request at the wire maximum, blocking the server&amp;#39;s event loop for that duration.<br /> <br /> This is a CPU exhaustion / availability issue only. No memory corruption or information disclosure occurs.<br /> <br /> Affected: libsoup versions containing the CVE-2025-32907 fix but not merge request !550.<br /> Fixed upstream: MR !550 merged 2026-08-20, replacing per-element removal with O(N) in-place compaction and rejecting Range headers requesting more than 200 ranges.<br /> Upstream report: https://gitlab.gnome.org/GNOME/libsoup/-/issues/538<br /> Related: CVE-2025-32907
Gravedad CVSS v3.1: MEDIA
Última modificación:
25/08/2026