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-2026-24793

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** Out-of-bounds Write, Buffer Copy without Checking Size of Input (&amp;#39;Classic Buffer Overflow&amp;#39;) vulnerability in azerothcore azerothcore-wotlk (deps/zlib modules). This vulnerability is associated with program files inflate.C.<br /> <br /> This issue affects azerothcore-wotlk: through v4.0.0.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
27/01/2026

CVE-2025-14971

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Link Invoice Payment for WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the createPartialPayment and cancelPartialPayment functions in all versions up to, and including, 2.8.0. This makes it possible for unauthenticated attackers to create partial payments on any order or cancel any existing partial payment via ID enumeration.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/01/2026

CVE-2026-21408

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** beat-access for Windows version 3.0.3 and prior contains an issue with the DLL search path, which may lead to insecurely loading Dynamic Link Libraries. As a result, arbitrary code may be executed with SYSTEM privileges.
Gravedad CVSS v4.0: MEDIA
Última modificación:
27/01/2026

CVE-2026-1361

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** ASDA-Soft Stack-based Buffer Overflow Vulnerability
Gravedad CVSS v3.1: ALTA
Última modificación:
27/01/2026

CVE-2026-24479

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** HUSTOF is an open source online judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training. Prior to version 26.01.24, the problem_import_qduoj.php and problem_import_hoj.php modules fail to properly sanitize filenames within uploaded ZIP archives. Attackers can craft a malicious ZIP file containing files with path traversal sequences (e.g., ../../shell.php). When extracted by the server, this allows writing files to arbitrary locations in the web root, leading to Remote Code Execution (RCE). Version 26.01.24 contains a fix for the issue.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
27/01/2026

CVE-2026-24480

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** QGIS is a free, open source, cross platform geographical information system (GIS) The repository contains a GitHub Actions workflow called "pre-commit checks" that, before commit 76a693cd91650f9b4e83edac525e5e4f90d954e9, was vulnerable to remote code execution and repository compromise because it used the `pull_request_target` trigger and then checked out and executed untrusted pull request code in a privileged context. Workflows triggered by `pull_request_target` ran with the base repository&amp;#39;s credentials and access to secrets. If these workflows then checked out and executed code from the head of an external pull request (which could have been attacker controlled), the attacker could have executed arbitrary commands with elevated privileges. This insecure pattern has been documented as a security risk by GitHub and security researchers. Commit 76a693cd91650f9b4e83edac525e5e4f90d954e9 removed the vulnerable code.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/01/2026

CVE-2026-24486

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** Python-Multipart is a streaming multipart parser for Python. Prior to version 0.0.22, a Path Traversal vulnerability exists when using non-default configuration options `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`. An attacker can write uploaded files to arbitrary locations on the filesystem by crafting a malicious filename. Users should upgrade to version 0.0.22 to receive a patch or, as a workaround, avoid using `UPLOAD_KEEP_FILENAME=True` in project configurations.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/01/2026

CVE-2026-24489

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** Gakido is a Python HTTP client focused on browser impersonation and anti-bot evasion. A vulnerability was discovered in Gakido prior to version 0.1.1 that allowed HTTP header injection through CRLF (Carriage Return Line Feed) sequences in user-supplied header values and names. When making HTTP requests with user-controlled header values containing `\r\n` (CRLF), `\n` (LF), or `\x00` (null byte) characters, an attacker could inject arbitrary HTTP headers into the request. The fix in version 0.1.1 adds a `_sanitize_header()` function that strips `\r`, `\n`, and `\x00` characters from both header names and values before they are included in HTTP requests.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/01/2026

CVE-2026-24490

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** MobSF is a mobile application security testing tool used. Prior to version 4.4.5, a Stored Cross-site Scripting (XSS) vulnerability in MobSF&amp;#39;s Android manifest analysis allows an attacker to execute arbitrary JavaScript in the context of a victim&amp;#39;s browser session by uploading a malicious APK. The `android:host` attribute from `` elements is rendered in HTML reports without sanitization, enabling session hijacking and account takeover. Version 4.4.5 fixes the issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/01/2026

CVE-2026-24686

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** go-tuf is a Go implementation of The Update Framework (TUF). go-tuf&amp;#39;s TAP 4 Multirepo Client uses the map file repository name string (`repoName`) as a filesystem path component when selecting the local metadata cache directory. Starting in version 2.0.0 and prior to version 2.4.1, if an application accepts a map file from an untrusted source, an attacker can supply a `repoName` containing traversal (e.g., `../escaped-repo`) and cause go-tuf to create directories and write the root metadata file outside the intended `LocalMetadataDir` cache base, within the running process&amp;#39;s filesystem permissions. Version 2.4.1 contains a patch.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/01/2026

CVE-2026-23683

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** SAP Fiori App Intercompany Balance Reconciliation does not perform necessary authorization checks for an authenticated user, resulting in escalation of privileges. This has low impact on confidentiality, integrity and availability are not impacted.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/01/2026

CVE-2026-24477

Fecha de publicación:
27/01/2026
Idioma:
Inglés
*** Pendiente de traducción *** AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. If AnythingLLM prior to version 1.10.0 is configured to use Qdrant as the vector database with an API key, this QdrantApiKey could be exposed in plain text to unauthenticated users via the `/api/setup-complete` endpoint. Leakage of QdrantApiKey allows an unauthenticated attacker full read/write access to the Qdrant vector database instance used by AnythingLLM. Since Qdrant often stores the core knowledge base for RAG in AnythingLLM, this can lead to complete compromise of the semantic search / retrieval functionality and indirect leakage of confidential uploaded documents. Version 1.10.0 patches the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/01/2026