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

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing authorization in Checkmk
Gravedad CVSS v4.0: MEDIA
Última modificación:
26/08/2026

CVE-2026-66882

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Neutralization of Input During Web Page Generation (XSS) vulnerability in team-alembic AshAuthentication allows reflected cross-site scripting via the confirmation and magic link interaction forms.<br /> <br /> When a strategy is configured with require_interaction? set to true, AshAuthentication serves an intermediate HTML page asking the user to confirm the action by submitting a form. Both such pages embed a request parameter directly into a hidden input&amp;#39;s value attribute without HTML escaping: lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex interpolates the confirm parameter, and lib/ash_authentication/strategies/magic_link/sign_in_form.html.eex interpolates the magic link token parameter. These templates are compiled with EEx.function_from_file/3 using plain expressions, which perform no escaping, so the parameter is reflected verbatim.<br /> <br /> Neither accept handler validates the value before rendering it. AshAuthentication.AddOn.Confirmation.Plug.accept/2 only checks that a confirm key is present, and AshAuthentication.Strategy.MagicLink.Plug.accept/2 reads the parameter directly, so no token signature is verified at this stage and arbitrary attacker-supplied text reaches the template. An unauthenticated attacker can therefore craft a URL whose parameter terminates the attribute and injects markup, for example a quote followed by a element. Because the accept phase is served over GET, loading the crafted link is sufficient; no form submission or prior authentication is required.<br /> <br /> The injected script executes in the origin of the application embedding AshAuthentication, giving it access to that origin&amp;#39;s cookies, session, and same-origin responses. Since these pages are part of the authentication flow, a victim following what appears to be a legitimate confirmation or sign-in link is a plausible target.<br /> <br /> This issue affects ash_authentication: from 4.8.0 before 4.14.2 and from 5.0.0-rc.0 before 5.0.0-rc.13.
Gravedad CVSS v4.0: BAJA
Última modificación:
25/08/2026

CVE-2026-78322

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A flaw was found in file-roller. When opening or extracting a malicious 7z or RAR archive containing a file entry with an excessively long path, file-roller&amp;#39;s progress-line parsing copies the path into a fixed-size stack buffer using an unbounded string copy. This can trigger a stack buffer overflow and cause file-roller to terminate, resulting in a denial of service. To exploit this flaw, a victim must open or extract the crafted archive using file-roller.
Gravedad CVSS v3.1: MEDIA
Última modificación:
25/08/2026

CVE-2026-78701

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A flaw was found in 389-ds-base. A remote, authenticated attacker could exploit a vulnerability in the Simple Authentication and Security Layer (SASL) UNBIND process. By sending a specially crafted request, the attacker can cause a connection to stall, leading to resource exhaustion and a Denial of Service (DoS) for the server.
Gravedad CVSS v3.1: MEDIA
Última modificación:
25/08/2026

