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

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A stored cross-site scripting (XSS) vulnerability in cube-root/directory-serve through 1.3.7 allows an attacker to inject arbitrary JavaScript into the web interface by uploading a file with a crafted filename containing HTML attribute-breaking characters.
Gravedad CVSS v3.1: MEDIA
Última modificación:
10/08/2026

CVE-2026-72571

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A path traversal vulnerability in mustafaakin/cast-localvideo (all versions) allows an unauthenticated remote attacker to read arbitrary files from the server. The app.js handler at lines 151-153 passes the user-supplied req.body.dir parameter directly to res.sendFile() without sanitization, enabling directory traversal via absolute paths or ../ sequences to read sensitive system files.
Gravedad CVSS v3.1: ALTA
Última modificación:
10/08/2026

CVE-2026-72572

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A path traversal vulnerability in o1lab/xmysql (all versions) allows an unauthenticated remote attacker to read and download arbitrary files from the server. The lib/xapi.js file at lines 338 and 424 uses the user-controlled req.query.name parameter in path.join(cwd, name) without sanitization before passing it to res.download, enabling directory traversal via ../ sequences to access sensitive system files.
Gravedad CVSS v3.1: ALTA
Última modificación:
10/08/2026

CVE-2026-72566

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A server-side request forgery (SSRF) vulnerability in automatisch through commit 41f3c56 allows a low-privileged authenticated user with 'manage Flow' permission to make the server fetch arbitrary URLs and retrieve the full response body via the HTTP Request app's Custom Request action.
Gravedad CVSS v3.1: ALTA
Última modificación:
10/08/2026

CVE-2026-72567

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** An improper path validation vulnerability in AsyncFuncAI/deepwiki-open through commit 16f35a0 allows unauthenticated remote attackers to write to or delete arbitrary files with root privileges. The api/api.py wiki-cache endpoint constructs file paths from user-controlled owner, repo, and repo_type fields without sanitization, enabling path traversal.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
10/08/2026

CVE-2026-72569

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A path traversal vulnerability in cube-root/directory-serve through 1.3.7 allows an unauthenticated remote attacker to delete arbitrary files outside the intended served directory when the application is run with the --delete option.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
10/08/2026

CVE-2026-72568

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Rejected reason: Red Hat CNA-LR concluded that this CVE is not valid.
Gravedad CVSS v3.1: ALTA
Última modificación:
17/08/2026

CVE-2026-71391

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfnt_vary_simple_glyph() and sfnt_vary_compound_glyph() uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font to bypass the check and trigger a heap-based out-of-bounds read via memcpy. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This exposes heap memory contents which can be later used to defeat ASLR.<br /> <br /> <br /> This issue was fixed in commit 95ab9ef627b212d74d321c5bbb5b56a1be7b9fbe
Gravedad CVSS v4.0: MEDIA
Última modificación:
10/08/2026

CVE-2026-71392

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GNU Emacs for Android is vulnerable to an integer overflow in the sfnt_read_cmap_format_12() function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit builds, causing a heap buffer overflow write. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This results in heap memory corruption that can lead to code execution.<br /> <br /> <br /> This issue was fixed in commit c4e20777c26548722a37b03db93243e83a0d6188
Gravedad CVSS v4.0: MEDIA
Última modificación:
10/08/2026

CVE-2026-71393

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GNU Emacs for Android is vulnerable to an integer overflow in sfnt_read_name_table() in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in an undersized heap allocation. A subsequent read() call writes beyond the buffer, causing a heap buffer overflow. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This can lead to heap memory corruption and potential code execution.<br /> <br /> <br /> <br /> <br /> This issue was fixed in commit d51a4722316efe0960994d371e1859099894d1ca
Gravedad CVSS v4.0: MEDIA
Última modificación:
10/08/2026

CVE-2026-71394

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GNU Emacs for Android improperly validates the table header input in sfnt_read_table_directory() in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a struct with uninitialized heap memory in the table directory entries. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This leads to the use of uninitialized heap data in subsequent table lookups, potentially resulting in information disclosure, crashes, or arbitrary memory access on 32-bit targets.<br /> <br /> <br /> This issue is fixed after commit 7621ee1d01229d50e5c0cddea6bf0b01095a62cf
Gravedad CVSS v4.0: MEDIA
Última modificación:
10/08/2026

CVE-2026-72564

Fecha de publicación:
10/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** An improper authorization vulnerability in fosrl/pangolin through v1.20.0 allows an authenticated remote attacker to authenticate to any resource in any organization by reusing an access token issued for a different resource.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
10/08/2026