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

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** go-ipld-prime is an implementation of the InterPlanetary Linked Data (IPLD) spec interfaces, a batteries-included codec implementations of IPLD for CBOR and JSON, and tooling for basic operations on IPLD objects. Prior to 0.23.0, the DAG-CBOR and DAG-JSON decoders recurse on each nested map or list without a depth limit. A payload containing deeply nested collections causes the decoder to recurse once per level, growing the goroutine stack until the Go runtime terminates the process with a fatal stack overflow (distinct from a recoverable panic). This vulnerability is fixed in 0.23.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-42553

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Cinny is a Matrix client. Prior to 4.10.3, A remote authenticated attacker who shares a room with a victim and has permissions to create room emotes (for example in a DM) can cause the victim's client to send their Matrix access token to an attacker-controlled server. This occurs when the victim opens the emoji or sticker picker for the room containing a malicious emote pack. This is caused by an incorrect fallback in EmojiBoard that uses untrusted pack.meta.avatar (user-controlled) without converting/validating it as an MXC URL, allowing arbitrary HTTP(S) URLs to be used. Also, the service worker attaching the user's Authorization bearer token to all outbound GET requests whose URL contains /_matrix/client/v1/media/download or /_matrix/client/v1/media/thumbnail without verifying the request host matches the configured homeserver origin. An attacker-controlled URL containing those path fragments and permissive CORS will receive the victim's Authorization header (access token). This vulnerability is fixed in 4.10.3.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/05/2026

CVE-2025-67903

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Northern.tech Mender Client 5 before 5.0.4 allows a Cryptographic signature verification bypass.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2025-69600

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Command injection in Raynet rvia 12.6.4392.49-amd64.deb allows adversaries to execute commands via getconfig, and upload through the URL argument, and oracle through the -o flag The Supplier's perspective is that this is caused by Argument Injection in the find command query in rvia 12.6.4392.49. This in an arbitrary code execution flaw caused by an incorrectly constructed find command. The application actively searches for a Java executable by using search criteria that is not properly terminated or sanitized. By constructing a crafted directory path that satisfies the malformed search criteria, an attacker can trick the application into executing arbitrary Java code. This differs from standard PATH manipulation because it stems from the application's internal search logic. Specifically, a local attacker can create a crafted directory structure and path that satisfies an improperly terminated find query used by the application to locate a Java runtime.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2026-49054

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing Authorization vulnerability in Mamunur Rashid The Post Grid allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects The Post Grid: from n/a through 7.9.2.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-44353

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Streamlink is a CLI utility which pipes video streams from various services into a video player. Prior to 8.4.0, Streamlink&amp;#39;s HLS and DASH parsers do not validate the URI scheme of segment entries and other resources. A remote .m3u8 HLS playlist or .mpd DASH manifest can list file:///path/to/file as a segment, and streamlink will read that local file and write its contents to the output stream. This vulnerability is fixed in 8.4.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-42790

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Certificate Validation vulnerability in Erlang OTP public_key (pubkey_cert and public_key modules) allows a DNS nameConstraints bypass via subject CommonName fallback in TLS hostname verification.<br /> <br /> Two flaws combine to allow a subordinate CA whose DNS nameConstraints are restricted (e.g. permitted;DNS:allowed.example.com) to issue a leaf certificate that an OTP TLS client accepts as a valid identity for an out-of-scope hostname (e.g. victim.example.com):<br /> <br /> First, pubkey_cert:validate_names/6 in lib/public_key/src/pubkey_cert.erl only checks SAN DNS entries against nameConstraints. Per RFC 5280, a permitted DNS subtree only restricts certificates that contain a DNS-typed name. A leaf with no subjectAltName therefore trivially satisfies any permitted;DNS:... constraint regardless of its subject commonName.<br /> <br /> Second, public_key:pkix_verify_hostname/3 in lib/public_key/src/public_key.erl falls back to the subject commonName when no subjectAltName is present, extracting id-at-commonName attributes as presented IDs and matching them against the reference hostname. The strict pkix_verify_hostname_match_fun(https) matcher does not suppress this fallback.<br /> <br /> The result is that path validation accepts a CN-only leaf under a DNS-constrained intermediate (no SAN means the nameConstraints are not triggered), and hostname verification then accepts it via the CN fallback. The bypass is reachable from stock ssl:connect with verify_peer, a trusted CA, SNI, and the canonical strict https hostname matcher.<br /> <br /> This issue affects OTP from OTP 19.3 before OTP 26.2.5.21, 27.3.4.12, 28.5.0.1, and 29.0.1 corresponding to public_key from 1.4 before 1.15.1.7, 1.17.1.3, 1.20.3.1, and 1.21.1.
Gravedad CVSS v4.0: ALTA
Última modificación:
27/05/2026

CVE-2026-38945

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Command injection in Raynet rvia version 12.6 Update 8 and previous versions allows adversaries to execute arbitrary code via a crafted path that matches the improperly terminated search criteria of rvia&amp;#39;s Java search using the find command.
Gravedad CVSS v3.1: ALTA
Última modificación:
27/05/2026

CVE-2025-70116

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** A NULL pointer dereference in GPAC MP4Box: when parsing certain truncated MP4 files, an unknown/invalid stsd entry can result in missing descriptor fields (e.g., codec/mime/profile strings). gf_media_map_esd then calls strlen() on a NULL pointer, triggering a crash (ASan SEGV).
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2022-41656

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Missing Authorization vulnerability in Bizswoop Account Manager for WooCommerce allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects Account Manager for WooCommerce: from n/a through 2.1.2.
Gravedad CVSS v3.1: MEDIA
Última modificación:
27/05/2026

CVE-2026-9674

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** A cross-site request forgery (CSRF) vulnerability in Jenkins Multijob Plugin 662.vd2e0001f6b_b_d and earlier allows attackers to resume failed Multijob builds.
Gravedad: Pendiente de análisis
Última modificación:
27/05/2026

CVE-2026-9712

Fecha de publicación:
27/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** When creating an export through the pretix API, API clients are <br /> returned an UUID value for their export job (a long, random string like <br /> 35742818-c375-4d15-839f-d49aecce94d6). Using this UUID, the API client <br /> can then request the actual file for download. The same kind of UUID is <br /> used in other places in pretix when temporary files are generated for <br /> internal use or download.<br /> <br /> <br /> <br /> <br /> One remaining API endpoint, however, wrongfully did not verify if the<br /> UUID used for download actually belongs to a file that is supposed to <br /> be downloadable and belongs to the correct user. In reality, this is <br /> hard to exploit because an attacker would need to have access to a valid<br /> UUID for the file they desire which is unlikely to happen without a <br /> separate security problem giving them access to logs etc.
Gravedad CVSS v4.0: BAJA
Última modificación:
27/05/2026