CVE-2026-67578

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FA-50 all versions miss authentication for some configuration.<br /> An attacker with access to the vessel&amp;#39;s internal network can manipulate the product&amp;#39;s settings screen to alter some configuration parameters.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-65633

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Authentication vulnerability in team-alembic AshAuthentication allows purpose-limited JWTs to be replayed as full bearer API credentials when a resource uses stateless bearer-token verification.<br /> <br /> The bearer-token authentication helper AshAuthentication.Plug.Helpers.retrieve_from_bearer/3 verifies an Authorization: Bearer JWT&amp;#39;s signature and rejects tokens containing an act claim, but performs no check that the token&amp;#39;s purpose claim equals user at the bearer boundary. When the resource is configured with require_token_presence_for_authentication?: false (the DSL default), the follow-on validate_token/3 helper returns {:ok, nil} without consulting the token resource, so no downstream check on purpose takes place either. As a result, any valid, non-expired JWT the library itself issued for a narrow, single-purpose flow (most notably the purpose: sign_in token that WebAuthn always emits during sign-in, and that the Password strategy emits when sign-in tokens are enabled) is accepted directly as a general-purpose bearer credential and resolves to a full current_user assignment.<br /> <br /> This bypasses the library&amp;#39;s intended token-exchange contract, in which the sign_in token is meant to be presented exactly once to a preparation that validates the purpose claim and immediately revokes the token. The first use of a still-valid sign-in token presented directly in the Authorization header succeeds because the stateless bearer path never scopes it to purpose == "user".<br /> <br /> An attacker who obtains a not-yet-exchanged sign-in token for a target subject (for example via log or referrer leakage, an intercepted magic-link delivery channel, or a partially compromised intermediary) can present it as a bearer token and be authenticated as that subject, fully bypassing the intended one-time-use and revocation semantics. Exploitation additionally requires that the host application wire up retrieve_from_bearer/3 on a reachable route and uses either WebAuthn (sign-in tokens are always issued) or the Password strategy with sign_in_tokens_enabled?: true. Resources configured with require_token_presence_for_authentication?: true (including applications scaffolded by the Igniter installer since v4.5.0) and the session-based path (authenticate_resource_from_session/4) enforce purpose == "user" against the stored token record and are not affected.<br /> <br /> This issue affects ash_authentication: from 3.10.5 before 4.14.2 and from 5.0.0-rc.0 before 5.0.0-rc.13.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-59769

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** FA-50 all versions contain hard-coded credentials.<br /> An attacker, who knows the credentials and has access to the vessel&amp;#39;s internal network, can operate the settings screen using that credentials to alter the identification number.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-19851

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A Use of Default Password vulnerability affecting Tuleap Enterprise Edition from 17.0 through 17.5 could allow an attacker to gain access to user accounts created during XML import.
Gravedad CVSS v3.1: ALTA
Última modificación:
25/08/2026

CVE-2026-16601

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The CM Map Locations – Visualize and share your locations in a few clicks plugin for WordPress is vulnerable to Limited Arbitrary File Upload in all versions up to, and including, 2.1.8 via the uploadMedia function. This is due to insufficient file type validation in the upload handler, which performs incomplete extension filtering without MIME-type checks or upload capability verification before passing attacker-supplied files to move_uploaded_file(). This makes it possible for authenticated attackers, with subscriber-level access and above, to upload files that may be executable, which makes remote code execution possible. The required nonce is exposed to any logged-in Subscriber via the CMLOC_Editor_Images JavaScript object on the front-end location editor page.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026

CVE-2026-18100

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The MetForm – Contact Form, Survey, Quiz, &amp; Custom Form Builder for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via &amp;#39;mf_form_id&amp;#39; Widget Setting in all versions up to, and including, 4.1.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The payload bypasses Elementor&amp;#39;s save-time wp_kses_post filter because it contains no HTML tags, and MetForm&amp;#39;s own str_replace transformation of script tags into JavaScript template literal expressions provides an additional delivery path.
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/08/2026

CVE-2026-18323

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Forminator Forms – Contact Form, Payment Form &amp; Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Radio Field (Save and Continue Draft) in all versions up to, and including, 1.57.0.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This is exploitable because the Save-and-Continue draft submission AJAX endpoint is registered as nopriv, allowing unauthenticated attackers to bypass radio field option-membership validation and persist a crafted payload that, when rendered on the Submissions admin page, is auto-executed via the bundled Inputmask library&amp;#39;s data-attribute callback binding.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026

CVE-2026-18328

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Forminator Forms – Contact Form, Payment Form &amp; Custom Form Builder plugin for WordPress is vulnerable to DOM-Based Reflected Cross-Site Scripting via the &amp;#39;error_description&amp;#39; parameter in all versions up to, and including, 1.57.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The vulnerability is only triggerable on pages hosting a Forminator form configured to use the Stripe Checkout Sessions payment API, which became the default in 1.56.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026