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

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open() directly instead of pathsec.open(). Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting, including sensitive system files and application credentials.
Gravedad CVSS v4.0: ALTA
Última modificación:
24/08/2026

CVE-2026-63310

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK before 3.9.3 fails to verify file integrity after downloading packages and before extraction in the downloader module. Attackers can perform man-in-the-middle attacks or DNS poisoning to inject malicious package contents that are extracted without validation.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
24/08/2026

CVE-2026-65915

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open() where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load() to read arbitrary files accessible to the process user, including credentials and configuration files.
Gravedad CVSS v4.0: ALTA
Última modificación:
24/08/2026

CVE-2026-62388

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only active when manually enabled.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/08/2026

CVE-2026-62384

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with names containing no path separators inside the corpus subdirectory, which pass the path validation guard and are resolved to files outside the intended corpus root when accessed via frame_by_name(), _lu_file(), or doc() methods.
Gravedad CVSS v4.0: ALTA
Última modificación:
24/08/2026

CVE-2026-62385

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK versions before 3.10.0 contain a path traversal vulnerability in FramenetCorpusReader and NKJPCorpusReader that allows attackers to parse XML files outside the corpus root by supplying unsafe selectors or poisoned index state. Attackers can exploit frame_by_name, doc, lu, and header methods with crafted parameters to read arbitrary XML files accessible to the application.
Gravedad CVSS v4.0: ALTA
Última modificación:
24/08/2026

CVE-2026-62383

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels(), domains(), categories(), or fileids() methods with the symlink filename.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/08/2026

CVE-2026-68769

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Gravedad: Pendiente de análisis
Última modificación:
22/08/2026

CVE-2026-75866

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Punk::OAuth2::Server versions through 0.03 for Perl issue access tokens outside a client&amp;#39;s registered scopes and grant types because no authorization path reads them.<br /> <br /> Punk::OAuth2::Server::Store registers scopes and grant_types per client and documents both as client registration. token dispatches on the grant_type in the request body, so a client registered for authorization_code alone can ask for client_credentials, and that arm passes the requested scope straight to the minter, which signs it into the at+jwt access token. authorize copies the query scope into the authorization code record without comparing it against the registration, leaving the optional consent hook as the only check between an arbitrary scope and the issued code. redirect_uris on the same client row is read and enforced.<br /> <br /> A registered client can obtain a correctly signed token carrying any scope it names, and a resource server running Punk::OAuth2::Checker accepts that token and honours the scope. A client registered without a secret authenticates on its client_id alone, so anyone who knows that identifier can request one.
Gravedad: Pendiente de análisis
Última modificación:
22/08/2026

CVE-2026-75870

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret.<br /> <br /> The session keyword freezes its options onto the application as given: it does not require a secret, warn, or refuse to start when one is absent. The cookie read and the write-back both default that key to the empty string, so a declaration with no secret option, or with an undefined or empty one, signs and verifies with a zero-length HMAC-SHA256 key.<br /> <br /> An attacker who knows the cookie format can then mint one offline carrying any contents the session holds, such as a user identifier or a role. Nothing marks the misconfiguration at runtime: cookies are well formed and sessions round-trip as expected.
Gravedad: Pendiente de análisis
Última modificación:
22/08/2026

CVE-2026-4561

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The MC4WP: Mailchimp for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the form response message post meta fields (e.g., &amp;#39;text_subscribed&amp;#39;, &amp;#39;text_error&amp;#39;) in all versions up to, and including, 4.12.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Gravedad CVSS v3.1: MEDIA
Última modificación:
24/08/2026

CVE-2026-5093

Fecha de publicación:
22/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The GreenShift – Animation and Page Builder Blocks plugin for WordPress is vulnerable to unauthorized modification of data in versions up to, and including, 12.8.9. This is due to a missing capability check on the &amp;#39;gspb_update_global_wp_settings&amp;#39; function that only verifies the &amp;#39;edit_posts&amp;#39; capability instead of requiring administrative privileges. This makes it possible for authenticated attackers, with contributor-level access and above, to modify global WordPress theme color settings site-wide, leading to site defacement.
Gravedad CVSS v3.1: MEDIA
Última modificación:
24/08/2026