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

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain an authentication bypass vulnerability in LIVE SELECT subscriptions where permission expressions referencing $value, $before, $after, or $event are evaluated against attacker-controlled bindings instead of actual documents. Authenticated subscribers can bind chosen values to these parameter names and register LIVE SELECT queries to receive notifications for records that SELECT permission expressions should have hidden.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63748

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain an information disclosure vulnerability where authenticated users with UPDATE access can read field values hidden by field-level SELECT permissions through error messages. Attackers can trigger arithmetic or extend operations on hidden fields to embed raw operand values in error responses, bypassing field-level access controls.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63746

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 fail to enforce table SELECT permissions when traversing graph edges or back-references. Authenticated users can read records from any table reachable through graph edges regardless of the target table's PERMISSIONS FOR select clause.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/07/2026

CVE-2026-63745

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain an authorization bypass vulnerability where authenticated users can spoof composite record-id field values by writing to editable body fields. Attackers can bypass permission rules that gate access on id components like tenant isolation by setting same-named body fields to spoofed values that permission checks incorrectly read instead of the immutable id key.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63747

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain a denial of service vulnerability in the RPC use handler that panics when db is set without a namespace. Unauthenticated attackers can send a malformed WebSocket message to the /rpc endpoint to crash the server process.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-63744

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.5 contains a server-side request forgery vulnerability in the JWKS fetcher that follows HTTP redirects without re-validating redirect targets against network capabilities. Attackers with Owner role can configure a JWKS URL pointing to an allowlisted host that redirects to blocked internal addresses, bypassing network access controls.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63743

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.0 contains a capability bypass vulnerability in HTTP redirect handling that allows authenticated users to circumvent port-scoped --deny-net rules. Attackers can chain an HTTP redirect from an allowed hostname to a denied host:port combination, and the redirect is followed because the port information is dropped during redirect policy evaluation.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63742

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain a field-level SELECT permission bypass vulnerability in indexed COUNT fast paths. Attackers can execute COUNT queries on indexed fields with field-level SELECT restrictions to confirm or recover restricted field values through repeated guesses.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63740

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.4 fail to properly enforce SELECT permissions on array elements (field.*) for record users, leaking denied array elements instead of hiding them. Attackers with record scope access can read array elements that element-level permissions should deny by exploiting incorrect index handling during permission filtering.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/07/2026

CVE-2026-63739

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.5 contains an arbitrary file read vulnerability in the DEFINE ANALYZER mapper filter that allows database users with EDITOR or OWNER roles to read files accessible to the SurrealDB process. Attackers can specify arbitrary file paths in the mapper filter and retrieve file contents through query error messages when the SURREAL_FILE_ALLOWLIST is empty or not configured.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/07/2026

CVE-2026-63738

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions 3.1.0 before 3.1.5 fail to enforce field-level SELECT permissions when records are accessed through graph-edge or back-reference traversals. Attackers with table-level SELECT access can read field values hidden by field-level permissions by materializing records through graph traversals instead of direct table scans.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63741

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 fail to validate DEFINE NAMESPACE or DEFINE DATABASE permissions when processing USE NS and USE DB statements. Unauthenticated attackers can create arbitrary namespaces and databases by issuing USE commands, bypassing authorization checks in the RPC use method and SurrealQL executor.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/07/2026