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

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability in the web interface of Cisco Webex Meetings could allow an unauthenticated, remote attacker to conduct a cross-site request forgery (CSRF) attack on an affected system.<br /> <br /> This vulnerability is due to insufficient CSRF protections for the web interface on an affected system. An attacker could exploit this vulnerability by persuading a user of the interface to click a malicious link. A successful exploit could allow the attacker to perform arbitrary actions. These actions could include joining meetings and scheduling training sessions.
Gravedad CVSS v3.1: MEDIA
Última modificación:
08/02/2024

CVE-2021-32494

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** Radare2 has a division by zero vulnerability in Mach-O parser&amp;#39;s rebase_buffer function. This allow attackers to create malicious inputs that can cause denial of service.<br /> <br /> <br />
Gravedad CVSS v3.1: ALTA
Última modificación:
13/07/2023

CVE-2023-36992

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** PHP injection in TravianZ 8.3.4 and 8.3.3 in the config editor in the admin page allows remote attackers to execute PHP code.
Gravedad CVSS v3.1: ALTA
Última modificación:
13/07/2023

CVE-2021-39014

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** IBM Cloud Object System 3.15.8.97 is vulnerable to stored cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 213650.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/07/2023

CVE-2021-32495

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** Radare2 has a use-after-free vulnerability in pyc parser&amp;#39;s get_none_object function. Attacker can read freed memory afterwards. This will allow attackers to cause denial of service.<br /> <br />
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
13/07/2023

CVE-2023-36993

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** The cryptographically insecure random number generator being used in TravianZ 8.3.4 and 8.3.3 in the password reset function allows an attacker to guess the password reset.parameters and to take over accounts.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
13/07/2023

CVE-2023-36994

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** In TravianZ 8.3.4 and 8.3.3, Incorrect Access Control in the installation script allows an attacker to overwrite the server configuration and inject PHP code.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
13/07/2023

CVE-2021-33798

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** A null pointer dereference was found in libpano13, version libpano13-2.9.20. The flow allows attackers to cause a denial of service and potential code execute via a crafted file.<br /> <br /> <br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
14/07/2023

CVE-2023-36256

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** The Online Examination System Project 1.0 version is vulnerable to Cross-Site Request Forgery (CSRF) attacks. An attacker can craft a malicious link that, when clicked by an admin user, will delete a user account from the database without the admin&amp;#39;s consent. The email of the user to be deleted is passed as a parameter in the URL, which can be manipulated by the attacker. This could result in a loss of data.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/07/2023

CVE-2021-33796

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** In MuJS before version 1.1.2, a use-after-free flaw in the regexp source property access may cause denial of service.<br /> <br />
Gravedad CVSS v3.1: ALTA
Última modificación:
13/07/2023

CVE-2023-37264

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Starting in version 0.35.0, pipelines do not validate child UIDs, which means that a user that has access to create TaskRuns can create their own Tasks that the Pipelines controller will accept as the child Task. While the software stores and validates the PipelineRun&amp;#39;s (api version, kind, name, uid) in the child Run&amp;#39;s OwnerReference, it only store (api version, kind, name) in the ChildStatusReference. This means that if a client had access to create TaskRuns on a cluster, they could create a child TaskRun for a pipeline with the same name + owner reference, and the Pipeline controller picks it up as if it was the original TaskRun. This is problematic since it can let users modify the config of Pipelines at runtime, which violates SLSA L2 Service Generated / Non-falsifiable requirements. This issue can be used to trick the Pipeline controller into associating unrelated Runs to the Pipeline, feeding its data through the rest of the Pipeline. This requires access to create TaskRuns, so impact may vary depending on one Tekton setup. If users already have unrestricted access to create any Task/PipelineRun, this does not grant any additional capabilities. As of time of publication, there are no known patches for this issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
18/07/2023

CVE-2023-37067

Fecha de publicación:
07/07/2023
Idioma:
Inglés
*** Pendiente de traducción *** Chamilo 1.11.x up to 1.11.20 allows users with admin privilege account to insert XSS in the classes/usergroups management section.
Gravedad CVSS v3.1: MEDIA
Última modificación:
13/07/2023