CVE-2026-58433
Received Received - Intake

Team Repository Linking Bypass in GitHub Organization

Vulnerability report for CVE-2026-58433, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Gitea Limited

Description

Team-repository linking endpoint bypasses the RepoAdminChangeTeamAccess organization setting

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
go-gitea gitea to 1.26.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-58433 is a broken access control flaw in Gitea affecting versions up to 1.26.4. It allows a team member with repository admin rights to bypass the RepoAdminChangeTeamAccess setting and grant their entire team access to a repository via the PUT /api/v1/teams/{id}/repos/{owner}/{repo} endpoint. This setting is meant to prevent non-owners from linking teams to repositories.

Detection Guidance

Check Gitea logs for suspicious API calls to PUT /api/v1/teams/{id}/repos/{owner}/{repo} or PUT /api/v1/repos/{owner}/{repo}/teams/{team} that grant team access without proper authorization. Review repository access logs for unauthorized team additions.

Impact Analysis

This vulnerability enables privilege escalation where a non-owner with repo admin rights can silently grant access to an entire team, potentially exposing private repository data to unintended users. It also affects the RemoveTeamRepository endpoint, further compromising repository access controls.

Mitigation Strategies

Upgrade Gitea to a patched version beyond 1.26.4. Temporarily disable the vulnerable endpoints if an upgrade is not immediately possible. Review and audit all team repository access permissions for unauthorized changes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58433. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart