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

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.0 evaluates user-supplied WHERE clauses in SELECT statements (and SET/MERGE/CONTENT/PATCH clauses in UPDATE, UPSERT, INSERT ON DUPLICATE KEY UPDATE, and RELATE update-variant statements) against full record data before enforcing PERMISSIONS FOR SELECT WHERE restrictions. An authenticated user — including Record and Scope users — can exploit this ordering flaw to read the full contents of any table in the database they are authenticated against, bypassing table-level permission checks. Exfiltration is most direct when scripting functions are enabled (--allow-scripting), but is also possible via SurrealQL's THROW statement and timing-based side channels without scripting. The vulnerability is confined to the attacker's current database and does not cross namespace or database isolation boundaries.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/07/2026

CVE-2026-63754

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 where malicious LIVE queries with WHERE clauses that evaluate to errors cause all CREATE, UPDATE, and DELETE operations on the watched table to fail. An authenticated user with only select permission can prevent write operations on a table for any user, including root, by registering a LIVE query that triggers evaluation errors until the query is killed or the session ends.
Gravedad CVSS v4.0: ALTA
Última modificación:
22/07/2026

CVE-2026-63752

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.0 contains an authorization bypass vulnerability in the RELATE statement that allows authenticated users with CREATE permission to overwrite existing edge records without UPDATE permission. Attackers can issue a RELATE statement with a SET id clause pointing to an existing edge id, causing the storage layer to silently overwrite the target record instead of rejecting the operation.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63753

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB before 3.1.0 fails to refresh authentication state in LIVE SELECT subscriptions when session state changes. Attackers can continue receiving real-time notifications under revoked or expired session credentials until the connection closes.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/07/2026

CVE-2026-63751

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 contain a field-level permission bypass vulnerability in JSON Patch operations that allows authenticated users to read protected fields. Attackers can use UPDATE PATCH with an empty from pointer in copy or move operations to duplicate all record fields, including those restricted by field-level SELECT permissions, into attacker-chosen destination fields.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

CVE-2026-63750

Fecha de publicación:
20/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SurrealDB versions before 3.1.0 fail to apply the SURREAL_WEBSOCKET_MAX_MESSAGE_SIZE limit to anonymous /sql WebSocket connections, allowing attackers to buffer unbounded frames in the per-connection read buffer. Attackers can stream WebSocket frames larger than the configured limit across multiple concurrent connections to consume excessive memory and degrade /sql availability.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/07/2026

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