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 ultimas 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 ultimas 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 ultimas vulnerabilidades incorporadas al repositorio.

CVE-2019-25492

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Homey BNB V4 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'pt' parameter. Attackers can send GET requests to the admin/getcmsdata.php endpoint with malicious 'pt' values to extract sensitive database information.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2019-25493

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Homey BNB V4 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'val' parameter. Attackers can send GET requests to the admin/getrecord.php endpoint with malicious 'val' values to extract sensitive database information.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2019-25489

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Homey BNB V4 contains a SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the hosting_id parameter. Attackers can send GET requests to the rooms/ajax_refresh_subtotal endpoint with malicious hosting_id values to extract sensitive database information or cause denial of service.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2026-2293

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** A NestJS application using @nestjs/platform-fastify can allow bypass of authentication/authorization middleware when Fastify path-normalization options are enabled.<br /> <br /> <br /> <br /> This issue affects nest.Js: 11.1.13.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2026-24488

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** OpenEMR is a free and open source electronic health records and medical practice management application. In versions up to and including 8.0.0, an arbitrary file exfiltration vulnerability in the fax sending endpoint allows any authenticated user to read and transmit any file on the server (including database credentials, patient documents, system files, and source code) via fax to an attacker-controlled phone number. The vulnerability exists because the endpoint accepts arbitrary file paths from user input and streams them to the fax gateway without path restrictions or authorization checks. As of time of publication, no known patched versions are available.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/02/2026

CVE-2026-25147

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** OpenEMR is a free and open source electronic health records and medical practice management application. Prior to version 8.0.0, in `portal/portal_payment.php`, the patient id used for the page is taken from the request (`$pid = $_REQUEST[&amp;#39;pid&amp;#39;] ?? $pid` and `$pid = ($_REQUEST[&amp;#39;hidden_patient_code&amp;#39;] ?? null) &gt; 0 ? $_REQUEST[&amp;#39;hidden_patient_code&amp;#39;] : $pid`) instead of being fixed to the authenticated portal user. The portal session already has a valid `$pid` for the logged-in patient. Overwriting it with user-supplied values and using it without authorization allows a portal user to view and interact with another patient&amp;#39;s demographics, invoices, and payment history—horizontal privilege escalation and IDOR. Version 8.0.0 contains a fix for the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/02/2026

CVE-2025-69437

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** PublicCMS v5.202506.d and earlier is vulnerable to stored XSS. Uploaded PDFs can contain JavaScript payloads and bypass PDF security checks in the backend CmsFileUtils.java. If a user uploads a PDF file containing a malicious payload to the system and views it, the embedded JavaScript payload can be triggered, resulting in issues such as credential theft, arbitrary API execution, and other security concerns. This vulnerability affects all file upload endpoint, including /cmsTemplate/save, /file/doUpload, /cmsTemplate/doUpload, /file/doBatchUpload, /cmsWebFile/doUpload, etc.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/02/2026

CVE-2026-3277

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** The OpenID Connect (OIDC) authentication configuration in PowerShell <br /> Universal before 2026.1.3 stores the OIDC client secret in cleartext in <br /> the .universal/authentication.ps1 script, which allows an attacker with read access to that file to obtain the OIDC client credentials
Gravedad: Pendiente de análisis
Última modificación:
27/02/2026

CVE-2026-3304

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by sending malformed requests, potentially causing resource exhaustion. Users should upgrade to version 2.1.0 to receive a patch. No known workarounds are available.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2026-2359

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Multer is a node.js middleware for handling `multipart/form-data`. A vulnerability in Multer prior to version 2.1.0 allows an attacker to trigger a Denial of Service (DoS) by dropping connection during file upload, potentially causing resource exhaustion. Users should upgrade to version 2.1.0 to receive a patch. No known workarounds are available.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/02/2026

CVE-2026-2749

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Vulnerability in Centreon Centreon Open Tickets on Central Server on Linux (Centroen Open Ticket modules).This issue affects Centreon Open Tickets on Central Server: from all before 25.10.3, 24.10.8, 24.04.7.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
27/02/2026

CVE-2026-2750

Fecha de publicación:
27/02/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Input Validation vulnerability in Centreon Centreon Open Tickets on Central Server on Linux (Centreon Open Tickets modules).This issue affects Centreon Open Tickets on Central Server: from all before 25.10; 24.10;24.04.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
27/02/2026