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-2018-25205

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** ASP.NET jVideo Kit 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to inject SQL commands through the 'query' parameter in the search functionality. Attackers can submit malicious SQL payloads via GET or POST requests to the /search endpoint to extract sensitive database information using boolean-based blind or error-based techniques.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25206

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** KomSeo Cart 1.3 contains an SQL injection vulnerability that allows attackers to inject SQL commands through the 'my_item_search' parameter in edit.php. Attackers can submit POST requests with malicious SQL payloads to extract sensitive database information using boolean-based blind or error-based injection techniques.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25207

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** Online Quiz Maker 1.0 contains SQL injection vulnerabilities in the catid and usern parameters that allow authenticated attackers to execute arbitrary SQL commands. Attackers can submit malicious POST requests to quiz-system.php or add-category.php with crafted SQL payloads in POST parameters to extract sensitive database information or bypass authentication.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25185

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** Wecodex Restaurant CMS 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the username parameter. Attackers can send POST requests to the login endpoint with malicious SQL payloads using boolean-based blind or time-based blind techniques to extract sensitive database information.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25195

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** Wecodex Hotel CMS 1.0 contains an SQL injection vulnerability in the admin login functionality that allows unauthenticated attackers to bypass authentication by injecting SQL code. Attackers can submit malicious SQL payloads through the username parameter in POST requests to index.php with action=processlogin to extract sensitive database information or gain unauthorized administrative access.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25201

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** School Management System CMS 1.0 contains an SQL injection vulnerability in the admin login functionality that allows attackers to bypass authentication by injecting SQL code through the username parameter. Attackers can submit malicious payloads using boolean-based blind SQL injection techniques to the processlogin endpoint to authenticate as administrator without valid credentials.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25202

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** SAT CFDI 3.3 contains an SQL injection vulnerability that allows attackers to manipulate database queries by injecting SQL code through the 'id' parameter in the signIn endpoint. Attackers can submit POST requests with boolean-based blind, stacked queries, or time-based blind SQL injection payloads to extract sensitive data or compromise the application.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2018-25183

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** Shipping System CMS 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to bypass authentication by injecting SQL code through the username parameter. Attackers can submit malicious SQL payloads using boolean-based blind techniques in POST requests to the admin login endpoint to authenticate without valid credentials.
Gravedad CVSS v4.0: ALTA
Última modificación:
26/03/2026

CVE-2026-4809

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** plank/laravel-mediable through version 6.4.0 can allow upload of a dangerous file type when an application using the package accepts or prefers a client-supplied MIME type during file upload handling. In that configuration, a remote attacker can submit a file containing executable PHP code while declaring a benign image MIME type, resulting in arbitrary file upload. If the uploaded file is stored in a web-accessible and executable location, this may lead to remote code execution. At the time of publication, no patch was available and the vendor had not responded to coordinated disclosure attempts.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
26/03/2026

CVE-2026-4274

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mattermost versions 11.2.x
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/03/2026

CVE-2026-24068

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** The VSL privileged helper does utilize NSXPC for IPC. The implementation of the "shouldAcceptNewConnection" function, which is used by the NSXPC framework to validate if a client should be allowed to connect to the XPC listener, does not validate clients at all. This means that any process can connect to this service using the configured protocol. A malicious process is able to call all the functions defined in the corresponding HelperToolProtocol. No validation is performed in the functions "writeReceiptFile" and “runUninstaller” of the HelperToolProtocol. This allows an attacker to write files to any location with any data as well as execute any file with any arguments. Any process can call these functions because of the missing XPC client validation described before. The abuse of the missing endpoint validation leads to privilege escalation.
Gravedad CVSS v3.1: ALTA
Última modificación:
26/03/2026

CVE-2026-23397

Fecha de publicación:
26/03/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> nfnetlink_osf: validate individual option lengths in fingerprints<br /> <br /> nfnl_osf_add_callback() validates opt_num bounds and string<br /> NUL-termination but does not check individual option length fields.<br /> A zero-length option causes nf_osf_match_one() to enter the option<br /> matching loop even when foptsize sums to zero, which matches packets<br /> with no TCP options where ctx-&gt;optp is NULL:<br /> <br /> Oops: general protection fault<br /> KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]<br /> RIP: 0010:nf_osf_match_one (net/netfilter/nfnetlink_osf.c:98)<br /> Call Trace:<br /> nf_osf_match (net/netfilter/nfnetlink_osf.c:227)<br /> xt_osf_match_packet (net/netfilter/xt_osf.c:32)<br /> ipt_do_table (net/ipv4/netfilter/ip_tables.c:293)<br /> nf_hook_slow (net/netfilter/core.c:623)<br /> ip_local_deliver (net/ipv4/ip_input.c:262)<br /> ip_rcv (net/ipv4/ip_input.c:573)<br /> <br /> Additionally, an MSS option (kind=2) with length
Gravedad: Pendiente de análisis
Última modificación:
26/03/2026