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

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability was identified in CodeAstro Human Resource Management System 1.0. Affected by this issue is some unknown functionality of the file /dashboard/add_tod of the component Dashboard Interface. The manipulation of the argument todo_data leads to cross site scripting. The attack may be initiated remotely. The exploit is publicly available and might be used.
Gravedad CVSS v4.0: BAJA
Última modificación:
15/06/2026

CVE-2026-54361

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** MISP contained multiple mass assignment vulnerabilities in the handling of collections, tag collections, event delegations, and shadow attributes. Several controller actions accepted user-supplied fields that should have remained server-controlled, including record identifiers and ownership-related fields such as id, org_id, orgc_id, and user_id.<br /> <br /> An authenticated attacker with access to the affected endpoints could craft requests containing protected fields in order to alter object ownership, redirect an update to another record, overwrite existing event delegation requests, or modify shadow attribute proposals belonging to another organization. This could result in unauthorized modification of MISP objects and, depending on object visibility and sharing configuration, unauthorized access to or transfer of sensitive threat intelligence data.<br /> <br /> The issue was fixed by explicitly pinning ownership and identity fields to their stored values during edit operations and by removing user-supplied primary keys from create-only save paths.<br /> <br /> Affected components:<br /> <br /> * CollectionsController::edit()<br /> * EventDelegationsController::delegateEvent()<br /> * ShadowAttributesController::edit()<br /> * TagCollectionsController::edit()915<br /> * TagCollectionsController::editWithTags()<br /> <br /> <br /> Attack requirements:<br /> The attacker must be authenticated and able to reach the affected MISP endpoints. No user interaction is required.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-54357

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** An improper authorization vulnerability in MISP allowed an authenticated organization administrator to access or modify user settings belonging to site administrator accounts within the same organization. The affected access-control checks scoped administrative actions by organization membership but did not exclude higher-privileged site administrator users. As a result, an organization administrator could potentially view or alter site administrator user settings and related login profile information, crossing the intended privilege boundary between organization administration and site-wide administration.<br /> <br /> The patch hardens the ACL logic by excluding site administrator accounts from organization administrator–managed user sets, adding explicit authorization failure when a target user is not administrable, and ensuring user setting and login profile operations fail closed.
Gravedad CVSS v4.0: MEDIA
Última modificación:
15/06/2026

CVE-2026-54358

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** An incorrect authorization vulnerability in MISP allows an organization administrator to target site administrator accounts belonging to the same organization through the administrative email functionality. The affected code restricted organization administrators to users within their own organization, but did not exclude accounts assigned a site administrator role from recipient queries. As a result, an organization administrator could perform privileged account-management actions, such as initiating a password reset workflow, against a higher-privileged site administrator account in the same organization.<br /> <br /> Successful exploitation may allow an authenticated organization administrator to interfere with or potentially take over a site administrator account, resulting in privilege escalation and full compromise of the MISP instance’s confidentiality, integrity, and availability.<br /> <br /> Attack prerequisites:<br /> The attacker must be authenticated as an organization administrator in the same organization as a site administrator account.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-54359

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** MISP contains an insecure default configuration in which the Security.check_sec_fetch_site_header control is disabled. When this setting is disabled, state-changing requests such as POST, PUT, or AJAX requests are not restricted based on the browser-provided Sec-Fetch-Site header. A remote unauthenticated attacker could craft a malicious web page that causes an authenticated MISP user’s browser to issue cross-site requests to MISP automation endpoints. If successful, the forged requests may be processed with the privileges of the victim user, potentially allowing unauthorized modification of MISP data or configuration. Enabling Security.check_sec_fetch_site_header mitigates this issue, although operators of multi-homed MISP deployments should validate the setting before enforcing it.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-54360

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A mass assignment vulnerability exists in MISP’s sharing group creation endpoint. When creating a new sharing group, the controller did not remove a user-supplied id field before saving the submitted data. In CakePHP, supplying a primary key in the save data can cause a create() followed by save() operation to update an existing record instead of creating a new one.<br /> <br /> An authenticated user with permission to add sharing groups could therefore submit the identifier of an existing sharing group and modify that sharing group without passing the normal edit access-control checks. This may allow the attacker to take over or alter sharing groups they do not otherwise have access to, potentially affecting the confidentiality and integrity of information shared through those groups.<br /> <br /> Affected component:<br /> app/Controller/SharingGroupsController.php, add() action
Gravedad CVSS v4.0: ALTA
Última modificación:
15/06/2026

CVE-2026-50552

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Koel is a free, open-source music streaming solution. Prior to version 9.7.1, Koel contains a Server-Side Request Forgery (SSRF) vulnerability in the radio station creation endpoint (POST /api/radio/stations). The url field validation rules are declared without the bail keyword, so the HasAudioContentType rule — which issues HTTP requests to the supplied URL — still executes even after the SafeUrl rule has rejected the URL as pointing to a private/reserved address. Any authenticated, non-admin user can therefore coerce the server into making HEAD/GET requests to arbitrary internal hosts. This issue has been patched in version 9.7.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/06/2026

CVE-2026-54055

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.2, a local privilege escalation vulnerability exists in kitty&amp;#39;s file transmission protocol where a child process running in the terminal can write to arbitrary files on the filesystem by exploiting a TOCTOU (Time-of-Check-Time-of-Use) race condition between symlink validation and file creation. The `os.open()` call used to create files does not use `O_NOFOLLOW`, allowing an attacker to create a symlink between the initial stat check and the actual file open, causing the write to follow the symlink to an arbitrary destination. Version 0.47.2 fixes the issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
16/06/2026

CVE-2026-47260

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Koel is a free, open-source music streaming solution. Prior to version 9.3.5, Koel validates the podcast feed URL via the SafeUrl rule (DNS resolution + public IP check), but the individual episode values extracted from the RSS XML are stored directly into the database without any SSRF validation. When a user plays an episode, the server downloads the full HTTP response from the unvalidated enclosure URL via Http::sink()-&gt;get() and streams it back to the user, enabling full-read SSRF against internal services. This issue has been patched in version 9.3.5.
Gravedad CVSS v3.1: ALTA
Última modificación:
15/06/2026

CVE-2026-50287

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** AgenticMail gives AI agents real email addresses and phone numbers. Prior to version 0.9.27, @agenticmail/mcp exposes a Streamable HTTP transport when started with --http or MCP_HTTP=1. In that mode, the /mcp endpoint accepts requests without any HTTP authentication layer. A remote client can initialize a session and call tools directly. This issue has been patched in version 0.9.27.
Gravedad CVSS v4.0: ALTA
Última modificación:
16/06/2026

CVE-2026-42604

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Actual is a local-first personal finance tool. The `POST /openid/config` endpoint in Actual Budget&amp;#39;s sync-server versions
Gravedad CVSS v4.0: MEDIA
Última modificación:
16/06/2026

CVE-2026-42890

Fecha de publicación:
12/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Actual is an open-source personal finance application. In the macOS desktop application version 25.x (built on Electron 39.2.7), the ELECTRON_RUN_AS_NODE fuse is not disabled, allowing an attacker who can place a file on disk or control command-line arguments to invoke the signed Actual.app binary with the ELECTRON_RUN_AS_NODE=1 environment variable set. This converts the application into a Node.js REPL capable of executing arbitrary code that inherits the application&amp;#39;s entitlements and code signature, bypassing macOS Gatekeeper review. Version 26.5.0 patches the issue.
Gravedad CVSS v4.0: MEDIA
Última modificación:
16/06/2026