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

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Formidable Charts plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 2.0.1 via the 'frm_graph' parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires Formidable Forms Lite, Formidable Forms Pro, and Formidable Charts to be active and requires the wp-content/uploads/frm-charts/ directory to exist, normally after an image-format chart is rendered.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026

CVE-2025-10903

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GitLab has remediated an issue in GitLab EE affecting all versions from 11.10 before 19.1.7, 19.2 before 19.2.5, and 19.3 before 19.3.1 that, under certain conditions, an authenticated user could have caused denial of service, due to an unbounded loop triggered by specially crafted input in the SCIM user provisioning feature.
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/08/2026

CVE-2026-79619

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** On Linux, several OpenZFS ioctl authorization checks accept a capability held only within a user-created, unprivileged namespace as equivalent to real host privilege, allowing an unprivileged local user to perform operations that should require root. Affected operations include pool-administrative operations (eg create, import, destroy), pool event log access (zpool events) and fault injection (zinject). Exploiting the problem requires only that the local user is permitted to open /dev/zfs (governed by local device permissions) and that the kernel permits unprivileged user namespace creation. No prior access to the target pool or its underlying devices is needed.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/08/2026

CVE-2026-77658

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A stack-based buffer overflow vulnerability exists in the Dia diagram editor when processing Network Bus objects from Dia XML project files.<br /> <br /> In objects/network/bus.c, bus_load() reads the number of bus handles from the file attribute "bus_handles" using attribute_num_data() without validating an upper bound:<br /> <br /> bus-&gt;num_handles = attribute_num_data(attr);<br /> <br /> When a bus handle is subsequently moved, bus_handle_moved() allocates two temporary arrays on the stack:<br /> <br /> parallel = (real *)g_alloca(num_handles * sizeof(real));<br /> perp = (real *)g_alloca(num_handles * sizeof(real));<br /> <br /> Because num_handles is fully attacker-controlled via the project file, sufficiently large values (for example 262144 or higher) cause g_alloca() to consume more stack space than the default thread stack limit (typically 8 MB on Linux), resulting in stack overflow, SIGSEGV, and potential stack frame / return-address corruption.<br /> <br /> An attacker can embed a Bus object with an excessive bus_handles count in a malicious .dia file. Exploitation requires the victim to open the file in Dia (file dialog, command line, or file association) and trigger handle manipulation (moving a bus handle), which exercises the vulnerable code path.<br /> <br /> The identical g_alloca pattern is present in objects/Misc/tree.c (copied from bus.c) and is likely vulnerable to the same class of attack via Tree objects.<br /> <br /> Affected versions: Dia 0.98.0 and earlier versions containing this code; issue confirmed on upstream master as of 2026-08-21.<br /> Upstream report: https://gitlab.gnome.org/GNOME/dia/-/issues/581
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026

CVE-2026-12587

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The vulnerability allows the unauthorised generation of physical access QR codes due to the use of hard-coded credentials within the application. The generation mechanism uses the &amp;#39;badge_number&amp;#39; parameter as the HMAC private key, the value of which remains static and is accessible via the API using the endpoint &amp;#39;/club/_id_club_/member/_id_member_/resamania_qr_info&amp;#39;. An attacker with access to this value and to the application’s cryptographic logic, which can be extracted by reverse engineering the APK as there is no code obfuscation, could generate valid QR codes indefinitely, even after the user has changed their password or logged out.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/08/2026

CVE-2026-63041

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Reliance on Untrusted Inputs in a Security Decision vulnerability in Apache APISIX.<br /> <br /> This vulnerability allows an attacker to escalate privilege or perform an authorization bypass by sending certain values that the attach-consumer-label plugin does not sanitise correctly.<br /> <br /> <br /> This issue affects Apache APISIX: from 3.11.0 through 3.17.0.<br /> <br /> <br /> <br /> Users are recommended to upgrade to version 3.18.0, which fixes the issue.
Gravedad CVSS v4.0: MEDIA
Última modificación:
26/08/2026

CVE-2026-15985

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Classified Listing - Mobile Number Verification plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.6.0. This is due to missing server-side Firebase OTP validation in the process_otp_login() function. This makes it possible for unauthenticated attackers to authenticate as any user with a phone number registered in the plugin&amp;#39;s phone table by submitting an arbitrary OTP code and UID through the Firebase OTP login flow. Successful exploitation requires OTP login to be enabled with Firebase selected as the verification gateway, and requires the attacker to know or guess the target account&amp;#39;s registered phone number. Administrator account takeover is possible if an administrator account has a phone number registered in the plugin.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/08/2026

CVE-2026-80206

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** NLTK before 3.10.3 contains a regular expression denial of service (ReDoS) vulnerability in the tgrep module. The _tgrep_node_action function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or timeout. An attacker who controls the tgrep pattern (e.g., via tgrep_positions() or tgrep_compile() exposed to external input) can supply a pattern that triggers catastrophic backtracking, causing indefinite CPU saturation that blocks the Python process.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/08/2026

CVE-2026-77551

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A malicious actor with access to the network and under certain conditions could exploit an Improper Access Control vulnerability found in UniFi Connect Display Cast Pro to escalate privileges on the device.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/08/2026

CVE-2026-77552

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi Enterprise Audio/Video Bridge to execute a Command Injection on the device.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/08/2026

CVE-2026-77553

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A malicious actor with access to the network and low privileges could exploit an Improper Access Control vulnerability found in UniFi Access Application to escalate privileges on the host device.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/08/2026

CVE-2026-77554

Fecha de publicación:
26/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A malicious actor with access to the network could exploit an Improper Input Validation vulnerability found in UniFi Talk Application to execute a Command Injection on the host device.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/08/2026