Lucene search
+L

2041 matches found

Github Security Blog
Github Security Blog
added 2026/07/21 8:28 p.m.13 views

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.02755EPSS
SaveExploits7References7Affected Software1
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.00464EPSS
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.00464EPSS
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.00418EPSS
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.00418EPSS
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.00418EPSS
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.00418EPSS
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.00418EPSS
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.00418EPSS
SaveExploits0References7Affected Software1
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.00418EPSS
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.00418EPSS
SaveExploits0References2
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.00183EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.21 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.00183EPSS
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.00256EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/07/21 8:23 p.m.4 views

Exposure of Sensitive Information Through Metadata

Overview Affected versions of this package are vulnerable to Exposure of Sensitive Information Through Metadata via the EarlyResponseForGoGetMeta function. An attacker can obtain sensitive repository metadata, such as the existence of private repositories, their clone URLs, and default branch...

6.9CVSS5.7AI score0.00256EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:23 p.m.3 views

Exposure of Sensitive Information Through Metadata

Overview Affected versions of this package are vulnerable to Exposure of Sensitive Information Through Metadata via the EarlyResponseForGoGetMeta function. An attacker can obtain sensitive repository metadata, such as the existence of private repositories, their clone URLs, and default branch...

6.9CVSS5.7AI score0.00256EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:22 p.m.4 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the attachment update. An attacker can access private attachment content by re-linking a known attachment UUID to an issue or comment in a repository they control, causing authorization checks to be performed...

6CVSS8.4AI score0.00252EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 8:22 p.m.12 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the attachment update. An attacker can access private attachment content by re-linking a known attachment UUID to an issue or comment in a repository they control, causing authorization checks to be performed...

6CVSS8.4AI score0.00252EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 8:22 p.m.3 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the attachment update. An attacker can access private attachment content by re-linking a known attachment UUID to an issue or comment in a repository they control, causing authorization checks to be performed...

6CVSS8.4AI score0.00252EPSS
SaveExploits0References3
Rows per page
Query Builder