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

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A SQL injection vulnerability in Nessus allows a remote, unauthenticated attacker who controls reverse DNS records for a scanned host to inject malicious SQL into the scan results database, potentially enabling exfiltration of scan-result data.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57588

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** A SQL injection vulnerability in Nessus allows an attacker to craft a malicious scan result file that, when imported by a privileged user, injects malicious SQL into the scan results database, potentially enabling exfiltration of scan-result data.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57435

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri’s CRuby native extension could leave a Ruby wrapper pointing to freed memory when replacing the value of an XML attribute. If Ruby code had already accessed an attribute child node, Nokogiri::XML::Attr#value= could free the underlying native child node while the wrapper remained reachable through the document node cache. A later use of the freed child node or a Ruby GC mark could dereference an invalid pointer, causing an invalid read and a possible segfault. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57436

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri::XML::Document#root= validated only that the new root was a Nokogiri::XML::Node, allowing a DTD node to be set as the document root. The result is a heap use-after-free during garbage collection or finalization, leading to an invalid memory read or potentially a segfault. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57437

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri::XML::XPathContext did not keep its source document alive for garbage collection. If an XPathContext outlived its document and the document was collected, evaluating an XPath expression could read invalid memory and potentially segfault. This is only reachable when application code constructs an XPathContext directly and lets the document become unreachable while continuing to use the context. The normal Document#xpath, #css, and related search methods are not affected, and it is not triggerable by malicious document input. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57235

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri::XML::NodeSet#[] (and its alias #slice) checked the requested index against the node set's bounds using a 32-bit-truncated copy of the index. A large negative index could pass the check and then be used at full width, reading outside the node set's storage. On CRuby this is an out-of-bounds read that typically crashes the process; on JRuby it is not memory-unsafe but returns an incorrect node. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: MEDIA
Última modificación:
26/06/2026

CVE-2026-57236

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, calling Document#encoding= with an invalid encoding (e.g., a non-string, or a string containing a null byte) raises an exception, but only after freeing the document's current encoding string without replacing it. The document is left referencing freed memory, so the next call to Document#encoding reads invalid memory, which can cause a segfault or leak freed bytes into a Ruby String. Affects the CRuby (libxml2) implementation only; JRuby is not affected. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57434

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, Nokogiri contains a bug when calling certain methods on allocated-but-uninitialized native wrapper classes that inherit from Nokogiri::XML::Node. This caused a NULL pointer dereference that could crash the process. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v4.0: BAJA
Última modificación:
26/06/2026

CVE-2026-57234

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, the NONET parse option, which Nokogiri turns on by default for Nokogiri::XML::Schema (see CVE-2020-26247), was not correctly enforced on the JRuby implementation. As a result, a schema parsed with default options could still cause external resources to be fetched over the network, potentially enabling SSRF or XXE attacks. This vulnerability is fixed in 1.19.4.
Gravedad CVSS v3.1: BAJA
Última modificación:
26/06/2026

CVE-2026-49319

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Remote Keyless Entry System (RKES), using the 433 MHz key fob bearing FCC ID CWTR53R0 manufactured by ALPS ALPINE CO., LTD., is vulnerable to a roll-back attack against its rolling-code authentication. <br /> <br /> <br /> <br /> An attacker within RF range who records two consecutive lock or unlock transmissions from a legitimate key fob can later replay the same pair of transmissions repeatedly. During testing, replaying the first captured transmission caused the RKES to enter a state in which replaying the second captured transmission resulted in a successful lock or unlock operation of the vehicle. Tested and confirmed on a 2024 Suzuki Swift (SWIFT ISG GLS AC 1.2 5P 4x2 TM).
Gravedad CVSS v4.0: MEDIA
Última modificación:
26/06/2026

CVE-2026-56053

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Subscriber PHP Object Injection in EventPrime
Gravedad CVSS v3.1: ALTA
Última modificación:
26/06/2026

CVE-2026-56054

Fecha de publicación:
25/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Subscriber Arbitrary File Deletion in JS Help Desk
Gravedad CVSS v3.1: ALTA
Última modificación:
25/06/2026