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

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Apache ActiveMQ, Apache ActiveMQ Web.<br /> <br /> The MessageServlet in the ActiveMQ web console API copies every JMS message<br /> property into an HTTP response header without any validation. This can allow overwriting and injecting security headers by setting them on JMS messages that are returned by the servlet.<br /> <br /> This issue affects Apache ActiveMQ: before 5.19.7, from 6.0.0 before 6.2.6; Apache ActiveMQ Web: before 5.19.7, from 6.0.0 before 6.2.6.<br /> <br /> Users are recommended to upgrade to version 5.19.7 or 6.2.6, which fixes the issue. The MessageServlet has now been deprecated and disabled by default.
Gravedad: Pendiente de análisis
Última modificación:
01/06/2026

CVE-2026-42358

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A bug in Apache Airflow&amp;#39;s Variable response masker caused nested-key redaction (triggered by secret-suffixed key names like `password`, `token`, `secret`, `api_key`) to be bypassed when the JSON value&amp;#39;s nesting depth exceeded the shared secrets masker&amp;#39;s recursion limit: the masker returned the original nested item before checking the sensitive key name. An authenticated UI/API user with Variable read permission could harvest plaintext secret values stored under sensitive keys nested deep enough to exceed the masker&amp;#39;s depth cap. Affects deployments that store sensitive values inside deeply-nested JSON Variables. This is a residual gap in the fix for CVE-2026-32690 (which covered shallower nesting via `max_depth=1`); the depth-limit boundary itself was not raised, so the same key-name bypass pattern reappears beyond the recursion cap. Users who already upgraded for CVE-2026-32690 should additionally upgrade to `apache-airflow` 3.2.2 or later to cover the deep-nesting path.
Gravedad: Pendiente de análisis
Última modificación:
01/06/2026

CVE-2026-42359

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A bug in Apache Airflow&amp;#39;s XCom PATCH endpoint `PATCH /api/v2/xcomEntries/{key}` allowed an authenticated UI/API user with XCom write permission on a Dag to set XCom entries under reserved key names (e.g. `return_value`) that the matching POST endpoint already validated against `FORBIDDEN_XCOM_KEYS`. The endpoint also accepted serialized payload shapes the triggerer&amp;#39;s deserializer treats as code; combined, this allowed RCE on the triggerer when the affected task next deferred. Affects deployments where untrusted users have XCom write permission on Dags that defer to the triggerer. This is a fix-bypass of CVE-2026-33858: PR #64148 added the `FORBIDDEN_XCOM_KEYS` validator only on the POST/set path; the PATCH path was not covered. Users who already upgraded for CVE-2026-33858 should additionally upgrade to `apache-airflow` 3.2.2 or later to cover the PATCH-path bypass.
Gravedad: Pendiente de análisis
Última modificación:
01/06/2026

CVE-2026-40543

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning does not enforce authorization for backup functionalities. An unauthenticated attacker can directly query backup-related endpoints and retrieve backup archives containing user databases with usernames and password hashes, as well as the config.csv file, which includes additional sensitive information.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/06/2026

CVE-2026-40544

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning is vulnerable to Stored Cross-Site Scripting (XSS) via /process/upload_backup endpoint. An authenticated attacker with access to the backup functionality can upload a crafted ZIP archive containing a malicious user.csv file with embedded JavaScript. The injected code is executed in the victim’s browser when a user clicks the Edit button for the malicious backup.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/06/2026

CVE-2026-40545

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning is vulnerable to Reflected XSS via the taches parameter. An attacker can craft a malicious URL which, when opened by authenticated victim, results in arbitrary JavaScript execution in the victim’s browser.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/06/2026

CVE-2026-40546

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning is vulnerable to SQL Injection across multiple endpoints and parameters. Attacker with low privileges can inject arbitrary SQL commands, potentially gaining full control over the database.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/06/2026

CVE-2026-40547

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning is vulnerable to Path Traversal in backup endpoints. Authenticated remote attacker is able to exploit a vulnerable endpoint and construct payloads that allow reading and executing files previously added through the backup functionality. Critically, due to CVE-2026-40543 (Missing Authorization), any backup file can be read by any (unauthorized) user.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/06/2026

CVE-2026-40548

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning does not verify uploaded file extension. An authenticated attacker with access to the backup functionality can upload a crafted ZIP archive containing a legitimate user.csv file alongside a malicious file, which is extracted on the server. When combined with CVE-2026-40547 (Path Traversal), the malicious file (e.g., a PHP script) can be placed in a web-accessible location and executed via the browser.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/06/2026

CVE-2026-40549

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SOPlanning is vulnerable to Cross‑Site Request Forgery (CSRF) in groupe_save create, modify and delete endpoints. An attacker can craft a malicious website that, when visited by an authenticated user, automatically sends a forged GET or POST request to the application.<br /> <br /> This issue affects SOPlanning version 1.55 and below.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/06/2026

CVE-2026-40861

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A Dag author could either (a) create a symlink under their task&amp;#39;s log directory pointing to an arbitrary file readable by the API server process (read-path attack — e.g. `/etc/passwd` or `airflow.cfg`) or (b) supply a `task_id` containing `..` sequences accepted by the Task SDK&amp;#39;s `KEY_REGEX` (write-path attack), and in both cases the FileTaskHandler resolves the log path outside the configured `base_log_folder`, leaking or overwriting arbitrary files. Only affects deployments where the worker log folder is shared with the API server. Users are advised to upgrade to `apache-airflow` 3.2.2 or later. As a defense-in-depth mitigation, deploy the worker and API server with separate log volumes so that worker-controlled paths cannot reach the API server&amp;#39;s filesystem.
Gravedad: Pendiente de análisis
Última modificación:
01/06/2026

CVE-2026-10242

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A weakness has been identified in itsourcecode Content Management System 1.0. This impacts an unknown function of the file /instructions.php. This manipulation of the argument topic_id causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks.
Gravedad CVSS v4.0: BAJA
Última modificación:
01/06/2026