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-2024-24909

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Dell OpenManage Integration with Microsoft Windows Admin Center contains a Remote Code Execution vulnerability in the gateway plugin. A remote authenticated user could potentially exploit this vulnerability to escalate privileges. The malicious user may gain the ability to run arbitrary code remotely. This is a high severity vulnerability so Dell recommends customers to upgrade at the earliest opportunity.
Gravedad CVSS v3.1: ALTA
Última modificación:
16/06/2026

CVE-2024-30476

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** PowerStore contains a Stored Cross-Site Scripting Vulnerability in the PowerStore Manager. A remote authenticated low-privileged malicious actor could potentially exploit this vulnerability, it could lead to script execution in the client browser.
Gravedad CVSS v3.1: MEDIA
Última modificación:
16/06/2026

CVE-2024-38487

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** api-gateway container running with root privilege would allow an attacker to escape the container and access host system to perform unintended actions.
Gravedad CVSS v3.1: ALTA
Última modificación:
16/06/2026

CVE-2024-22451

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Dell Peripheral Manager, versions from 1.5.1 to 1.7.2, contain an uncontrolled search path element vulnerability. An attacker could potentially exploit this vulnerability through preloading malicious executable, leading to arbitrary code execution.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/06/2026

CVE-2026-9307

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A sensitive information disclosure security issue exists within the affected CompactLogix controllers. The controller's web server exposes CIP Connection IDs on the diagnostics webpage, which are accessible to any unauthenticated user on the network. This information can be leveraged by an attacker to construct malicious packets, leading to Denial-of-Service.
Gravedad CVSS v4.0: MEDIA
Última modificación:
16/06/2026

CVE-2026-48780

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Forem is open source software for building communities. Prior to commit a2ab6d4, a maliciously crafted email address could allow an attacker to bypass domain allowlist or denylist restrictions and gain access to invite-only forem deployments. The issue is patched as of `a2ab6d4`. As a workaround, some SMTP servers and email delivery providers may drop or refuse to send maliciously crafted email addresses.
Gravedad CVSS v3.1: ALTA
Última modificación:
16/06/2026

CVE-2026-47684

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sync-in Server is a secure, open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.3.0, the private IP blocklist regex used in the URL download feature does not match IPv4-mapped IPv6 addresses (e.g. ::ffff:127.0.0.1), allowing SSRF protection to be bypassed on dual-stack systems. Version 2.3.0 fixes the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
16/06/2026

CVE-2026-12398

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A command injection vulnerability was found in galaxy_ng. The do_git_checkout() function in the legacy role import API (v1) interpolates unsanitized git ref names (branch/tag names) into shell commands executed via subprocess.run() with shell=True. An authenticated user who controls a git repository can create a branch or tag with shell metacharacters in the name to achieve remote code execution on the pulp worker. The vulnerable endpoint is only reachable when GALAXY_ENABLE_LEGACY_ROLES is set to True, which is not the default configuration.
Gravedad CVSS v3.1: ALTA
Última modificación:
29/06/2026

CVE-2026-11317

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A denial of service security issue exists in the<br /> affected product. The security issue stems from a fault occurring when a<br /> crafted CIP message is sent. Devices with less memory are more likely to be<br /> affected. This can result in a major nonrecoverable fault (MNRF). A program<br /> download is required to recover.
Gravedad CVSS v4.0: ALTA
Última modificación:
16/06/2026

CVE-2026-10831

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A denial-of-service vulnerability exists in NPort devices because of improper access control on the command port. The command interface does not properly validate whether a sender is associated with a valid data port session before accepting break signal commands. A remote attacker with network access can send crafted requests to disrupt serial communication for an active user session.
Gravedad CVSS v4.0: MEDIA
Última modificación:
16/06/2026

CVE-2026-10638

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** subsys/net/ip/icmpv6.c reads the network interface from a net_pkt after that packet has been handed to net_try_send_data(). In icmpv6_handle_echo_request() and net_icmpv6_send_error(), the post-send statistics update calls net_pkt_iface(reply)/net_pkt_iface(pkt) on the just-sent packet.<br /> <br /> The send path (net_try_send_data -&gt; net_if_tx) unreferences and may free the packet back to its memory slab before returning — synchronously in the RX thread when no TX queue is configured (CONFIG_NET_TC_TX_COUNT == 0), and asynchronously the driver/L2 may already have freed it otherwise. net_pkt_iface() therefore dereferences a freed (and possibly reused) net_pkt; with CONFIG_NET_STATISTICS_PER_INTERFACE the stale iface pointer is further dereferenced and written through (iface-&gt;stats.icmp.sent++), turning the use-after-free read into a write through an attacker-influenceable pointer.<br /> <br /> The core stack already documents this hazard in net_core.c ("do not use pkt after that call") and caches iface before sending; the ICMPv6 callers did not.<br /> <br /> An unauthenticated remote attacker triggers the flaw simply by sending an ICMPv6 Echo Request (ping) or an IPv6 packet that elicits an ICMPv6 error (unknown next header, fragment reassembly timeout, destination unreachable), leading to denial of service via crash and potential memory corruption. Affected: Zephyr networking with CONFIG_NET_NATIVE_IPV6, roughly v4.2.0 through v4.4.0.<br /> <br /> The fix caches the interface pointer before sending and uses it for all statistics updates; the sibling commit 86e21665d46 fixes the identical bug in ICMPv4.
Gravedad CVSS v3.1: MEDIA
Última modificación:
17/07/2026

CVE-2026-10639

Fecha de publicación:
16/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Zephyr&amp;#39;s native IPv4 stack, icmpv4_handle_echo_request() in subsys/net/ip/icmpv4.c builds an echo-reply packet (reply), hands it to net_try_send_data(), and then, on success, calls net_stats_update_icmp_sent(net_pkt_iface(reply)). net_try_send_data() transfers ownership of reply to the TX path (net_if_try_queue_tx -&gt; net_if_tx -&gt; L2/driver send, or the asynchronous net_if_tx_thread), which can unref it to refcount 0 and return the struct net_pkt to its slab (net_pkt_unref -&gt; k_mem_slab_free) before the stats line runs. net_core.c documents this exact contract (&amp;#39;the pkt might contain garbage already ... do not use pkt after that call&amp;#39;).<br /> <br /> The post-send net_pkt_iface(reply) therefore reads reply-&gt;iface out of a freed (and possibly already reallocated) net_pkt, a use-after-free read; with CONFIG_NET_STATISTICS_PER_INTERFACE the stats macro additionally increments a counter through that value, i.e. a dereference/write through a stale or recycled-slot pointer.<br /> <br /> The path is reached unauthenticated by any remote host that pings the device (net_icmpv4_input -&gt; net_icmp_call_ipv4_handlers -&gt; icmpv4_handle_echo_request) and is gated on CONFIG_NET_STATISTICS_ICMP. Impact is a probabilistic read of recycled packet memory plus a possible wild-pointer write under a timing race, leading most likely to corrupted interface statistics or a remotely triggerable crash (DoS).<br /> <br /> The defect was introduced in 2019 (v1.14) and is present through v4.4.0. The companion change in net_icmpv4_send_error() is not a use-after-free because it reads net_pkt_iface(orig), the caller-owned received packet, which stays alive across the send. The fix caches the interface pointer from the live received packet before sending and uses it for the post-send stats updates.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/07/2026