Lucene search
+L

19 matches found

NVD
NVD
added 2 days ago4 views

CVE-2026-58417

REST API exposes organization membership of private organizations to public...

7.5CVSS0.00158EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 9:56 p.m.8 views

Improper Restriction of Security Token Assignment

Overview Affected versions of this package are vulnerable to Improper Restriction of Security Token Assignment in the organization and permission endpoints when a personal access token is restricted to public-only scope. An attacker can access private organization membership and authorization...

6.9CVSS5.9AI score0.00168EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 9:56 p.m.7 views

Improper Restriction of Security Token Assignment

Overview Affected versions of this package are vulnerable to Improper Restriction of Security Token Assignment in the organization and permission endpoints when a personal access token is restricted to public-only scope. An attacker can access private organization membership and authorization...

6.9CVSS5.9AI score0.00168EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 9:56 p.m.7 views

Improper Restriction of Security Token Assignment

Overview Affected versions of this package are vulnerable to Improper Restriction of Security Token Assignment in the organization and permission endpoints when a personal access token is restricted to public-only scope. An attacker can access private organization membership and authorization...

6.9CVSS5.9AI score0.00168EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/21 9:56 p.m.8 views

Improper Restriction of Security Token Assignment

Overview Affected versions of this package are vulnerable to Improper Restriction of Security Token Assignment in the organization and permission endpoints when a personal access token is restricted to public-only scope. An attacker can access private organization membership and authorization...

6.9CVSS5.9AI score0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 9:49 p.m.6 views

GHSA-PRR9-9MP4-5GP2 Gitea: Private org member list leaked via /members API endpoint — incomplete fix for PR #38145

Summary PR 38145 fixed ListPublicMembers and IsPublicMember but missed ListMembers. Any authenticated user can enumerate ALL members not just public ones of a private organization. Affected Versions = v1.26.4 latest and main branch Root Cause routers/api/v1/org/member.go — ListMembers: // Missing...

5.4AI score0.00158EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 9:46 p.m.6 views

GHSA-V73X-HX65-6PF4 Gitea: Unauthorized Access to Labels of Private Organizations

Summary Gitea 1.26.2 does not properly enforce organization visibility restrictions on organization label read endpoints. A user without access to a private organization can retrieve labels belonging to that organization through the Organization Labels API. As a result, label metadata intended to...

7.5CVSS7.5AI score0.00424EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/21 8:40 p.m.10 views

GHSA-JR5X-6H83-WRXF Gitea: REST API exposes organization membership of private organizations to public

Summary The endpoint "/orgs/org/publicmembers/username" + GET exposes organization membership of public members in a private organization. PoC 1. Spin up the nightly container of Gitea. 2. Perform the default installation. 3. Register a new user let's call this user "user1". 4. Create a new...

5.3CVSS5.6AI score0.00158EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.16 views

PT-2026-63292

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description The REST API exposes organization membership of public members within a private organization. An unauthorized user can determine if a specific user is a member of a private organization by...

5.3CVSS5.9AI score0.00158EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.15 views

PT-2026-63297

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description A route-specific authorization failure allows a personal access token restricted to the public-only scope to retrieve private organization membership and permission details. While direct access...

4.9CVSS5.2AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.10 views

PT-2026-63295

Name of the Vulnerable Software and Affected Versions Gitea versions prior to 1.26.5 Description An authenticated user can enumerate all members of a private organization, including those who are not public. This occurs because the ListMembers function fails to verify if the organization or user ...

5.9AI score0.00158EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/07/03 10:19 p.m.11 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization via the label process. An attacker can obtain sensitive information by accessing labels associated with private organizations without proper authorization. Remediation Upgrade github.com/go-gitea/gitea/routers to...

7.5CVSS7.2AI score0.00424EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/03 9:16 p.m.10 views

CVE-2026-25038

Gitea 1.26.2 allows unauthorized users to access labels of private organizations...

7.5CVSS0.00424EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/03 8:19 p.m.11 views

CVE-2026-25038 Gitea private organization labels are visible to unauthorized users

Gitea 1.26.2 allows unauthorized users to access labels of private organizations...

7.5CVSS7.2AI score
SaveExploits0References6
CVE
CVE
added 2026/07/03 8:19 p.m.59 views

CVE-2026-25038

Gitea 1.26.2 contains a Missing Authorization vulnerability that allows unauthorized users to access labels of private organizations. The issue is confirmed across multiple sources; CVSSv3.1 base score is 7.5 (High), with network attack vector and no user interaction required. A fix is available:...

7.5CVSS7.2AI score0.00424EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/03 8:19 p.m.59 views

CVE-2026-25038 Gitea private organization labels are visible to unauthorized users

Gitea 1.26.2 allows unauthorized users to access labels of private organizations...

0.00424EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/16 11:41 p.m.13 views

GHSA-8629-VC8R-5P58 Gitea: Incomplete CVE-2025-68941 fix: /user/orgs missing checkTokenPublicOnly + switch-case logic flaw

Summary Two related issues in the token public-only scope enforcement introduced by PR 32204 CVE-2025-68941 fix. A public-only scoped API token can access private organization data. Issue 1: /user/orgs missing checkTokenPublicOnly routers/api/v1/api.go line 1599: go m.Get"/user/orgs", reqToken,...

4.3CVSS5.5AI score0.00332EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2020/03/01 12:0 a.m.12 views

gitea -- multiple vulnerabilities

The Gitea Team reports for release 1.11.6: Fix missing authorization check on pull for public repos of private/limited org 11656 11683 Use session for retrieving org teams 11438 11439...

2AI score
SaveExploits0References1
Talos Blog
Talos Blog
added 2019/07/09 8:6 a.m.105 views

Sea Turtle keeps on swimming, finds new victims, DNS hijacking techniques

By Danny Adamitis with contributions from Paul Rascagneres. Executive summary After several months of activity, the actors behind the "Sea Turtle" DNS hijacking campaign are not slowing down. Cisco Talos recently discovered new details that suggest they regrouped after we published our initial...

0.3AI score
SaveExploits0
Rows per page
Query Builder