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

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, repository-boundary validation relies on string prefix checks on resolved absolute paths. In multiple code paths, the check uses startswith against the repository root path. This is not path-segment aware and can be bypassed when the external path shares the same string prefix as the repository path (for example, repo and repo_outside). This issue has been fixed in version 5.17.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/04/2026

CVE-2026-34632

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Adobe Photoshop Installer was affected by an Uncontrolled Search Path Element vulnerability that could have resulted in arbitrary code execution in the context of the current user. A low-privileged local attacker could have exploited this vulnerability by manipulating the search path used by the application to locate critical resources, potentially causing unauthorized code execution. Exploitation of this issue required user interaction in that a user had to be running the installer.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/04/2026

CVE-2026-39845

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the webhook add-on did not utilize existing SSRF protections. This issue has been fixed in version 5.17. If developers are unable to update immediately, they can disable the webhook add-on as a workaround.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/04/2026

CVE-2026-34393

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the user patching API endpoint didn't properly limit the scope of edits. This issue has been fixed in version 5.17.
Gravedad CVSS v3.1: ALTA
Última modificación:
21/04/2026

CVE-2026-34244

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, a user with the project.edit permission (granted by the per-project "Administration" role) can configure machine translation service URLs pointing to arbitrary internal network addresses. During configuration validation, Weblate makes an HTTP request to the attacker-controlled URL and reflects up to 200 characters of the response body back to the user in an error message. This constitutes a Server-Side Request Forgery (SSRF) with partial response read. This issue has been fixed in version 5.17. If developers are unable to immediately upgrade, they can limit available machinery services via WEBLATE_MACHINERY setting.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/04/2026

CVE-2026-34242

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the ZIP download feature didn't verify downloaded files, potentially following symlinks outside the repository. This issue has been fixed in version 5.17.
Gravedad CVSS v3.1: ALTA
Última modificación:
21/04/2026

CVE-2026-33440

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the ALLOWED_ASSET_DOMAINS setting applied only to the first issued requests and didn't restrict possible redirects. This issue has been fixed in version 5.17.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/04/2026

CVE-2026-33435

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the project backup didn't filter Git and Mercurial configuration files which could lead to remote code execution under certain circumstances. This issue has been fixed in version 5.17. If developers are unable to update immediately, they can limit the scope of the vulnerability by restricting access to the project backup, as it is only accessible to users who can create projects.
Gravedad CVSS v3.1: ALTA
Última modificación:
21/04/2026

CVE-2026-33220

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Weblate is a web based localization tool. In versions prior to 5.17, the translation memory API exposed unintended endpoints, which in turn didn't perform proper access control. This issue has been fixed in version 5.17. If developers are unable to update immediately, they can disable this feature as the CDN add-on is not enabled by default.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/04/2026

CVE-2026-33667

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** OpenProject is an open-source project management application. In versions prior to 17.3.0, 2FA OTP verification in the confirm_otp action of the two_factor_authentication module has no rate limiting, lockout mechanism, or failed-attempt tracking. The existing brute_force_block_after_failed_logins setting only counts password login failures and does not apply to the 2FA verification stage, and neither the fail_login nor stage_failure methods increment any counter, lock the account, or add any delay. With the default TOTP drift window of ±60 seconds allowing approximately 5 valid codes at any time, an attacker who knows a user's password can brute-force the 6-digit TOTP code at roughly 5-10 attempts per second with an expected completion time of approximately 11 hours. The same vulnerability applies to backup code verification. This effectively allows complete 2FA bypass for any account where the password is known. This issue has been fixed in version 17.3.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
28/04/2026

CVE-2026-6290

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Velociraptor versions prior to 0.76.3 contain a vulnerability in the query() plugin which allows access to all orgs with the user&amp;#39;s current ACL token. This allows an authenticated GUI user with access in one org, to use the query() plugin, in a notebook cell, to run VQL queries on other orgs which they may not have access to. The user&amp;#39;s permissions in the other org are<br /> the same as the permissions they have in the org containing the notebook.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/04/2026

CVE-2026-5758

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** JavaScript is vulnerable to prototype pollution in Mafintosh&amp;#39;s protocol-buffers-schema Version 3.6.0, where an attacker may alter the application logic, bypass security checks, cause a DoS or achieve remote code execution.
Gravedad CVSS v3.1: MEDIA
Última modificación:
17/04/2026