Lucene search
+L

2041 matches found

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.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
OSV
OSV
added 2026/07/21 8:22 p.m.9 views

GHSA-6C6R-5XR4-CR5M Gitea: Cross-repository issue/comment attachment re-linking can expose private attachment content

Summary Gitea's issue and comment attachment update paths accept attachment UUIDs without verifying that each attachment belongs to the target issue/comment repository. If an authenticated attacker knows a victim attachment UUID, they can re-link that attachment to an attacker-controlled issue or...

5.9CVSS5.6AI score0.00252EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:22 p.m.11 views

Gitea: Cross-repository issue/comment attachment re-linking can expose private attachment content

Summary Gitea's issue and comment attachment update paths accept attachment UUIDs without verifying that each attachment belongs to the target issue/comment repository. If an authenticated attacker knows a victim attachment UUID, they can re-link that attachment to an attacker-controlled issue or...

7.5CVSS5.5AI score0.00402EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/07/21 8:22 p.m.4 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the oauth2UpdateAvatarIfNeed function. An attacker can cause the server to make arbitrary outbound HTTP GET requests by supplying a crafted avatar URL through the OAuth2/OIDC picture claim. This can...

3.1CVSS5.4AI score0.00248EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:22 p.m.8 views

GHSA-X77V-Q46J-393G Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

3.1CVSS5.7AI score0.00248EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/21 8:22 p.m.4 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the oauth2UpdateAvatarIfNeed function. An attacker can cause the server to make arbitrary outbound HTTP GET requests by supplying a crafted avatar URL through the OAuth2/OIDC picture claim. This can...

3.1CVSS5.4AI score0.00248EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/21 8:22 p.m.17 views

Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

3.1CVSS5.7AI score0.00248EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:21 p.m.12 views

Gitea: OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

Live reproduction against Gitea 1.26.1 Setup: Gitea 1.26.1 docker stack with two users admin and victim and two OAuth applications owned by different users: Client A: id=5dda747d-7fdd-4694-85ff-ce4f893ce51e owner=admin Client B: id=588f778f-4a41-4914-ae01-85d776c369db owner=victim admin runs an...

4.3CVSS5.5AI score0.00263EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/07/21 8:21 p.m.5 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the IntrospectOAuth process. An attacker can access sensitive metadata about tokens issued to other clients by submitting a valid token to the introspection endpoint using their own OAuth application's...

5.3CVSS5.3AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:21 p.m.13 views

GHSA-VXV2-8J6R-PCPG Gitea: OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

Live reproduction against Gitea 1.26.1 Setup: Gitea 1.26.1 docker stack with two users admin and victim and two OAuth applications owned by different users: Client A: id=5dda747d-7fdd-4694-85ff-ce4f893ce51e owner=admin Client B: id=588f778f-4a41-4914-ae01-85d776c369db owner=victim admin runs an...

4.3CVSS5.6AI score0.00263EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/07/21 8:21 p.m.8 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the IntrospectOAuth process. An attacker can access sensitive metadata about tokens issued to other clients by submitting a valid token to the introspection endpoint using their own OAuth application's...

5.3CVSS5.3AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 8:20 p.m.21 views

GHSA-9MQ6-MQJJ-C2C5 Gitea: Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads

Summary Hello Gitea Security Team, Thank you for your continued work on Gitea. I would like to responsibly report a potential availability-impact issue that I observed in Gitea’s Arch package registry implementation. During local testing, I noticed that Gitea records non-dot regular file entries...

5.3CVSS5.6AI score0.00238EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:20 p.m.12 views

Gitea: Unbounded Arch package file metadata can cause resource amplification in Gitea package uploads

Summary Hello Gitea Security Team, Thank you for your continued work on Gitea. I would like to responsibly report a potential availability-impact issue that I observed in Gitea’s Arch package registry implementation. During local testing, I noticed that Gitea records non-dot regular file entries...

4.3CVSS5.5AI score0.00238EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/21 8:20 p.m.14 views

Gitea Remember-Me Token Theft Not Invalidating Attacker Session

The vulnerability is in the Remember-Me giteaincredible token validation logic, specifically when handling a compromised token hash mismatch. The vulnerable function is this one: https://github.com/go-gitea/gitea/blob/689ace1ce28fd74244b8aa335d9928cdbf6b22f9/services/auth/authtoken.goL33-L64...

9.1CVSS5.5AI score0.00342EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:20 p.m.8 views

GHSA-RGV6-XP99-6MGJ Gitea Remember-Me Token Theft Not Invalidating Attacker Session

The vulnerability is in the Remember-Me giteaincredible token validation logic, specifically when handling a compromised token hash mismatch. The vulnerable function is this one: https://github.com/go-gitea/gitea/blob/689ace1ce28fd74244b8aa335d9928cdbf6b22f9/services/auth/authtoken.goL33-L64...

9.1CVSS5.6AI score0.00342EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/21 8:20 p.m.4 views

Insufficient Session Expiration

Overview Affected versions of this package are vulnerable to Insufficient Session Expiration in the CheckAuthToken function. An attacker can maintain unauthorized, persistent access to a user's account by reusing a stolen Remember-Me token, as the compromised session is not invalidated even after...

9.3CVSS5.7AI score0.00342EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 8:19 p.m.6 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the ServeAttachment process. An attacker can access confidential draft release attachments by obtaining the UUID of the attachment through side channels such as API responses, browser history, log files, or shar...

8.2CVSS5.4AI score0.00268EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/21 8:19 p.m.5 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the ServeAttachment process. An attacker can access confidential draft release attachments by obtaining the UUID of the attachment through side channels such as API responses, browser history, log files, or shar...

8.2CVSS5.4AI score0.00268EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/21 8:19 p.m.4 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the ServeAttachment process. An attacker can access confidential draft release attachments by obtaining the UUID of the attachment through side channels such as API responses, browser history, log files, or shar...

8.2CVSS5.4AI score0.00268EPSS
SaveExploits0References4
Rows per page
Query Builder