Lucene search
+L

264 matches found

NVD
NVD
added 5 hours ago3 views

CVE-2026-58416

Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard...

7.1CVSS
SaveExploits0References3
CVE
CVE
added 6 hours ago21 views

CVE-2026-58444

Mode C: CVE-2026-58444 in Gitea enables a token-scope bypass on the repository home page. Root cause: repo.Home does not enforce repository-scoped token checks, so a token without the repository scope (e.g., read:user/public-only) may render private repository data on GET /{owner}/{repo} (README,...

7.7AI score
SaveExploits0References3
CVE
CVE
added 6 hours ago21 views

CVE-2026-58434

Gitea CVE-2026-58434 affects private repository metadata exposure after access revocation via the authenticated endpoints GET /api/v1/user/starred and GET /api/v1/user/subscriptions. The issue allows previously authorized users to continue receiving repository metadata (e.g., full_name, descripti...

5.7AI score
SaveExploits0References3
Cvelist
Cvelist
added 6 hours ago5 views

CVE-2026-58416 Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard...

SaveExploits0References3
EUVD
EUVD
added 6 hours ago3 views

EUVD-2026-58151

Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard...

7.1CVSS8.5AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/30 4:42 p.m.8 views

SUSE CVE-2026-52799

Gogs is an open source self-hosted Git service. Prior to 0.14.3, GET /attachments/:uuid returns the raw attachment file without verifying whether the requester has view permission for the associated Issue/Comment/Release or the repository. In a test environment with REQUIRESIGNINVIEW = false, we...

7.5CVSS7.6AI score0.00379EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/30 4:42 p.m.9 views

SUSE CVE-2026-52812

Gogs is an open source self-hosted Git service. Prior to 0.14.3, Git LFS storage is content-addressed by OID alone /// but per-repo authorization lives in the lfsobject table keyed repoid, oid. serveUpload skips re-uploading when the OID file already exists on disk and inserts a new repoid, oid r...

7.1CVSS7.7AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/22 8:36 p.m.7 views

GO-2026-6052 Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard) in gitea.dev

Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch missing fork-PR guard in gitea.dev...

7.1CVSS5.2AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/21 9:51 p.m.9 views

Gitea: GHSA-8fwc-qjw5-rvgp ClearRepoWatches fix not applied to API EditRepo path — sister code path retains stale watches on public->private

Summary GHSA-8fwc-qjw5-rvgp "Gitea may send release notification emails for private repositories to users whose access has been revoked", fix in PR 36319 / commit 8a98ac22 added repomodel.ClearRepoWatches as a defense for the state transition public→private. The cleanup was wired into...

4.3CVSS5.5AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/21 9:42 p.m.14 views

EUVD-2026-41619

Gitea: Fork Synchronization Continues After Parent Repository Changes from Public to Private...

7.5CVSS7.7AI score0.00353EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/21 8:41 p.m.5 views

GHSA-J2W3-9C3R-G83Q Gitea: Private Repository Metadata Remains Accessible After Access Revocation

Summary A user who previously had access to a private repository can continue to obtain repository metadata through GET /api/v1/user/starred after their access to the repository has been revoked. After a collaborator is removed from a private repository, direct access to the repository is correct...

2.3CVSS5.4AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:40 p.m.11 views

Gitea: RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)

Summary Gitea's RSS/Atom feed handlers accept API-token Basic auth but perform no token-scope or public-only enforcement. A personal access token that is correctly blocked HTTP 403 from a private repository on /raw, /media, /archive, and /releases/download/... — because it is marked public-only o...

5.5AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 8:40 p.m.5 views

GHSA-6CQF-375W-639G Gitea: RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)

Summary Gitea's RSS/Atom feed handlers accept API-token Basic auth but perform no token-scope or public-only enforcement. A personal access token that is correctly blocked HTTP 403 from a private repository on /raw, /media, /archive, and /releases/download/... — because it is marked public-only o...

4.3CVSS5.5AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 8:40 p.m.8 views

Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Summary GetActionsUserRepoPermission models/perm/access/repopermission.go decides whether an Actions task token may access a target repo. Its cross-repo branches each enforce a fork-PR discriminator — except the collaborative-owner branch, which is missing the !task.IsForkPullRequest guard that i...

7.1CVSS5.3AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 8:40 p.m.8 views

GHSA-FJ8V-HJWV-QM88 Gitea: Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Summary GetActionsUserRepoPermission models/perm/access/repopermission.go decides whether an Actions task token may access a target repo. Its cross-repo branches each enforce a fork-PR discriminator — except the collaborative-owner branch, which is missing the !task.IsForkPullRequest guard that i...

6.3CVSS5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/07/21 8:38 p.m.16 views

GHSA-CP3Q-VRJ2-GHHH Gitea: Personal access token scope enforcement bypass on the repository home page (`GET /{owner}/{repo}`) discloses private repository contents

Summary A personal access token PAT or OAuth2 token that does not carry the repository scope or that is public-only is correctly rejected HTTP 403 by the recently hardened web content routes archive download, raw/media file download, and repository RSS/Atom feeds. However, the repository home pag...

4.3CVSS5.6AI score
SaveExploits0References3
EUVD
EUVD
added 2026/07/21 8:30 p.m.14 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.9 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
OSV
OSV
added 2026/07/21 8:29 p.m.4 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
OSV
OSV
added 2026/07/21 8:23 p.m.5 views

GHSA-P4MJ-98MV-XQ26 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 score
SaveExploits0References3
Rows per page
Query Builder