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

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> Buffer overflow in drivers/xen/sys-hypervisor.c<br /> <br /> The build id returned by HYPERVISOR_xen_version(XENVER_build_id) is<br /> neither NUL terminated nor a string.<br /> <br /> The first causes a buffer overflow as sprintf in buildid_show will<br /> read and copy till it finds a NUL.<br /> <br /> 00000000 f4 91 51 f4 dd 38 9e 9d 65 47 52 eb 10 71 db 50 |..Q..8..eGR..q.P|<br /> 00000010 b9 a8 01 42 6f 2e 32 |...Bo.2|<br /> 00000017<br /> <br /> So use a memcpy instead of sprintf to have the correct value:<br /> <br /> 00000000 f4 91 51 f4 dd 00 9e 9d 65 47 52 eb 10 71 db 50 |..Q.....eGR..q.P|<br /> 00000010 b9 a8 01 42 |...B|<br /> 00000014<br /> <br /> (the above have a hack to embed a zero inside and check it&amp;#39;s<br /> returned correctly).<br /> <br /> This is XSA-485 / CVE-2026-31786
Gravedad CVSS v3.1: ALTA
Última modificación:
06/05/2026

CVE-2026-31692

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> rtnetlink: add missing netlink_ns_capable() check for peer netns<br /> <br /> rtnl_newlink() lacks a CAP_NET_ADMIN capability check on the peer<br /> network namespace when creating paired devices (veth, vxcan,<br /> netkit). This allows an unprivileged user with a user namespace<br /> to create interfaces in arbitrary network namespaces, including<br /> init_net.<br /> <br /> Add a netlink_ns_capable() check for CAP_NET_ADMIN in the peer<br /> namespace before allowing device creation to proceed.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/05/2026

CVE-2026-42800

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** NULL pointer dereference vulnerability in ASR1903 in ASR Lapwing_Linux on Linux (ims_client modules) allows Pointer Manipulation.<br /> <br /> This vulnerability is associated with program files sip/utils/src/sipuri.c.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/05/2026

CVE-2026-41016

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Apache Airflow&amp;#39;s SMTP provider `SmtpHook` called Python&amp;#39;s `smtplib.SMTP.starttls()` without an SSL context, so no certificate validation was performed on the TLS upgrade. A man-in-the-middle between the Airflow worker and the SMTP server could present a self-signed certificate, complete the STARTTLS upgrade, and capture the SMTP credentials sent during the subsequent `login()` call. Users are advised to upgrade to the `apache-airflow-providers-smtp` version that contains the fix.
Gravedad CVSS v3.1: MEDIA
Última modificación:
01/05/2026

CVE-2026-39457

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** When exchanging data over a socket, libnv uses select(2) to wait for data to arrive. However, it does not verify whether the provided socket descriptor fits in select(2)&amp;#39;s file descriptor set size limit of FD_SETSIZE (1024).<br /> <br /> An attacker who is able to force a libnv application to allocate large file descriptors, e.g., by opening many descriptors and executing a program which is not careful to close them upon startup, can trigger stack corruption. If the target application is setuid-root, then this could be used to elevate local privileges.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/05/2026

CVE-2026-35547

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** When processing the header of an incoming message, libnv failed to properly validate the message size.<br /> <br /> The lack of validation allows a malicious program to write outside the bounds of a heap allocation. This can trigger a crash or system panic, and it may be possible for an unprivileged user to exploit the bug to elevate their privileges.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/05/2026

CVE-2026-42512

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** As dhclient is building an environment to pass to dhclient-script, it may need to resize the array of string pointers. The code which expands the array incorrectly calculates its new size when requesting memory, resulting in a heap buffer overrun.<br /> <br /> A specially crafted packet can cause dhclient to overrun its buffer of environment entries. This can result in a crash, but it may be possible to leverage this bug to achieve remote code execution.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/05/2026

CVE-2026-42799

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Out-of-bounds read vulnerability in ASR Kestrel (nr_fw modules) allows Overflow Buffers.<br /> <br /> This vulnerability is associated with program files Code/Nr/nr_fw/RA/src/NrPwrCtrl.C.<br /> <br /> <br /> <br /> This issue affects Kestrel: before 2026/02/10.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/05/2026

CVE-2026-22070

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** ColorOS Assistant has an unauthenticated start-download channel, leading to file path traversal.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/05/2026

CVE-2026-7164

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Incorrect packet validation allowed unbounded recursion parsing SCTP chunk parameters. This can eventually result in a stack overflow and panic.<br /> <br /> Remote attackers can craft packets which cause affected systems to panic. This affects any system where pf is configured to process traffic, independent of the configured ruleset.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/05/2026

CVE-2026-6870

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** GSM RP protocol dissector crash in Wireshark 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14 allows denial of service
Gravedad CVSS v3.1: MEDIA
Última modificación:
01/05/2026

CVE-2026-6869

Fecha de publicación:
30/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** WebSocket protocol dissector crash in Wireshark 4.6.0 to 4.6.4 and 4.4.0 to 4.4.14 allows denial of service
Gravedad CVSS v3.1: MEDIA
Última modificación:
01/05/2026