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

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing authorization in the PAM module in Devolutions Server allows an authenticated user with a PAM license but no additional permissions to obtain OTP secret keys and recovery codes via crafted requests to PAM API endpoints.<br /> <br /> <br /> <br /> This issue affects the following versions :<br /> <br /> * <br /> <br /> Devolutions Server 2026.1.6.0 through 2026.1.11.0<br /> <br /> <br /> * <br /> <br /> Devolutions Server 2025.3.16.0 and earlier
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/05/2026

CVE-2026-8278

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. Reason: This candidate was issued in error and is not a valid vulnerability. Notes: All references and descriptions in this candidate have been removed to prevent accidental usage.
Gravedad: Pendiente de análisis
Última modificación:
12/05/2026

CVE-2026-43991

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, substring-based blocklist in plugin-shell&amp;#39;s command-safety check could be bypassed by adversarial argument constructions, allowing unauthorized command execution on the host when combined with the companion advisory. Pre-patch, the check was applied to the raw command string rather than the parsed first token. This vulnerability is fixed in 0.x.y-security-1.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-43992

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, every MCP write tool (send_tokens, execute_contract, instantiate_contract, upload_wasm, ibc_transfer, etc.) accepted &amp;#39;mnemonic: string&amp;#39; as an explicit tool-call parameter. The BIP-39 seed was consequently embedded in the LLM tool-call JSON, exposing it to any transport, log, or telemetry surface in the path between the LLM provider and the MCP process. This vulnerability is fixed in 0.x.y-security-1.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
13/05/2026

CVE-2026-43993

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, the WAVS bridge&amp;#39;s computeDataVerify called fetch() on agent-supplied URLs without validating scheme, port, or resolved IP, resulting in an SSRF vulnerability. This vulnerability is fixed in 0.x.y-security-1.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-5089

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** YAML::Syck versions before 1.38 for Perl has an out-of-bounds read.<br /> <br /> The base60 (sexagesimal) parsing code in perl_syck.h has a buffer underflow bug in both int#base60 and float#base60 handlers. When processing the leftmost segment of a colon-separated value (e.g., the 1 in 1:30:45), the inner while loop can decrement a pointer past the start of the string buffer:<br /> <br /> while ( colon &gt;= ptr &amp;&amp; *colon != &amp;#39;:&amp;#39; )<br /> {<br /> colon--;<br /> }<br /> if ( *colon == &amp;#39;:&amp;#39; ) *colon = &amp;#39;\0&amp;#39;; // colon may be ptr-1 here<br /> <br /> When no colon is found (final/leftmost segment), colon becomes ptr-1, and the subsequent *colon dereference reads one byte before the allocated buffer.
Gravedad CVSS v3.1: ALTA
Última modificación:
14/05/2026

CVE-2026-43989

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, the upload_wasm MCP tool accepted a filesystem path from the agent and uploaded whatever bytes the path resolved to, with no validation of location, symlink target, file size, or file format. This vulnerability is fixed in 0.x.y-security-1.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-25431

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing Authorization vulnerability in WPMU DEV Hustle allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects Hustle: through 7.8.10.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/05/2026

CVE-2026-43990

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, plugin-shell&amp;#39;s run_command wrapped every agent-supplied command in &amp;#39;sh -c&amp;#39; / &amp;#39;cmd /C&amp;#39; and passed the full argument string to the shell&amp;#39;s parser, allowing shell metacharacters in agent-supplied arguments to be interpreted as command syntax. This vulnerability is fixed in 0.x.y-security-1.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/05/2026

CVE-2026-40300

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Zulip is an open-source team collaboration tool. Prior to 12.0, With message_edit_history_visibility_policy set to "moves", /api/v1/messages/{id}/history still returns historical content values, allowing low-privilege users to recover text that was edited away from other users&amp;#39; messages. This vulnerability is fixed in 12.0.
Gravedad CVSS v4.0: MEDIA
Última modificación:
13/05/2026

CVE-2026-20794

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Buffer overflow for the Intel(R) Data Center Graphics Driver for VMware ESXi software before version 2.0.2 within Ring 1: Device Drivers may allow an escalation of privilege. System software adversary with a privileged user combined with a low complexity attack may enable local code execution. This result may potentially occur via local access when attack requirements are not present without special internal knowledge and requires no user interaction. The potential vulnerability may impact the confidentiality (high), integrity (high) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (high), integrity (high) and availability (high) impacts.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
13/05/2026

CVE-2026-20879

Fecha de publicación:
12/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Out-of-bounds write for the Intel(R) Data Center Graphics Driver for VMware ESXi software before version 2.0.2 within Ring 1: Device Drivers may allow a denial of service. System software adversary with a privileged user combined with a low complexity attack may enable data corruption. This result may potentially occur via local access when attack requirements are not present without special internal knowledge and requires no user interaction. The potential vulnerability may impact the confidentiality (none), integrity (high) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (high) and availability (high) impacts.
Gravedad CVSS v4.0: ALTA
Última modificación:
13/05/2026