CVE-2021-45327
https://notcve.org/view.php?id=CVE-2021-45327
Gitea before 1.11.2 is affected by Trusting HTTP Permission Methods on the Server Side when referencing the vulnerable admin or user API. which could let a remote malisious user execute arbitrary code. Gitea versiones anteriores a 1.11.2, está afectado por los Métodos de Permiso HTTP Confiables en el Lado del Servidor cuando hace referencia a la API de administración o de usuario vulnerable, lo que podría permitir a un usuario remoto malicioso ejecutar código arbitrario • https://blog.gitea.io/2020/03/gitea-1.11.2-is-released https://github.com/go-gitea/gitea/pull/10462 https://github.com/go-gitea/gitea/pull/10465 https://github.com/go-gitea/gitea/pull/10582 • CWE-436: Interpretation Conflict •
CVE-2021-28378
https://notcve.org/view.php?id=CVE-2021-28378
Gitea 1.12.x and 1.13.x before 1.13.4 allows XSS via certain issue data in some situations. Gitea versiones 1.12.x y versiones 1.13.x anteriores a 1.13.4, permite un ataque de tipo XSS por medio de determinados datos de problemas en algunas situaciones • https://github.com/pandatix/CVE-2021-28378 https://blog.gitea.io/2021/03/gitea-1.13.4-is-released https://github.com/PandatiX/CVE-2021-28378 https://github.com/go-gitea/gitea/pull/14898 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2021-3382
https://notcve.org/view.php?id=CVE-2021-3382
Stack buffer overflow vulnerability in gitea 1.9.0 through 1.13.1 allows remote attackers to cause a denial of service (crash) via vectors related to a file path. Una vulnerabilidad de desbordamiento del búfer de la pila en gitea versiones 1.9.0 hasta 1.13.1, permite a atacantes remotos causar una denegación de servicio (bloqueo) por medio de vectores relacionados con una ruta de archivo • https://github.com/go-gitea/gitea/pull/14390 • CWE-787: Out-of-bounds Write •
CVE-2020-28991
https://notcve.org/view.php?id=CVE-2020-28991
Gitea 0.9.99 through 1.12.x before 1.12.6 does not prevent a git protocol path that specifies a TCP port number and also contains newlines (with URL encoding) in ParseRemoteAddr in modules/auth/repo_form.go. Gitea versiones 0.9.99 hasta 1.12.x anteriores a 1.12.6, no impide una ruta de protocolo git que especifica un número de puerto TCP y también contiene líneas nuevas (con codificación URL) en la función ParseRemoteAddr en el archivo modules/auth/repo_form.go • https://github.com/go-gitea/gitea/pull/13525 https://github.com/go-gitea/gitea/releases/tag/v1.12.6 •
CVE-2020-14144 – Gitea Git Hooks Remote Code Execution
https://notcve.org/view.php?id=CVE-2020-14144
The git hook feature in Gitea 1.1.0 through 1.12.5 might allow for authenticated remote code execution in customer environments where the documentation was not understood (e.g., one viewpoint is that the dangerousness of this feature should be documented immediately above the ENABLE_GIT_HOOKS line in the config file). NOTE: The vendor has indicated this is not a vulnerability and states "This is a functionality of the software that is limited to a very limited subset of accounts. If you give someone the privilege to execute arbitrary code on your server, they can execute arbitrary code on your server. We provide very clear warnings to users around this functionality and what it provides. ** EN DISPUTA ** La funcionalidad git hook en Gitea versiones 1.1.0 hasta 1.12.5 podría permitir la ejecución de código remoto autenticado en entornos de clientes donde la documentación no fue entendida (por ejemplo, un punto de vista es que la peligrosidad de esta característica debería ser documentada inmediatamente encima de la línea ENABLE_GIT_HOOKS en el archivo de configuración). NOTA: El proveedor ha indicado que no se trata de una vulnerabilidad y afirma: "Se trata de una funcionalidad del software que se limita a un subconjunto muy limitado de cuentas". • https://github.com/p0dalirius/CVE-2020-14144-GiTea-git-hooks-rce http://packetstormsecurity.com/files/162122/Gitea-Git-Hooks-Remote-Code-Execution.html https://docs.github.com/en/enterprise-server%402.19/admin/policies/creating-a-pre-receive-hook-script https://docs.gitlab.com/ee/administration/server_hooks.html https://github.com/PandatiX/CVE-2021-28378 https://github.com/PandatiX/CVE-2021-28378#notes https://github.com/go-gitea/gitea/pull/13058 https://github.com/go-gitea/gitea/ • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') •