Go modules package
code.gitea.io/gitea
pkg:golang/code.gitea.io/gitea
Vulnerabilities (32)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2021-29134 | — | < 1.13.6 | 1.13.6 | Mar 15, 2022 | The avatar middleware in Gitea before 1.13.6 allows Directory Traversal via a crafted URL. | ||
| CVE-2022-0905 | — | < 1.16.4 | 1.16.4 | Mar 10, 2022 | Missing Authorization in GitHub repository go-gitea/gitea prior to 1.16.4. | ||
| CVE-2021-45331 | — | < 1.5.0 | 1.5.0 | Feb 9, 2022 | An Authentication Bypass vulnerability exists in Gitea before 1.5.0, which could let a malicious user gain privileges. If captured, the TOTP code for the 2FA can be submitted correctly more than once. | ||
| CVE-2021-45330 | — | < 1.6.0 | 1.6.0 | Feb 9, 2022 | An issue exsits in Gitea through 1.15.7, which could let a malicious user gain privileges due to client side cookies not being deleted and the session remains valid on the server side for reuse. | ||
| CVE-2021-28378 | — | < 1.13.4 | 1.13.4 | Mar 15, 2021 | Gitea 1.12.x and 1.13.x before 1.13.4 allows XSS via certain issue data in some situations. | ||
| CVE-2020-14144 | — | >= 1.1.0, < 1.12.6 | 1.12.6 | Oct 16, 2020 | 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 ENA | ||
| CVE-2019-1010261 | — | < 1.7.1 | 1.7.1 | Jul 18, 2019 | Gitea 1.7.0 and earlier is affected by: Cross Site Scripting (XSS). The impact is: Attacker is able to have victim execute arbitrary JS in browser. The component is: go-get URL generation - PR to fix: https://github.com/go-gitea/gitea/pull/5905. The attack vector is: victim must | ||
| CVE-2019-1010314 | — | >= 1.7.2, < 1.7.4 | 1.7.4 | Jul 11, 2019 | Gitea 1.7.2, 1.7.3 is affected by: Cross Site Scripting (XSS). The impact is: execute JavaScript in victim's browser, when the vulnerable repo page is loaded. The component is: repository's description. The attack vector is: victim must navigate to public and affected repo page. | ||
| CVE-2019-11576 | — | < 1.8.0 | 1.8.0 | Apr 28, 2019 | Gitea before 1.8.0 allows 1FA for user accounts that have completed 2FA enrollment. If a user's credentials are known, then an attacker could send them to the API without requiring the 2FA one-time password. | ||
| CVE-2019-1000002 | — | < 1.6.3 | 1.6.3 | Feb 4, 2019 | Gitea version 1.6.2 and earlier contains a Incorrect Access Control vulnerability in Delete/Edit file functionallity that can result in the attacker deleting files outside the repository he/she has access to. This attack appears to be exploitable via the attacker must get write a | ||
| CVE-2018-18926 | — | < 1.5.2 | 1.5.2 | Nov 4, 2018 | Gitea before 1.5.4 allows remote code execution because it does not properly validate session IDs. This is related to session ID handling in the go-macaron/session code for Macaron. | ||
| CVE-2018-15192 | — | < 1.16.0-rc1 | 1.16.0-rc1 | Aug 8, 2018 | An SSRF vulnerability in webhooks in Gitea through 1.5.0-rc2 and Gogs through 0.11.53 allows remote attackers to access intranet services. |
- CVE-2021-29134Mar 15, 2022affected < 1.13.6fixed 1.13.6
The avatar middleware in Gitea before 1.13.6 allows Directory Traversal via a crafted URL.
- CVE-2022-0905Mar 10, 2022affected < 1.16.4fixed 1.16.4
Missing Authorization in GitHub repository go-gitea/gitea prior to 1.16.4.
- CVE-2021-45331Feb 9, 2022affected < 1.5.0fixed 1.5.0
An Authentication Bypass vulnerability exists in Gitea before 1.5.0, which could let a malicious user gain privileges. If captured, the TOTP code for the 2FA can be submitted correctly more than once.
- CVE-2021-45330Feb 9, 2022affected < 1.6.0fixed 1.6.0
An issue exsits in Gitea through 1.15.7, which could let a malicious user gain privileges due to client side cookies not being deleted and the session remains valid on the server side for reuse.
- CVE-2021-28378Mar 15, 2021affected < 1.13.4fixed 1.13.4
Gitea 1.12.x and 1.13.x before 1.13.4 allows XSS via certain issue data in some situations.
- CVE-2020-14144Oct 16, 2020affected >= 1.1.0, < 1.12.6fixed 1.12.6
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 ENA
- CVE-2019-1010261Jul 18, 2019affected < 1.7.1fixed 1.7.1
Gitea 1.7.0 and earlier is affected by: Cross Site Scripting (XSS). The impact is: Attacker is able to have victim execute arbitrary JS in browser. The component is: go-get URL generation - PR to fix: https://github.com/go-gitea/gitea/pull/5905. The attack vector is: victim must
- CVE-2019-1010314Jul 11, 2019affected >= 1.7.2, < 1.7.4fixed 1.7.4
Gitea 1.7.2, 1.7.3 is affected by: Cross Site Scripting (XSS). The impact is: execute JavaScript in victim's browser, when the vulnerable repo page is loaded. The component is: repository's description. The attack vector is: victim must navigate to public and affected repo page.
- CVE-2019-11576Apr 28, 2019affected < 1.8.0fixed 1.8.0
Gitea before 1.8.0 allows 1FA for user accounts that have completed 2FA enrollment. If a user's credentials are known, then an attacker could send them to the API without requiring the 2FA one-time password.
- CVE-2019-1000002Feb 4, 2019affected < 1.6.3fixed 1.6.3
Gitea version 1.6.2 and earlier contains a Incorrect Access Control vulnerability in Delete/Edit file functionallity that can result in the attacker deleting files outside the repository he/she has access to. This attack appears to be exploitable via the attacker must get write a
- CVE-2018-18926Nov 4, 2018affected < 1.5.2fixed 1.5.2
Gitea before 1.5.4 allows remote code execution because it does not properly validate session IDs. This is related to session ID handling in the go-macaron/session code for Macaron.
- CVE-2018-15192Aug 8, 2018affected < 1.16.0-rc1fixed 1.16.0-rc1
An SSRF vulnerability in webhooks in Gitea through 1.5.0-rc2 and Gogs through 0.11.53 allows remote attackers to access intranet services.
Page 2 of 2