Lucene search
+L

1129 matches found

Snyk
Snyk
•added 2026/07/21 8:40 p.m.•9 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization via the GetActionsUserRepoPermission function. An attacker can gain unauthorized read access to the contents of a private repository by exploiting a missing permission check when a collaborative owner is configur...

7.1CVSS8AI score0.00312EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2026/07/21 8:40 p.m.•16 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 score0.00312EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2026/07/21 8:40 p.m.•19 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 score0.00312EPSS
SaveExploits0References5
Snyk
Snyk
•added 2026/07/21 8:38 p.m.•7 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through the UpdatePullRequest function. An attacker can cause unauthorized modifications to private repository branches by exploiting a logic flaw in token scope validation during pull request updates from a publ...

9.6CVSS5.8AI score0.00579EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/07/21 8:38 p.m.•7 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through the UpdatePullRequest function. An attacker can cause unauthorized modifications to private repository branches by exploiting a logic flaw in token scope validation during pull request updates from a publ...

9.6CVSS5.8AI score0.00579EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/07/21 8:38 p.m.•7 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through the UpdatePullRequest function. An attacker can cause unauthorized modifications to private repository branches by exploiting a logic flaw in token scope validation during pull request updates from a publ...

9.6CVSS5.8AI score0.00579EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/07/21 8:38 p.m.•63 views

Gitea: Public-only repository tokens can update private PR head branches

Summary Gitea allows a public-only,write:repository token to update a private pull request head branch through a public base repository route. The vulnerable endpoint is: text POST /api/v1/repos/public-owner/public-repo/pulls/index/update Gitea checks the token's public-only restriction against t...

5.3AI score0.00579EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/07/21 8:38 p.m.•11 views

GHSA-XXJV-752H-3VP2 Gitea: Public-only repository tokens can update private PR head branches

Summary Gitea allows a public-only,write:repository token to update a private pull request head branch through a public base repository route. The vulnerable endpoint is: text POST /api/v1/repos/public-owner/public-repo/pulls/index/update Gitea checks the token's public-only restriction against t...

9.6CVSS5.4AI score0.00579EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/21 8:37 p.m.•19 views

GHSA-XMJ7-XJ85-HFC3 Gitea: SSRF in restore-repo via unsanitized pull_request.yml Head.CloneURL

Summary Gitea's restore-repo CLI command restores a repository from a dump directory/archive. When parsing pullrequest.yml from that dump, the Head.CloneURL field is used to add a git remote and fetch from it with no validation, because the safety check that's supposed to guard it...

6.3CVSS5.8AI score0.00165EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2026/07/21 8:37 p.m.•15 views

Gitea: SSRF in restore-repo via unsanitized pull_request.yml Head.CloneURL

Summary Gitea's restore-repo CLI command restores a repository from a dump directory/archive. When parsing pullrequest.yml from that dump, the Head.CloneURL field is used to add a git remote and fetch from it with no validation, because the safety check that's supposed to guard it...

6.3CVSS5.8AI score0.00165EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
•added 2026/07/21 8:35 p.m.•31 views

EUVD-2026-41607

Gitea: Permanent Fork PR Workflow Approval Gate Bypass...

8.9CVSS5.1AI score0.0037EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
•added 2026/07/21 8:35 p.m.•32 views

Gitea: Permanent Fork PR Workflow Approval Gate Bypass

| Field | Value | |-------|-------| | Identifier researcher-assigned | GITEA-2026-004 | | Product | Gitea self-hosted Git service | | Component | Gitea Actions — fork pull request approval gate | | Affected versions | All Gitea releases v1.20.0 and later, including the latest main...

8.9CVSS6.8AI score0.0037EPSS
SaveExploits1References8Affected Software1
OSV
OSV
•added 2026/07/21 8:35 p.m.•16 views

GHSA-777R-4V59-6486 Gitea: Permanent Fork PR Workflow Approval Gate Bypass

| Field | Value | |-------|-------| | Identifier researcher-assigned | GITEA-2026-004 | | Product | Gitea self-hosted Git service | | Component | Gitea Actions — fork pull request approval gate | | Affected versions | All Gitea releases v1.20.0 and later, including the latest main...

8.9CVSS6.8AI score0.0037EPSS
SaveExploits1References8
Snyk
Snyk
•added 2026/07/21 8:14 p.m.•10 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through changing a pull request's target branch without re-evaluating the official approval status on existing reviews. An attacker can bypass branch protection requirements and merge code into protected branches...

8.1CVSS5.8AI score0.00525EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/21 8:14 p.m.•15 views

GHSA-W5PG-649R-P6GG Gitea: Branch Protection Bypass via PR Retargeting Preserves Stale `official` Approval Flag

Summary Gitea does not re-evaluate the official flag on existing pull request reviews when a PR's target branch is changed. An attacker with write access to a repository can obtain an official: true approval on a PR targeting an unprotected branch, then retarget the PR to a protected branch e.g.,...

8.1CVSS5.6AI score0.00525EPSS
SaveExploits0References7
Snyk
Snyk
•added 2026/07/21 8:14 p.m.•12 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through changing a pull request's target branch without re-evaluating the official approval status on existing reviews. An attacker can bypass branch protection requirements and merge code into protected branches...

8.1CVSS5.8AI score0.00525EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/07/21 8:14 p.m.•4 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through changing a pull request's target branch without re-evaluating the official approval status on existing reviews. An attacker can bypass branch protection requirements and merge code into protected branches...

8.1CVSS5.7AI score0.00525EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/07/21 8:14 p.m.•19 views

Gitea: Branch Protection Bypass via PR Retargeting Preserves Stale `official` Approval Flag

Summary Gitea does not re-evaluate the official flag on existing pull request reviews when a PR's target branch is changed. An attacker with write access to a repository can obtain an official: true approval on a PR targeting an unprotected branch, then retarget the PR to a protected branch e.g.,...

8.1CVSS5.6AI score0.00525EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
•added 2026/07/21 12:00 a.m.•25 views

PT-2026-62112

MeltanoHub is the source code for hub.meltano.com, the central place for Meltano plugins. Versions of the repo prior to commit 923820de8f64d753951fbbd54f7282a3d5f75173 were vulnerable to exfiltration of GITHUB TOKEN with write permissions to the repository. The vulnerable workflow used pull reque...

7.5CVSS5.4AI score0.00524EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/07/21 12:00 a.m.•40 views

PT-2026-63291

Name of the Vulnerable Software and Affected Versions Gitea version 1.26.2 Description A confidentiality breach exists where an attacker-controlled fork pull-request workflow can gain read access to a third private repository. This occurs because the GetActionsUserRepoPermission function in...

7.1CVSS5.3AI score0.00312EPSS
SaveExploits0
Rows per page
Query Builder