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

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** libde265 is an open source implementation of the h.265 video codec. Prior to version 1.1.0, a crafted H.265 bitstream with large SPS dimensions and 16-bit bit depth causes a signed integer overflow in `de265_image_get_buffer()` (`libde265/image.cc:128`). The overflow wraps the plane allocation size to a small value (~1 KB), but the subsequent `fill_image()` call computes the real size using `size_t`, writing ~4 GB into the undersized heap buffer. Version 1.1.0 patches the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/06/2026

CVE-2026-48794

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for applications via a web portal. In versions 4.36.0 through 4.39.19, due to lack of canonicalization of domains in very specific edge cases, an access control rule may be skipped when it should match a request. The specific conditions that could lead to a security issue for vulnerability are: 1. The specific target resource of the attack must be using the forwarded authorization integration; 2. The requested domain must have two additional segments compared to a session domain i.e. `a.b.example.com` is requested, but the session domain is `example.com`; 3. There access control rules must specify two separate rules which both contain inexact domain matches such as `*.b.example.com` and `*.example.com` i.e. wildcards, username matches, group matches; 4. The rules must be in order of most specific domain to least specific domain; 5. The second rule must be more permissive than the first rule; 6. The attacker must specifically request a URL for the more specific domain, with the second part containing one or more capitalized letters i.e. `https://a.B.example.com` and no other segment with capitalized letters; 7. The integration used must not be the Envoy ExtAuthz integration; and 8. The proxy must not canonicalize the requested host name in the relevant header before sending it to the relevant authorization endpoint. The kind of configuration used to produce this issue and result in a `bypass` rule being matched has long been highly discouraged. Essentially hosts which should be bypassed entirely should not be secured by having the proxy check them with the authorization handlers. Upgrade to 4.39.20 to receive a patch.
Gravedad CVSS v4.0: BAJA
Última modificación:
23/06/2026

CVE-2026-49337

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted sequence of H.265 NAL units causes `decoder_context::read_slice_NAL()` (`libde265/decctx.cc:481`) to attach slice headers to a finished picture object<br /> that has no active image unit, resulting in attacker-controlled unbounded heap growth. The retained headers are never freed until the picture is released, which may not happen during continuous streaming. Version 1.0.20 patches the issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/06/2026

CVE-2026-48584

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Execution with unnecessary privileges in Azure Synapse allows an authorized attacker to elevate privileges over a network.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
29/06/2026

CVE-2026-48582

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing authorization in Microsoft Exchange Online allows an authorized attacker to elevate privileges over a network.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
24/06/2026

CVE-2026-48129

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Kestra is an open-source, event-driven orchestration platform. Prior to versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43, Kestra task `inputFiles` writes rendered file names directly under the task working directory. When a flow forwards untrusted execution or webhook data into an `inputFiles` file name, a caller can use `../` path segments to create or overwrite files outside that task working directory on the worker filesystem. Versions 1.3.19, 1.2.19, 1.1.19, and 1.0.43 patch the issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/06/2026

CVE-2026-47645

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Url redirection to untrusted site (&amp;#39;open redirect&amp;#39;) in Microsoft 365 Copilot&amp;#39;s Business Chat allows an unauthorized attacker to elevate privileges over a network.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/06/2026

CVE-2026-47203

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for applications via a web portal. In versions 4.38.0 through 4.39.19, when a user authenticates via Basic Auth (i.e via the `Authorization` header with the `Basic` scheme) on the authz verification endpoint, Authelia takes the username directly from the `Authorization` header and passes it as is to the regulation system for ban checking and attempt recording. LDAP treats usernames case insensitively : `john`, `John`, and `JOHN` all bind as the same user. But the regulation SQL queries treat the lookup of these values in certain scenarios as case sensitive. This allows each variation of a usernames case to have its own ban bucket. Upgrade to 4.39.20 to receive a patch. As a workaround, explicitly disable the basic auth mechanism.
Gravedad CVSS v4.0: BAJA
Última modificación:
23/06/2026

CVE-2026-45480

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper authentication in Azure Active Directory allows an unauthorized attacker to elevate privileges over a network.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
24/06/2026

CVE-2026-42895

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper neutralization of special elements used in a command (&amp;#39;command injection&amp;#39;) in Microsoft Copilot allows an unauthorized attacker to perform tampering over a network.
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/06/2026

CVE-2026-32208

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper neutralization of input during web page generation (&amp;#39;cross-site scripting&amp;#39;) in Microsoft Entra ID allows an authorized attacker to perform spoofing over a network.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/07/2026

CVE-2026-48774

Fecha de publicación:
19/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** ProxySQL is a proxy for MySQL and its forks, as well as PostgreSQL. In versions 3.0.0 through 3.0.8, ProxySQL&amp;#39;s GenAI/MCP `run_sql_readonly` tool violates its documented read-only contract for MySQL targets. The tool validates only the full input string with a substring blacklist and first-keyword allowlist, but then executes the entire SQL string on a backend connection created with `CLIENT_MULTI_STATEMENTS`. As a result, a caller can submit a read-only first statement followed by a side-effecting second statement, such as `SELECT 1; RENAME TABLE ...`. The validator accepts the payload because it starts with `SELECT` and because side-effecting MySQL statements such as `RENAME TABLE`, `SET`, `RESET`, `LOCK TABLES`, and `KILL` are not rejected by the blacklist. In a live MCP runtime test, the `/mcp/query` endpoint accepted a `run_sql_readonly` request. The MCP response reported success for the first `SELECT`, and direct backend verification showed that the table had actually been renamed. This violates the endpoint&amp;#39;s read-only security contract and lets an MCP caller perform backend writes or administrative SQL, limited by the configured MCP target account&amp;#39;s database privileges. Version 3.0.9 contains a fix. Other operator mitigations include: keeping MCP disabled unless required; setting a non-empty `mcp-query_endpoint_auth` token before exposing `/mcp/query`; restricting MCP listener network exposure; configuring MCP backend target credentials as database-level read-only users; and adding temporary MCP query rules to block obvious multi-statement patterns.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/06/2026