Lucene search
+L

1990 matches found

Positive Technologies
Positive Technologies
added 2026/06/17 12:00 a.m.63 views

PT-2026-52216

Name of the Vulnerable Software and Affected Versions Gitea Docker image versions prior to 1.26.3 Description The official Gitea Docker image contains a configuration flaw in the app.ini template where the REVERSE PROXY TRUSTED PROXIES variable is set to by default. When reverse-proxy...

10CVSS8.8AI score0.02755EPSS
SaveExploits7
OSV
OSV
added 2026/06/16 11:42 p.m.12 views

GHSA-CR4G-F395-H25H Gitea: Token scope bypass on web archive download endpoint

Summary PR 37698 added checkDownloadTokenScope to /raw/, /media/, and attachment download web endpoints. The /archive/ endpoint repo.Download in routers/web/repo/repo.go:372 was not included in the fix. This endpoint accepts OAuth2 tokens via webAuth.AllowOAuth2 registered at...

5.3CVSS5.4AI score0.00565EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/16 11:41 p.m.18 views

Gitea: Missing repository-unit authorization on issue-template API endpoints

Summary Three Gitea API endpoints — GET /repos/owner/repo/issuetemplates, GET /repos/owner/repo/issueconfig and GET /repos/owner/repo/issueconfig/validate — read files from the repository's Code default branch .gitea/ISSUETEMPLATE/ and issueconfig.yaml and return their contents, but are registere...

4.3CVSS5.3AI score0.00342EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/16 11:41 p.m.19 views

Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw

Summary Two related issues in the token public-only scope enforcement introduced by PR 32204 CVE-2025-68941 fix. A public-only scoped API token can access private organization data. Issue 1: /user/orgs missing checkTokenPublicOnly routers/api/v1/api.go line 1599: go m.Get"/user/orgs", reqToken,...

5.3CVSS7.6AI score0.00342EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/16 11:41 p.m.17 views

GHSA-8629-VC8R-5P58 Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw

Summary Two related issues in the token public-only scope enforcement introduced by PR 32204 CVE-2025-68941 fix. A public-only scoped API token can access private organization data. Issue 1: /user/orgs missing checkTokenPublicOnly routers/api/v1/api.go line 1599: go m.Get"/user/orgs", reqToken,...

4.3CVSS5.5AI score0.00342EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/16 11:41 p.m.7 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the checkTokenPublicOnly function. An attacker can access private organization data by using a public-only scoped API token to enumerate organizations, thereby bypassing intended access restrictions. Remediation...

5.3CVSS5.9AI score0.00342EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/16 11:41 p.m.30 views

GHSA-MM7C-RHG6-QR4R Gitea: Authorization Bypass via "Allow edits from maintainers" allows unauthorized commits to any readable repo

Summary Any authenticated low-privilege user with read access to a repository can push arbitrary commits directly to that repository, bypassing all write-access checks. Vulnerability Gitea's "Allow edits from maintainers" PR option can be abused via reverse-fork PRs: 1. The web UI PR-create...

8.5CVSS5.5AI score0.00351EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/16 11:41 p.m.28 views

Gitea: Authorization Bypass via "Allow edits from maintainers" allows unauthorized commits to any readable repo

Summary Any authenticated low-privilege user with read access to a repository can push arbitrary commits directly to that repository, bypassing all write-access checks. Vulnerability Gitea's "Allow edits from maintainers" PR option can be abused via reverse-fork PRs: 1. The web UI PR-create...

8.5CVSS5.5AI score0.00351EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/06/16 11:40 p.m.18 views

Gitea: OAuth2 access token scope enforcement bypass via HTTP Basic authentication

Summary Gitea fails to enforce OAuth2 access token scopes when the token is submitted via HTTP Basic authentication instead of a Bearer token. An OAuth2 application granted only read:user can use the same token as Authorization: Basic base64:x-oauth-basic and perform write actions, including...

8.1CVSS5.4AI score0.00551EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/16 11:40 p.m.38 views

