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-2025-71392

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 2.0.5, 2.1.x before 2.1.5, and 2.2.x before 2.2.2 fails to properly escape table and field names in the command-line export command. An authenticated System User with OWNER or EDITOR roles can create tables or fields with malicious names containing SurrealQL. When a higher-privileged user subsequently imports the exported backup, the injected SurrealQL executes, enabling privilege escalation and root-level takeover of the SurrealDB instance. Applications that let users define custom tables or fields are also exposed to a universal second-order SurrealQL injection even when query parameters are sanitized.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
18/07/2026

CVE-2025-71393

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 2.2.2 with scripting enabled fails to properly enforce recursion limits when native functions contain embedded JavaScript that issues new queries. Authenticated attackers can bypass the recursion limit by chaining native and JavaScript function calls to trigger infinite recursion and exhaust server memory.
Gravedad CVSS v4.0: MEDIA
Última modificación:
18/07/2026

CVE-2025-71394

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 2.2.2 contain a local file read vulnerability in the DEFINE ANALYZER statement that allows authenticated users to read arbitrary files on the file system. Attackers with root, namespace, or database level privileges can point analyzers to arbitrary file paths and exfiltrate content from two-column tab-separated files.
Gravedad CVSS v4.0: BAJA
Última modificación:
18/07/2026

CVE-2025-71395

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 2.2.2 contain a memory exhaustion vulnerability in the string::replace function that fails to restrict resulting string length when using regex patterns. An authenticated attacker can craft a malicious query to exhaust server memory through unbounded string allocations, causing denial of service.
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58362

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 1.5.5 (and 2.0.0-beta before 2.0.0-beta.3) accepts an arbitrary object in the signin and signup operations of the RPC API without recursively validating it for non-computed values. When a record access method defines a SIGNIN or SIGNUP query and the RPC API is exposed to untrusted users, an unauthenticated attacker can encode a binary object containing a subquery using the bincode serialization format and supply it in place of credentials. The subquery is then executed within the database owner's SIGNIN/SIGNUP query under a system user session with the editor role, allowing the attacker to select, create, update, and delete non-IAM resources (though not view the query results directly, and not affect IAM resources, which require the owner role).
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58363

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 1.5.4 fails to properly validate authentication when a scope user switches databases using the USE clause or use method. Attackers with an authenticated session can impersonate an unrelated user in a different database if a user record with an identical identifier exists, allowing unauthorized actions if permissions rely solely on the $auth parameter.
Gravedad CVSS v4.0: MEDIA
Última modificación:
18/07/2026

CVE-2024-58364

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 1.2.1 contain an uncaught exception handling vulnerability in span rendering when parsing queries with errors on line terminator characters. Authorized clients can submit malformed queries that trigger a panic in the span rendering code, crashing the server and causing denial of service.
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58365

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 1.2.0 contain an uncaught exception vulnerability in the query executor when processing calls to nonexistent built-in functions. Authorized clients can craft pre-parsed queries invoking nonexistent functions to trigger a panic that crashes the server.
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58366

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 1.1.1 contains a format string vulnerability in the rquickjs Exception::throw_type function when scripting is enabled. Attackers with scripting privileges can supply format string sequences in error inputs to read arbitrary memory or execute code with SurrealDB process privileges.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
18/07/2026

CVE-2024-58367

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 2.0.4 fail to properly enforce field permissions during SELECT, UPDATE, and DELETE operations, allowing authorized users to access unauthorized field values through various query techniques. Attackers can exploit SELECT VALUE operations, field aliasing, function arguments, WHERE clause filtering, RETURN BEFORE clauses, and SET clause references to leak protected field contents despite lacking SELECT permissions.
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58368

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 1.1.0 fail to properly parse the ID, DB, and NS headers in HTTP REST API requests containing special characters. Unauthenticated attackers can send crafted HTTP requests with malformed header values to trigger an uncaught exception that crashes the server.
Gravedad CVSS v4.0: ALTA
Última modificación:
18/07/2026

CVE-2024-58356

Fecha de publicación:
18/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 2.1.4 silently fails to overwrite table definitions when the DEFINE TABLE ... OVERWRITE clause is used on tables defined with TYPE RELATION. Because table definitions include the PERMISSIONS clause, an attempt to tighten a table's permissions via OVERWRITE does not take effect, and the administrator may incorrectly believe the change was applied. As a result, a client authorized to run queries may continue to access data in that table that the updated (but unapplied) permissions were intended to restrict.
Gravedad CVSS v4.0: BAJA
Última modificación:
18/07/2026