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

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A flaw was found in GNU tar. When extracting an archive with the --one-top-level option, hardlink targets are not confined to the designated top-level directory and may resolve relative to the extraction working directory. A crafted archive can create hardlinks that escape the intended boundary and, when combined with a preexisting symbolic link under the working directory, may allow writing outside that boundary during a single extraction.
Gravedad CVSS v3.1: MEDIA
Última modificación:
07/08/2026

CVE-2026-67609

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Telenia Software TVox 26.5.3 and prior 26.x versions, and 24.9.21 and prior 24.x versions, contain a privilege escalation vulnerability that allows attackers with access to the apache account to execute arbitrary commands as root by exploiting an insecure sudoers configuration in /etc/sudoers.d/telenia. The configuration grants the apache user NOPASSWD execution of /bin/nice, which can be leveraged to invoke arbitrary commands, enabling full root-level command execution without supplying a password.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-9487

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** XML::Sig versions before 0.71 for Perl allow signature wrapping via duplicate ID.<br /> <br /> _get_signed_xml() in lib/XML/Sig.pm, called from verify(), resolves the SignedInfo Reference/@URI to a node with the XPath expression "//*[@ID=&amp;#39;$id&amp;#39;]" and returns the first node of the resulting node set. A document in which two elements share that ID value is accepted: the digest and signature are checked against whichever element comes first in document order, and the duplicate is not detected.<br /> <br /> Such a document verifies successfully while an application that resolves the same ID independently can read the second, attacker supplied element; in a SAML2 context this places the contents of an Assertion under attacker control.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-69095

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** OpenWrt luci-app-bmx7 before commit 5890760a454dad2cb00389dba2cdc5e779e0ffdd contains a path traversal vulnerability in the bmx7-info CGI script that allows unauthenticated attackers to read files outside the configured runtimeDir. Attackers can supply directory traversal sequences in the query string to escape the intended directory and read sensitive files accessible to the CGI process.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-69093

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Admidio before 5.0.11 does not validate the adm_csrf_token in modules/category-report/preferences.php, which performs persistent Category Report configuration changes based on GET parameters (delete and copy). An attacker can trick an authenticated administrator into visiting a crafted URL to delete or duplicate Category Report configurations, affecting the integrity and availability of that module&amp;#39;s configuration.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-69094

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Admidio before 5.0.11 contains an insecure direct object reference vulnerability in the save_temporary mode of mylist_function.php that allows authenticated users to hijack list configurations. Attackers can enumerate global list UUIDs and overwrite admin-curated global lists or other users&amp;#39; private lists by supplying a list_uuid parameter, transferring ownership and demoting global lists to personal configurations.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2026-69096

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** OpenWrt luci-app-dockerman (LuCI master and openwrt-25.12 snapshots containing the ucode docker_rpc.uc RPC backend after the JS/ucode conversion) contains an OS command injection vulnerability. The package&amp;#39;s read ACL grants broad ubus access to docker.* / docker.container.*, which exposes the docker.container.ttyd_start method even though it performs mutating operations. The run_ttyd handler builds a shell command from the request-controlled id, cmd, and uid fields and passes it to system() without quoting or argv-style execution in the rpcd root context. An authenticated attacker holding only the luci-app-dockerman read ACL can inject shell metacharacters (e.g., in id) to execute arbitrary commands as root via an HTTP POST to /ubus. openwrt-24.10 and openwrt-23.05 do not contain this backend and are not affected; no patched version was known as of the advisory.
Gravedad CVSS v4.0: ALTA
Última modificación:
05/08/2026

CVE-2026-69097

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GitPython before 3.1.53 fails to properly escape section names in git config files, allowing attackers to inject arbitrary configuration directives through malicious submodule names. Attackers can inject core.sshCommand or other dangerous config keys into the victim&amp;#39;s .git/config via create_submodule or clone_from operations, achieving remote code execution when git performs ssh operations.
Gravedad CVSS v4.0: ALTA
Última modificación:
05/08/2026

CVE-2026-9390

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** XML::Sig versions before 0.71 for Perl allow XPath injection in ID lookup.<br /> <br /> verify() and _get_signed_xml() in lib/XML/Sig.pm build XPath expressions by concatenating the SignedInfo/Reference/@URI value read from the document being verified. The value is neither escaped nor checked against the NCName grammar that XML requires of an ID, so a URI containing a single quote closes the string literal in the generated expression and appends arbitrary XPath operators.<br /> <br /> A crafted URI can make the lookup match elements the reference does not name, or every element in the document, so which node is selected for digest verification is decided by the injected expression rather than by the reference.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-69090

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Admidio before 5.0.11 fails to validate target organization membership in role handlers, allowing authenticated role administrators to delete, activate, deactivate, or edit roles belonging to other organizations. Attackers can supply a role UUID from another organization to groups_roles.php handlers to modify that organization&amp;#39;s roles without authorization.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2026-69092

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Admidio versions before 5.0.11 contain a reflected cross-site scripting vulnerability in the SSO/SAML endpoint that echoes unencoded exception messages to the HTTP response. Unauthenticated attackers can inject arbitrary JavaScript through SAML Issuer elements or LightSaml library parameters to execute code in users&amp;#39; browsers and hijack sessions.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2026-69087

Fecha de publicación:
03/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Grav form plugin (getgrav/grav-plugin-form) before 9.1.13 contains an open redirect vulnerability. Since v9.1.11, the redirect process action evaluates user-supplied form data inside Twig expressions, and Grav::redirect() accepts external URLs without origin validation. When a form blueprint defines a redirect target such as redirect: "{{ form.value(&amp;#39;next&amp;#39;) }}" using an attacker-controllable field, an unauthenticated form submitter can supply a value like https://evil.com to cause a 302 redirect to an arbitrary external site, enabling phishing.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026