Lucene search
+L

1986 matches found

EUVD
EUVD
added 2026/07/21 8:30 p.m.15 views

EUVD-2026-41634

Gitea: API access token scope enforcement bypass on repository RSS/Atom feed endpoints leaks private repository commit data...

4.3CVSS7.7AI score0.00365EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/21 8:30 p.m.10 views

GHSA-3PWW-VCVM-3GMJ Gitea: API access token scope enforcement bypass on repository RSS/Atom feed endpoints leaks private repository commit data

Summary A Gitea personal access token PAT restricted to a non-repository scope e.g. read:issue can read the commit history of any private repository the token owner can access, via the repository RSS/Atom feed endpoints. The same token is correctly denied 403 on /raw, /media, /archive, and the...

4.3CVSS7.9AI score0.00365EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/21 8:29 p.m.18 views

EUVD-2026-41643

Gitea: Git LFS object reuse allows non-Code access to authorize private source objects...

7.1CVSS7.7AI score0.00267EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/21 8:29 p.m.13 views

GHSA-2M9V-5Q2G-58VQ Gitea: Git LFS object reuse allows non-Code access to authorize private source objects

Summary A user with Code write access to one repository may be able to associate an existing Git LFS object from a private source repository with their target repository, even when they do not have Code access to the source repository that currently owns the LFS object. The issue appears to be...

7.1CVSS7.6AI score0.00267EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/21 8:28 p.m.17 views

EUVD-2026-41614

Gitea Docker image: REVERSEPROXYTRUSTEDPROXIES = default lets any source IP impersonate any user via X-WEBAUTH-USER...

9.8CVSS8AI score0.62381EPSS
SaveExploits7References6
OSV
OSV
added 2026/07/21 8:28 p.m.8 views

GHSA-F75J-4CW6-RMX4 Gitea Docker image: `REVERSE_PROXY_TRUSTED_PROXIES = *` default lets any source IP impersonate any user via `X-WEBAUTH-USER`

Summary The Gitea Docker images ship an app.ini template that hard-codes: REVERSEPROXYTRUSTEDPROXIES = The documented default for this setting, in custom/conf/app.example.ini, is 127.0.0.0/8,::1/128, i.e. only loopback is trusted. When an admin enables ENABLEREVERSEPROXYAUTHENTICATION = true to p...

9.8CVSS8AI score0.62381EPSS
SaveExploits7References7
OSV
OSV
added 2026/07/21 8:27 p.m.4 views

GHSA-2R5C-GW76-RH3W Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter

Summary Gitea's default SSRF allow-list MatchBuiltinExternal, used by both webhook delivery and repository migrations relies on Go's standard library net.IP.IsPrivate, which only covers RFC 1918 and RFC 4193. As a result, several IP ranges commonly used for cloud metadata services, internal...

9.6CVSS7.6AI score0.00554EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/07/21 8:27 p.m.18 views

EUVD-2026-41618

Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter...

9.6CVSS7.7AI score0.00554EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/21 8:26 p.m.11 views

GHSA-RJVX-X5H2-6PX5 Gitea: API Fork Endpoint Authorization Bypass Allows Organization Members to Bypass Repository Creation Restrictions

Summary The API endpoint used to fork repositories into organizations performs a weaker authorization check than the corresponding web UI and other repository creation endpoints. When a repository is forked into an organization through the API, the endpoint only verifies that the user is an...

5.3CVSS5.4AI score
SaveExploits0References5
Snyk
Snyk
added 2026/07/21 8:24 p.m.5 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:24 p.m.5 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:24 p.m.6 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:24 p.m.5 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:24 p.m.4 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:24 p.m.5 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the CreateAccessToken process. An attacker can gain elevated privileges by supplying a restricted token in the Authorization: Basic :x-oauth-basic format, which bypasses authentication checks and allows...

9.8CVSS8.5AI score0.00409EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:24 p.m.10 views

GHSA-683J-3FF6-HH2X Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

8.7CVSS5.6AI score0.00409EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.15 views

Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

9.8CVSS5.6AI score0.00409EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.10 views

Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

6.2CVSS5.8AI score0.0013EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.20 views

GHSA-6HM7-3PWJ-22RM Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

7.1CVSS5.8AI score0.0013EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:23 p.m.12 views

Gitea: Private Repository Existence Disclosure via go-get Meta Endpoint

| Field | Value | |-------|-------| | Affected File | routers/web/repo/githttp.go, services/context/repo.go | | Affected Functions | httpBase, EarlyResponseForGoGetMeta | | Affected Lines | githttp.go:63–66, services/context/repo.go:374–396 | | Prerequisite | None — fully unauthenticated | ---...

5.3CVSS5.6AI score0.00237EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder