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

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** There is an unauthorized access vulnerability in ZTE T5400. Due to improper permission control of the Web module interface, an unauthorized attacker can obtain sensitive information through the interface.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2025-10015

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** The Sparkle framework includes an XPC service Downloader.xpc, by default this service is private to the application its bundled with. A local unprivileged attacker can register this XPC service globally which will inherit TCC permissions of the application. <br /> Lack of validation of connecting client allows the attacker to copy TCC-protected files to an arbitrary location. Access to other resources beyond granted-permissions requires user interaction with a system prompt asking for permission.<br /> <br /> This issue was fixed in version 2.7.2
Gravedad CVSS v4.0: MEDIA
Última modificación:
15/04/2026

CVE-2025-10316

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** The extension "Form to Database" is susceptible to Cross-Site Scripting. This issue affects the following versions: before 2.2.5, from 3.0.0 before 3.2.2, from 4.0.0 before 4.2.3, from 5.0.0 before 5.0.2.
Gravedad CVSS v4.0: BAJA
Última modificación:
15/04/2026

CVE-2025-2404

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** Improper Neutralization of Input During Web Page Generation (XSS or &amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Ubit Information Technologies STOYS allows Cross-Site Scripting (XSS).This issue affects STOYS: from 2 before 20250916.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2025-4688

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** Improper Neutralization of Special Elements used in an SQL Command (&amp;#39;SQL Injection&amp;#39;) vulnerability in BGS Interactive SINAV.LINK Exam Result Module allows SQL Injection.This issue affects SINAV.LINK Exam Result Module: before 1.2.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
15/04/2026

CVE-2025-5518

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** Authorization Bypass Through User-Controlled Key vulnerability with user privileges in ArgusTech BILGER allows Exploitation of Trusted Identifiers.This issue affects BILGER: before 2.4.6.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2025-5519

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** Insertion of Sensitive Information Into Sent Data vulnerability in ArgusTech BILGER allows Choosing Message Identifier.This issue affects BILGER: before 2.4.6.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2023-53297

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp<br /> <br /> conn-&gt;chan_lock isn&amp;#39;t acquired before l2cap_get_chan_by_scid,<br /> if l2cap_get_chan_by_scid returns NULL, then &amp;#39;bad unlock balance&amp;#39;<br /> is triggered.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/01/2026

CVE-2023-53298

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> nfc: fix memory leak of se_io context in nfc_genl_se_io<br /> <br /> The callback context for sending/receiving APDUs to/from the selected<br /> secure element is allocated inside nfc_genl_se_io and supposed to be<br /> eventually freed in se_io_cb callback function. However, there are several<br /> error paths where the bwi_timer is not charged to call se_io_cb later, and<br /> the cb_context is leaked.<br /> <br /> The patch proposes to free the cb_context explicitly on those error paths.<br /> <br /> At the moment we can&amp;#39;t simply check &amp;#39;dev-&gt;ops-&gt;se_io()&amp;#39; return value as it<br /> may be negative in both cases: when the timer was charged and was not.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/01/2026

CVE-2023-53299

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> md/raid10: fix leak of &amp;#39;r10bio-&gt;remaining&amp;#39; for recovery<br /> <br /> raid10_sync_request() will add &amp;#39;r10bio-&gt;remaining&amp;#39; for both rdev and<br /> replacement rdev. However, if the read io fails, recovery_request_write()<br /> returns without issuing the write io, in this case, end_sync_request()<br /> is only called once and &amp;#39;remaining&amp;#39; is leaked, cause an io hang.<br /> <br /> Fix the problem by decreasing &amp;#39;remaining&amp;#39; according to if &amp;#39;bio&amp;#39; and<br /> &amp;#39;repl_bio&amp;#39; is valid.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/01/2026

CVE-2023-53300

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: hi846: Fix memleak in hi846_init_controls()<br /> <br /> hi846_init_controls doesn&amp;#39;t clean the allocated ctrl_hdlr<br /> in case there is a failure, which causes memleak. Add<br /> v4l2_ctrl_handler_free to free the resource properly.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/01/2026

CVE-2023-53302

Fecha de publicación:
16/09/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: iwl4965: Add missing check for create_singlethread_workqueue()<br /> <br /> Add the check for the return value of the create_singlethread_workqueue()<br /> in order to avoid NULL pointer dereference.
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/01/2026