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

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** VMware Workspace ONE Access and VMware Identity Manager contain an insecure redirect vulnerability. An unauthenticated malicious actor may be able to redirect a victim to an attacker controlled domain due to improper path handling leading to sensitive information disclosure.
Gravedad CVSS v3.1: MEDIA
Última modificación:
10/01/2025

CVE-2023-2980

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability classified as critical was found in Abstrium Pydio Cells 4.2.0. This vulnerability affects unknown code of the component User Creation Handler. The manipulation leads to improper control of resource identifiers. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 4.2.1 is able to address this issue. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-230212.
Gravedad CVSS v3.1: ALTA
Última modificación:
17/05/2024

CVE-2023-2981

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability, which was classified as problematic, has been found in Abstrium Pydio Cells 4.2.0. This issue affects some unknown processing of the component Chat. The manipulation leads to basic cross site scripting. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 4.2.1 is able to address this issue. It is recommended to upgrade the affected component. The identifier VDB-230213 was assigned to this vulnerability.
Gravedad CVSS v3.1: MEDIA
Última modificación:
17/05/2024

CVE-2023-2983

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Privilege Defined With Unsafe Actions in GitHub repository pimcore/pimcore prior to 10.5.23.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/06/2023

CVE-2023-2984

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Path Traversal: '\..\filename' in GitHub repository pimcore/pimcore prior to 10.5.22.
Gravedad CVSS v3.1: ALTA
Última modificación:
05/06/2023

CVE-2023-2978

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability was found in Abstrium Pydio Cells 4.2.0. It has been rated as problematic. Affected by this issue is some unknown functionality of the component Change Subscription Handler. The manipulation leads to authorization bypass. The exploit has been disclosed to the public and may be used. Upgrading to version 4.2.1 is able to address this issue. It is recommended to upgrade the affected component. VDB-230210 is the identifier assigned to this vulnerability.
Gravedad CVSS v3.1: MEDIA
Última modificación:
17/05/2024

CVE-2023-2979

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability classified as critical has been found in Abstrium Pydio Cells 4.2.0. This affects an unknown part of the component User Creation Handler. The manipulation leads to improper access controls. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 4.2.1 is able to address this issue. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-230211.
Gravedad CVSS v3.1: ALTA
Última modificación:
17/05/2024

CVE-2023-2650

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Issue summary: Processing some specially crafted ASN.1 object identifiers or<br /> data containing them may be very slow.<br /> <br /> Impact summary: Applications that use OBJ_obj2txt() directly, or use any of<br /> the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message<br /> size limit may experience notable to very long delays when processing those<br /> messages, which may lead to a Denial of Service.<br /> <br /> An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -<br /> most of which have no size limit. OBJ_obj2txt() may be used to translate<br /> an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL<br /> type ASN1_OBJECT) to its canonical numeric text form, which are the<br /> sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by<br /> periods.<br /> <br /> When one of the sub-identifiers in the OBJECT IDENTIFIER is very large<br /> (these are sizes that are seen as absurdly large, taking up tens or hundreds<br /> of KiBs), the translation to a decimal number in text may take a very long<br /> time. The time complexity is O(n^2) with &amp;#39;n&amp;#39; being the size of the<br /> sub-identifiers in bytes (*).<br /> <br /> With OpenSSL 3.0, support to fetch cryptographic algorithms using names /<br /> identifiers in string form was introduced. This includes using OBJECT<br /> IDENTIFIERs in canonical numeric text form as identifiers for fetching<br /> algorithms.<br /> <br /> Such OBJECT IDENTIFIERs may be received through the ASN.1 structure<br /> AlgorithmIdentifier, which is commonly used in multiple protocols to specify<br /> what cryptographic algorithm should be used to sign or verify, encrypt or<br /> decrypt, or digest passed data.<br /> <br /> Applications that call OBJ_obj2txt() directly with untrusted data are<br /> affected, with any version of OpenSSL. If the use is for the mere purpose<br /> of display, the severity is considered low.<br /> <br /> In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,<br /> CMS, CMP/CRMF or TS. It also impacts anything that processes X.509<br /> certificates, including simple things like verifying its signature.<br /> <br /> The impact on TLS is relatively low, because all versions of OpenSSL have a<br /> 100KiB limit on the peer&amp;#39;s certificate chain. Additionally, this only<br /> impacts clients, or servers that have explicitly enabled client<br /> authentication.<br /> <br /> In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,<br /> such as X.509 certificates. This is assumed to not happen in such a way<br /> that it would cause a Denial of Service, so these versions are considered<br /> not affected by this issue in such a way that it would be cause for concern,<br /> and the severity is therefore considered low.
Gravedad CVSS v3.1: MEDIA
Última modificación:
19/03/2025

CVE-2023-30196

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Prestashop salesbooster
Gravedad CVSS v3.1: ALTA
Última modificación:
13/01/2025

CVE-2023-33234

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Arbitrary code execution in Apache Airflow CNCF Kubernetes provider version 5.0.0 allows user to change xcom sidecar image and resources via Airflow connection.<br /> <br /> In order to exploit this weakness, a user would already need elevated permissions (Op or Admin) to change the connection object in this manner.  Operators should upgrade to provider version 7.0.0 which has removed the vulnerability.<br /> <br />
Gravedad CVSS v3.1: ALTA
Última modificación:
10/10/2024

CVE-2023-2973

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability, which was classified as problematic, has been found in SourceCodester Students Online Internship Timesheet Syste 1.0. Affected by this issue is some unknown functionality of the file /ajax.php?action=save_company. The manipulation of the argument name with the input alert(document.cookie) leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-230204.
Gravedad CVSS v3.1: MEDIA
Última modificación:
17/05/2024

CVE-2023-2972

Fecha de publicación:
30/05/2023
Idioma:
Inglés
*** Pendiente de traducción *** Prototype Pollution in GitHub repository antfu/utils prior to 0.7.3.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
16/08/2023