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

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** PILOS (Platform for Interactive Live-Online Seminars) is a frontend for BigBlueButton. From 2.1.0 until 4.14.1, PILOS does not send a Cross-Origin-Opener-Policy response header, so pages opened by PILOS via a link that opens a new browsing context (e.g., target="_blank") retain a window.opener reference back to the originating PILOS tab. A malicious destination page reached this way can use window.opener to navigate or manipulate the original PILOS tab, a technique known as reverse tabnabbing, potentially redirecting an authenticated user to a phishing page that mimics PILOS. This issue is fixed in version 4.14.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026

CVE-2026-7405

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A maliciously crafted TIF file, when parsed through certain Autodesk products during image import, can cause an Out-of-Bounds Read in the image handling library. A malicious actor can leverage this vulnerability to cause a denial of service
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026

CVE-2026-7406

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A maliciously crafted BMP file, when parsed through certain Autodesk products, can force a Untrusted Pointer Dereference vulnerability. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.
Gravedad CVSS v3.1: ALTA
Última modificación:
06/08/2026

CVE-2026-71439

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. From version 11.6.0 until 11.16.1, Mermaid Radar Diagrams allow arbitrary large values for the ticks parameter, which can cause high CPU usage and freeze the rendering webpage or JavaScript process for long periods of time, potentially until the process is killed from memory exhaustion. This issue is fixed in version 11.16.1.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-71445

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** AIL Framework contained a reflected cross-site scripting vulnerability in the /tag/add_tags endpoint. When an error occurred while processing a tag operation, the application returned the error value directly as an HTML response using str(res[0]).<br /> <br /> If attacker-controlled input was included in the generated error message, a crafted request could cause arbitrary HTML or JavaScript to be reflected in the response without appropriate output encoding. An attacker could exploit the vulnerability by convincing an authenticated AIL Framework user to open a specially crafted link.<br /> <br /> Successful exploitation could allow JavaScript to execute in the victim’s browser within the security context of the AIL Framework application. Depending on the victim’s privileges and the application’s protections, the attacker could perform actions using the victim’s session, access information available to the victim, or modify data through authenticated application requests.<br /> <br /> The vulnerability requires user interaction because the authenticated victim must follow or open the crafted request. The attacker does not necessarily require an AIL Framework account, provided that the crafted request can be delivered to an already authenticated user.
Gravedad CVSS v4.0: ALTA
Última modificación:
06/08/2026

CVE-2026-71446

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** AIL Framework contains a stored cross-site scripting vulnerability in the crawler domain view. Crawled URLs were embedded directly into the JavaScript onclick handler used to display a stored screenshot, without context-appropriate encoding.<br /> <br /> An attacker who can cause a specially crafted URL to be recorded in the crawler history can inject JavaScript syntax into the stored URL value. The payload remains stored by AIL and is subsequently included in the domain view. When an authenticated analyst clicks the screenshot icon associated with the malicious URL, the injected JavaScript executes in the analyst’s browser within the security context of the AIL Framework application.<br /> <br /> Successful exploitation could allow an attacker to access information available to the analyst’s session, modify displayed content, or perform application actions using the analyst’s privileges. Exploitation requires the victim to interact with the affected screenshot entry.<br /> <br /> The vulnerability was corrected by serializing the crawled URL with Jinja’s tojson filter before inserting it into the JavaScript handler. This safely escapes characters that could otherwise terminate the JavaScript string and introduce executable code.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-71447

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** AIL Project contains a stored cross-site scripting vulnerability in the translation controls displayed for chat messages and forum posts.<br /> <br /> The affected templates inserted message and post identifiers directly into inline JavaScript onclick handlers:<br /> <br /> onclick="translateMessageToPreferredLanguage(&amp;#39;{{ message[&amp;#39;id&amp;#39;] }}&amp;#39;, &amp;#39;{{ mess_id_escape }}&amp;#39;, this)"<br /> <br /> and:<br /> <br /> onclick="translatePostToPreferredLanguage(&amp;#39;{{ post[&amp;#39;id&amp;#39;] }}&amp;#39;, &amp;#39;{{ post_id_escape }}&amp;#39;, this)"<br /> <br /> These values were HTML-template escaped but were not safely encoded for use as JavaScript string literals inside an HTML attribute. A specially crafted identifier containing quotation marks, escape characters, or other JavaScript syntax could therefore terminate the expected string argument and inject arbitrary JavaScript into the event handler.<br /> <br /> Because the affected values are associated with indexed chat messages or forum posts, a malicious value may remain stored by AIL and be rendered whenever an analyst accesses the corresponding chat or forum explorer view.<br /> <br /> Successful exploitation requires the victim to click the affected Translate to preferred language button. The injected code would then execute in the victim’s browser under the security origin of the AIL instance.
Gravedad CVSS v4.0: MEDIA
Última modificación:
06/08/2026

CVE-2026-71476

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nx is a monorepo solution for TypeScript and polyglot codebases. From version 20.8.0 until 22.7.7 and 23.0.2, the Nx self-hosted HTTP remote cache extracts downloaded cache artifacts without constraining where files are written. A malicious or on-path (MITM) remote cache server can return a crafted tar archive whose entries escape the cache directory and write to arbitrary locations on the machine running Nx, which can be escalated to remote code execution. Nx&amp;#39;s default local cache and Nx Cloud are not affected; only workspaces configured to use a self-hosted remote cache are affected. This issue is fixed in versions 22.7.7 and 23.0.2.
Gravedad CVSS v4.0: ALTA
Última modificación:
06/08/2026

CVE-2026-71478

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 1.5.0 until 2.9.0, the AttributesExtension&amp;#39;s href and src unsafe-link filter can be bypassed by embedding control bytes, such as a tab, carriage return, line feed, or leading C0 control character, in a javascript: URL that browsers discard before parsing the scheme, causing the browser to still execute the script even when the unsafe-link filter is enabled. This issue is fixed in 2.9.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026

CVE-2026-71488

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** league/commonmark is a PHP library for parsing and rendering CommonMark Markdown. From 0.6.0 until 2.9.0, specially crafted Markdown lines can cause the parser to have quadratic time complexity when converting, because several parsing paths repeatedly rescan growing portions of a line to translate between character positions and byte positions, and the Autolink extension can also copy and validate the remaining line at every URL-like prefix, allowing an attacker who can submit Markdown for conversion to consume disproportionate CPU time with a comparatively small request. This issue is fixed in 2.9.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
06/08/2026

CVE-2026-71433

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** LangGraph Checkpoint Postgres and SQLite Checkpoint are the Postgres and SQLite implementations of LangGraph&amp;#39;s checkpoint saver. Prior to 3.1.1, the langgraph-checkpoint-postgres and langgraph-checkpoint-sqlite packages persisted hierarchical namespaces as a dot joined string and scoped reads by matching that string as a simple prefix pattern, so a read scoped to one namespace could also match a sibling namespace whose flattened form shares the same leading characters, or a namespace label containing unescaped pattern metacharacters, allowing an authenticated caller to retrieve stored items belonging to another tenant or user through an ordinary scoped search or list namespaces call, with no crafted input required. This issue is fixed in versions 3.1.1 of langgraph-checkpoint-postgres and langgraph-checkpoint-sqlite.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026

CVE-2026-71434

Fecha de publicación:
06/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.3 and 6.24.2, public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow through a form&amp;#39;s assets or files field, and for assets fields, files could be stored on a public, web-accessible disk, though the application&amp;#39;s global upload allowlist still blocked executable types such as .php and .html. This issue is fixed in versions 5.74.3 and 6.24.2.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/08/2026