GHSA-9R5X-WG6M-X2RC Gitea: OAuth2 access token scope enforcement bypass via HTTP Basic authentication

Summary Gitea fails to enforce OAuth2 access token scopes when the token is submitted via HTTP Basic authentication instead of a Bearer token. An OAuth2 application granted only read:user can use the same token as Authorization: Basic base64:x-oauth-basic and perform write actions, including...

8.1CVSS5.4AI score0.00551EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/06/16 11:38 p.m.7 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization due to improper enforcement of token scope validation in the CheckRepoScopedToken function. An attacker can gain unauthorized access to private repository contents by presenting a valid personal access token or...

8.6CVSS5.9AI score0.00448EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/16 11:38 p.m.12 views

GHSA-CC8W-R4QH-3V65 Gitea: Git Smart HTTP Skips Repository Token Scopes for Bearer Tokens

Summary Gitea v1.26.1 enforces repository-scoped access-token permissions on repository operations. In the Git Smart HTTP path, however, this check runs only when the token is presented via HTTP Basic authentication — CheckRepoScopedToken returns early unless ctx.IsBasicAuth is true — so the same...

8.1CVSS5.5AI score0.00448EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/16 11:38 p.m.18 views

Gitea: Git Smart HTTP Skips Repository Token Scopes for Bearer Tokens

Summary Gitea v1.26.1 enforces repository-scoped access-token permissions on repository operations. In the Git Smart HTTP path, however, this check runs only when the token is presented via HTTP Basic authentication — CheckRepoScopedToken returns early unless ctx.IsBasicAuth is true — so the same...

8.1CVSS5.4AI score0.00448EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/16 12:00 a.m.27 views

PT-2026-50137

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description An authorization bypass exists in three API endpoints that allow users to read specific files from a private repository's default branch even if they lack the required Code unit permissions. Th...

4.3CVSS5.9AI score0.00342EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/06/16 12:00 a.m.26 views

PT-2026-50136

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description An authorization bypass allows any authenticated low-privilege user with read access to a repository to push arbitrary commits directly to that repository, bypassing write-access checks. This...

8.5CVSS6AI score0.00351EPSS
SaveExploits0
Circl
Circl
added 2026/06/14 8:15 p.m.13 views

CVE-2026-25779

creationtimestamp| type| source ---|---|--- 2026-06-14 20:15:17+00:00| published-proof-of-concept| https://github.com/go-gitea/gitea/security/advisories/GHSA-j5r2-4c8j-xc3m...

6.1CVSS5AI score0.00344EPSS
SaveExploits0References1
Circl
Circl
added 2026/06/14 8:09 p.m.16 views

CVE-2026-24791

creationtimestamp| type| source ---|---|--- 2026-06-14 20:09:21+00:00| published-proof-of-concept| https://github.com/go-gitea/gitea/security/advisories/GHSA-wrr5-99h5-gq57 2026-08-14 12:45:18+00:00| seen|...

8.1CVSS7.8AI score0.00251EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/14 12:00 a.m.25 views

PT-2026-50586

Name of the Vulnerable Software and Affected Versions Gitea versions 1.25.0 and later Description Gitea is subject to stored cross-site scripting XSS through the built-in 3D file viewer, which utilizes the Online3DViewer library. The issue occurs when a .gltf file contains an unsupported extensio...

8.7CVSS6AI score0.0043EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2026/06/11 2:23 a.m.157 views

Exploit for CVE-2026-28699

CVE-2026-28699 — Gitea OAuth2 Scope Bypass via HTTP Basic Auth...

5.5AI score0.00551EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/06/06 12:00 a.m.23 views

PT-2026-48628

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description Gitea fails to enforce OAuth2 access token scopes when a token is submitted via HTTP Basic authentication instead of a Bearer token. This occurs because the authentication process in...

8.5CVSS5.3AI score0.00551EPSS
SaveExploits1
Rows per page
Query Builder