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-2023-25166

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** formula is a math and string formula parser. In versions prior to 3.0.1 crafted user-provided strings to formula's parser might lead to polynomial execution time and a denial of service. Users should upgrade to 3.0.1+. There are no known workarounds for this vulnerability.
Gravedad CVSS v3.1: MEDIA
Última modificación:
16/02/2023

CVE-2023-25167

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** Discourse is an open source discussion platform. In affected versions a malicious user can cause a regular expression denial of service using a carefully crafted git URL. This issue is patched in the latest stable, beta and tests-passed versions of Discourse. Users are advised to upgrade. There are no known workarounds for this issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
18/02/2023

CVE-2023-25165

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** Helm is a tool that streamlines installing and managing Kubernetes applications.`getHostByName` is a Helm template function introduced in Helm v3. The function is able to accept a hostname and return an IP address for that hostname. To get the IP address the function performs a DNS lookup. The DNS lookup happens when used with `helm install|upgrade|template` or when the Helm SDK is used to render a chart. Information passed into the chart can be disclosed to the DNS servers used to lookup the IP address. For example, a malicious chart could inject `getHostByName` into a chart in order to disclose values to a malicious DNS server. The issue has been fixed in Helm 3.11.1. Prior to using a chart with Helm verify the `getHostByName` function is not being used in a template to disclose any information you do not want passed to DNS servers.
Gravedad CVSS v3.1: MEDIA
Última modificación:
16/02/2023

CVE-2023-25150

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** Nextcloud office/richdocuments is an office suit for the nextcloud server platform. In affected versions the Collabora integration can be tricked to provide access to any file without proper permission validation. As a result any user with access to Collabora can obtain the content of other users files. It is recommended that the Nextcloud Office App (Collabora Integration) is updated to 7.0.2 (Nextcloud 25), 6.3.2 (Nextcloud 24), 5.0.10 (Nextcloud 23), 4.2.9 (Nextcloud 21-22), or 3.8.7 (Nextcloud 15-20). There are no known workarounds for this issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
16/02/2023

CVE-2023-0751

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** When GELI reads a key file from standard input, it does not reuse the key file to initialize multiple providers at once resulting in the second and subsequent devices silently using a NULL key as the user key file. If a user only uses a key file without a user passphrase, the master key is encrypted with an empty key file allowing trivial recovery of the master key.<br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
25/03/2025

CVE-2023-25151

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** opentelemetry-go-contrib is a collection of extensions for OpenTelemetry-Go. The v0.38.0 release of `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` uses the `httpconv.ServerRequest` function to annotate metric measurements for the `http.server.request_content_length`, `http.server.response_content_length`, and `http.server.duration` instruments. The `ServerRequest` function sets the `http.target` attribute value to be the whole request URI (including the query string)[^1]. The metric instruments do not "forget" previous measurement attributes when `cumulative` temporality is used, this means the cardinality of the measurements allocated is directly correlated with the unique URIs handled. If the query string is constantly random, this will result in a constant increase in memory allocation that can be used in a denial-of-service attack. This issue has been addressed in version 0.39.0. Users are advised to upgrade. There are no known workarounds for this issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
14/03/2023

CVE-2023-0215

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** The public API function BIO_new_NDEF is a helper function used for streaming<br /> ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the<br /> SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by<br /> end user applications.<br /> <br /> The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter<br /> BIO onto the front of it to form a BIO chain, and then returns the new head of<br /> the BIO chain to the caller. Under certain conditions, for example if a CMS<br /> recipient public key is invalid, the new filter BIO is freed and the function<br /> returns a NULL result indicating a failure. However, in this case, the BIO chain<br /> is not properly cleaned up and the BIO passed by the caller still retains<br /> internal pointers to the previously freed filter BIO. If the caller then goes on<br /> to call BIO_pop() on the BIO then a use-after-free will occur. This will most<br /> likely result in a crash.<br /> <br /> <br /> <br /> This scenario occurs directly in the internal function B64_write_ASN1() which<br /> may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on<br /> the BIO. This internal function is in turn called by the public API functions<br /> PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream,<br /> SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7.<br /> <br /> Other public API functions that may be impacted by this include<br /> i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and<br /> i2d_PKCS7_bio_stream.<br /> <br /> The OpenSSL cms and smime command line applications are similarly affected.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/11/2025

CVE-2023-0216

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** An invalid pointer dereference on read can be triggered when an<br /> application tries to load malformed PKCS7 data with the<br /> d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions.<br /> <br /> The result of the dereference is an application crash which could<br /> lead to a denial of service attack. The TLS implementation in OpenSSL<br /> does not call this function however third party applications might<br /> call these functions on untrusted data.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/11/2025

CVE-2023-0217

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** An invalid pointer dereference on read can be triggered when an<br /> application tries to check a malformed DSA public key by the<br /> EVP_PKEY_public_check() function. This will most likely lead<br /> to an application crash. This function can be called on public<br /> keys supplied from untrusted sources which could allow an attacker<br /> to cause a denial of service attack.<br /> <br /> The TLS implementation in OpenSSL does not call this function<br /> but applications might call the function if there are additional<br /> security requirements imposed by standards such as FIPS 140-3.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/11/2025

CVE-2023-0286

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** There is a type confusion vulnerability relating to X.400 address processing<br /> inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but<br /> the public structure definition for GENERAL_NAME incorrectly specified the type<br /> of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by<br /> the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an<br /> ASN1_STRING.<br /> <br /> When CRL checking is enabled (i.e. the application sets the<br /> X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass<br /> arbitrary pointers to a memcmp call, enabling them to read memory contents or<br /> enact a denial of service. In most cases, the attack requires the attacker to<br /> provide both the certificate chain and CRL, neither of which need to have a<br /> valid signature. If the attacker only controls one of these inputs, the other<br /> input must already contain an X.400 address as a CRL distribution point, which<br /> is uncommon. As such, this vulnerability is most likely to only affect<br /> applications which have implemented their own functionality for retrieving CRLs<br /> over a network.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/11/2025

CVE-2023-0401

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** A NULL pointer can be dereferenced when signatures are being<br /> verified on PKCS7 signed or signedAndEnveloped data. In case the hash<br /> algorithm used for the signature is known to the OpenSSL library but<br /> the implementation of the hash algorithm is not available the digest<br /> initialization will fail. There is a missing check for the return<br /> value from the initialization function which later leads to invalid<br /> usage of the digest API most likely leading to a crash.<br /> <br /> The unavailability of an algorithm can be caused by using FIPS<br /> enabled configuration of providers or more commonly by not loading<br /> the legacy provider.<br /> <br /> PKCS7 data is processed by the SMIME library calls and also by the<br /> time stamp (TS) library calls. The TLS implementation in OpenSSL does<br /> not call these functions however third party applications would be<br /> affected if they call these functions to verify signatures on untrusted<br /> data.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/11/2025

CVE-2023-25164

Fecha de publicación:
08/02/2023
Idioma:
Inglés
*** Pendiente de traducción *** Tinacms is a Git-backed headless content management system with support for visual editing. Sites being built with @tinacms/cli &gt;= 1.0.0 &amp;&amp;
Gravedad CVSS v3.1: ALTA
Última modificación:
13/03/2026