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

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to a denial of service when executing a specially crafted query with a small statement heap.
Gravedad CVSS v3.1: MEDIA
Última modificación:
28/05/2026

CVE-2026-5515

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM App Connect Enterprise 13.0.1.0 through 13.0.7.0 stores potentially sensitive information in log files that could be read by a local user.
Gravedad CVSS v3.1: MEDIA
Última modificación:
28/05/2026

CVE-2026-4410

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM WebSphere Application Server - Liberty 19.0.0.7 through 26.0.0.5 and IBM WebSphere Application Server 9.0, and 8.5 and WebSphere Application Server Liberty are vulnerable to a denial of service, caused by sending a specially-crafted request. A remote attacker could exploit this vulnerability to cause the server to consume memory resources.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-48971

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing Authorization vulnerability in WebToffee Product Import Export for WooCommerce allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects Product Import Export for WooCommerce: from n/a through 2.5.6.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-48972

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Control of Filename for Include/Require Statement in PHP Program (&amp;#39;PHP Remote File Inclusion&amp;#39;) vulnerability in SeedProd LLC SeedProd Pro allows PHP Local File Inclusion.<br /> <br /> This issue affects SeedProd Pro: from n/a before 6.19.5.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/05/2026

CVE-2026-5065

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Controller 11.0.1, 11.1.0, 11.1.1, and 11.1.2 contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/05/2026

CVE-2026-46101

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: reject zero shift in nft_bitwise<br /> <br /> Reject zero shift operands for nft_bitwise left and right shift<br /> expressions during initialization.<br /> <br /> The carry propagation logic computes the carry from the adjacent 32-bit<br /> word using BITS_PER_TYPE(u32) - shift. A zero shift operand turns this<br /> into a 32-bit shift, which is undefined behaviour.<br /> <br /> Reject zero shift operands in the control plane, alongside the existing<br /> check for values greater than or equal to 32, so malformed rules never<br /> reach the packet path.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2026-46103

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> can: ucan: fix devres lifetime<br /> <br /> USB drivers bind to USB interfaces and any device managed resources<br /> should have their lifetime tied to the interface rather than parent USB<br /> device. This avoids issues like memory leaks when drivers are unbound<br /> without their devices being physically disconnected (e.g. on probe<br /> deferral or configuration changes).<br /> <br /> Fix the control message buffer lifetime so that it is released on driver<br /> unbind.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2026-47104

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerability in parse_iad_array() in descriptor.c that allows attackers to trigger a denial of service by supplying a malformed USB descriptor whose bLength equals size minus one, causing the bounds check to use the original buffer size instead of the remaining size. Attackers in virtualized environments with USB passthrough can supply crafted descriptors through libusb_get_active_interface_association_descriptors or libusb_get_interface_association_descriptors to read one byte past the end of the malloc allocation, resulting in a denial of service.
Gravedad CVSS v4.0: MEDIA
Última modificación:
28/05/2026

CVE-2026-46102

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: strparser: fix skb_head leak in strp_abort_strp()<br /> <br /> When the stream parser is aborted, for example after a message assembly timeout,<br /> it can still hold a reference to a partially assembled message in<br /> strp-&gt;skb_head.<br /> <br /> That skb is not released in strp_abort_strp(), which leaks the partially<br /> assembled message and can be triggered repeatedly to exhaust memory.<br /> <br /> Fix this by freeing strp-&gt;skb_head and resetting the parser state in the<br /> abort path. Leave strp_stop() unchanged so final cleanup still happens in<br /> strp_done() after the work and timer have been synchronized.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/05/2026

CVE-2026-46095

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> md/md-llbitmap: raise barrier before state machine transition<br /> <br /> Move the barrier raise operation before calling llbitmap_state_machine()<br /> in both llbitmap_start_write() and llbitmap_start_discard(). This<br /> ensures the barrier is in place before any state transitions occur,<br /> preventing potential race conditions where the state machine could<br /> complete before the barrier is properly raised.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2026-46096

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()<br /> <br /> tpm2_read_public() calls tpm_buf_init() but fails to call<br /> tpm_buf_destroy() on two exit paths, leaking a page allocation:<br /> <br /> 1. When name_size() returns an error (unrecognized hash algorithm),<br /> the function returns directly without destroying the buffer.<br /> <br /> 2. On the success path, the buffer is never destroyed before<br /> returning.<br /> <br /> All other error paths in the function correctly call<br /> tpm_buf_destroy() before returning.<br /> <br /> Fix both by adding the missing tpm_buf_destroy() calls.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026