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

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In versions up to and including 4.5.29 (4.x branch) and 5.1.4 (5.x branch), the WebClientSession component of Eclipse Vert.x Web Client does not validate that the Domain attribute of a Set-Cookie response header matches the originating server&amp;#39;s domain, in violation of RFC 6265 section 5.3.<br /> An attacker who controls any server that the victim application contacts can inject a cookie scoped to an arbitrary third-party domain; because the session store performs no cross-domain ownership check, it stores and later transmits that cookie to the targeted domain.<br /> <br /> <br /> <br /> <br /> When the victim application subsequently sends a request to the targeted domain using the same WebClientSession, it presents the attacker-injected cookie, causing the receiving service to process the request under the attacker&amp;#39;s account. Sensitive data included in the victim application&amp;#39;s requests, such as payment amounts, card details, or other API payloads, may then be accessible to the attacker through their own account on that service.
Gravedad CVSS v4.0: ALTA
Última modificación:
14/07/2026

CVE-2026-15075

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Vert.x versions up to and including 4.5.29 (4.x branch) and 5.1.4 (5.x branch), DefaultRedirectHandler (vertx-core) propagates all request headers as-is across cross-origin HTTP 30x redirects. Only Content-Length is stripped; no origin comparison (scheme, host, port) is performed before copying headers to the redirect target.<br /> As a result, credential headers, including Authorization, Cookie, Proxy-Authorization, and arbitrary custom headers such as X-API-Token, are forwarded to the redirect destination without the caller&amp;#39;s knowledge.<br /> <br /> <br /> <br /> <br /> An attacker who can cause a Vert.x HttpClient to issue a request that is redirected to an attacker-controlled host (for example, by supplying a URL to a webhook dispatcher, image proxy, or microservice URL fetcher) can capture bearer tokens, basic-auth credentials, session cookies, and API keys attached to the original request.
Gravedad CVSS v4.0: ALTA
Última modificación:
14/07/2026

CVE-2026-13699

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse KUKSA Databroker version 0.6.1, the kuksa.val.v2.VAL/PublishValue gRPC handler fails to validate the existence of the optional data_point field in PublishValueRequest. When a request contains a valid signal_id but omits data_point, the server directly calls unwrap() on request.data_point, triggering a panic in the Tokio worker thread. This issue can be triggered by any client holding a valid JWT token. Unauthenticated or invalid-token requests are rejected and do not reach the vulnerable path. The panic causes the individual gRPC call to be cancelled but does not terminate the Databroker process, which remains available for subsequent requests.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/07/2026

CVE-2026-15416

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A flaw was identified in Argo CD, the GitOps engine used by Red Hat OpenShift GitOps, that could allow an unauthenticated attacker with network access to the Argo CD repo-server to achieve remote code execution. Under certain conditions, the attacker may then manipulate cached data to deploy malicious Kubernetes resources to managed clusters, potentially resulting in complete cluster compromise.
Gravedad CVSS v3.1: ALTA
Última modificación:
11/08/2026

CVE-2025-8412

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A Buffer Copy without Checking Size of Input (&amp;#39;Classic Buffer Overflow&amp;#39;) vulnerability in SUSE Virtual Machine Driver Pack allows an attacker with the ability to modify the registry to affect the integrity of the driver. We&amp;#39;re not aware of a feasible way to exploit this currently.<br /> <br /> <br /> <br /> <br /> <br /> <br /> This issue affects Virtual Machine Driver Pack: before e7a602ec232756ead019bdf19d6d3b9d010cc94b.
Gravedad CVSS v4.0: BAJA
Última modificación:
15/07/2026

CVE-2026-10051

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Jetty, a first HTTP/1.1 request with trailers causes the server to retain the trailers in subsequent requests performed over the same connection.<br /> Subsequent request that do not have trailers report the trailers of the first request.<br /> Subsequent request that do have trailers report the union of trailers of the first request and the current request.
Gravedad CVSS v4.0: MEDIA
Última modificación:
14/07/2026

CVE-2024-7708

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak.<br /> This is particularly the case for 100-Continue, but any request where the network is slow can leak.
Gravedad CVSS v3.1: ALTA
Última modificación:
14/07/2026

CVE-2026-12606

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Eclipse Grizzly in versions before 5.0.2, cannot properly parse the trailer section in malformed trailer header&amp;#39;s line, which can be leveraged to perform HTTP request smuggling. Grizzly 5.0.1 supports system properties that enable the behavior that fixes the vulnerability - set org.glassfish.grizzly.http.STRICT_HEADER_NAME_VALIDATION_RFC_9110 and org.glassfish.grizzly.http.STRICT_HEADER_VALUE_VALIDATION_RFC_9110 system properties to "true".
Gravedad CVSS v4.0: MEDIA
Última modificación:
27/07/2026

CVE-2026-6851

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** An Improper link resolution before file access (&amp;#39;link following&amp;#39;) vulnerability in the File Shredder module as used in Bitdefender Total Security and Internet Security on Windows allows a less-privileged local user to elevate rights by leveraging a race conditions via Symbolic Links.<br /> <br /> This issue affects Total Security: before 27.0.58.315; Internet Security: before 27.0.58.315.
Gravedad CVSS v4.0: ALTA
Última modificación:
12/08/2026

CVE-2026-59674

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A UNIX Symbolic Link (Symlink) Following vulnerability in openSUSE Tumbleweed suricata package allows the suricata user to escalate to root.<br /> <br /> <br /> <br /> <br /> <br /> <br /> This issue affects openSUSE Tumbleweed: from ? before 8.0.5-2.1; openSUSE Tumbleweed: from ? before 8.0.5-2.1.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/07/2026

CVE-2026-15678

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A security vulnerability has been detected in code-projects Online Job Portal 1.0. This impacts an unknown function of the file /Admin/DetailJob.php. The manipulation leads to cross site scripting. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used.
Gravedad CVSS v4.0: BAJA
Última modificación:
15/07/2026

CVE-2026-15677

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A weakness has been identified in code-projects Online Job Portal 1.0. This affects an unknown function of the file /JobSeekerInsert.php. Executing a manipulation of the argument txtFile can lead to unrestricted upload. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks.
Gravedad CVSS v4.0: MEDIA
Última modificación:
14/07/2026