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 ultimas 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 ultimas 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 ultimas vulnerabilidades incorporadas al repositorio.

CVE-2025-64143

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins OpenShift Pipeline Plugin 1.0.57 and earlier stores authorization tokens unencrypted in job config.xml files on the Jenkins controller where they can be viewed by users with Item/Extended Read permission, or access to the Jenkins controller file system.
Gravedad CVSS v3.1: MEDIA
Última modificación:
04/11/2025

CVE-2025-64140

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins Azure CLI Plugin 0.9 and earlier does not restrict which commands it executes on the Jenkins controller, allowing attackers with Item/Configure permission to execute arbitrary shell commands.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/12/2025

CVE-2025-64136

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** A cross-site request forgery (CSRF) vulnerability in Jenkins Themis Plugin 1.4.1 and earlier allows attackers to connect to an attacker-specified HTTP server.
Gravedad CVSS v3.1: MEDIA
Última modificación:
04/11/2025

CVE-2025-64134

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins JDepend Plugin 1.3.1 and earlier includes an outdated version of JDepend Maven Plugin that does not configure its XML parser to prevent XML external entity (XXE) attacks.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/11/2025

CVE-2025-64135

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins Eggplant Runner Plugin 0.0.1.301.v963cffe8ddb_8 and earlier sets the Java system property `jdk.http.auth.tunneling.disabledSchemes` to an empty value, disabling a protection mechanism of the Java runtime.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/12/2025

CVE-2025-64133

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** A cross-site request forgery (CSRF) vulnerability in Jenkins Extensible Choice Parameter Plugin 239.v5f5c278708cf and earlier allows attackers to execute sandboxed Groovy code.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/12/2025

CVE-2025-64132

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins MCP Server Plugin 0.84.v50ca_24ef83f2 and earlier does not perform permission checks in multiple MCP tools, allowing attackers to trigger builds and obtain information about job and cloud configuration they should not be able to access.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/12/2025

CVE-2025-64131

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** Jenkins SAML Plugin 4.583.vc68232f7018a_ and earlier does not implement a replay cache, allowing attackers able to obtain information about the SAML authentication flow between a user's web browser and Jenkins to replay those requests, authenticating to Jenkins as that user.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/12/2025

CVE-2025-61161

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** DLL hijacking vulnerability in Evope Collector 1.1.6.9.0 and related components load the wtsapi32.dll library from an uncontrolled search path (C:\ProgramData\Evope). This allows local unprivileged attackers to execute arbitrary code or escalate privileges to SYSTEM by placing a crafted DLL in that location. The vulnerable component is Evope.Service.exe, which runs with SYSTEM privileges and automatically loads the DLL on startup or reboot.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/10/2025

CVE-2025-40085

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ALSA: usb-audio: Fix NULL pointer deference in try_to_register_card<br /> <br /> In try_to_register_card(), the return value of usb_ifnum_to_if() is<br /> passed directly to usb_interface_claimed() without a NULL check, which<br /> will lead to a NULL pointer dereference when creating an invalid<br /> USB audio device. Fix this by adding a check to ensure the interface<br /> pointer is valid before passing it to usb_interface_claimed().
Gravedad: Pendiente de análisis
Última modificación:
30/10/2025

CVE-2025-40084

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ksmbd: transport_ipc: validate payload size before reading handle<br /> <br /> handle_response() dereferences the payload as a 4-byte handle without<br /> verifying that the declared payload size is at least 4 bytes. A malformed<br /> or truncated message from ksmbd.mountd can lead to a 4-byte read past the<br /> declared payload size. Validate the size before dereferencing.<br /> <br /> This is a minimal fix to guard the initial handle read.
Gravedad: Pendiente de análisis
Última modificación:
03/11/2025

CVE-2025-40083

Fecha de publicación:
29/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net/sched: sch_qfq: Fix null-deref in agg_dequeue<br /> <br /> To prevent a potential crash in agg_dequeue (net/sched/sch_qfq.c)<br /> when cl-&gt;qdisc-&gt;ops-&gt;peek(cl-&gt;qdisc) returns NULL, we check the return<br /> value before using it, similar to the existing approach in sch_hfsc.c.<br /> <br /> To avoid code duplication, the following changes are made:<br /> <br /> 1. Changed qdisc_warn_nonwc(include/net/pkt_sched.h) into a static<br /> inline function.<br /> <br /> 2. Moved qdisc_peek_len from net/sched/sch_hfsc.c to<br /> include/net/pkt_sched.h so that sch_qfq can reuse it.<br /> <br /> 3. Applied qdisc_peek_len in agg_dequeue to avoid crashing.
Gravedad: Pendiente de análisis
Última modificación:
06/12/2025