CVE-2026-58444
Received Received - Intake

Personal Access Token Scope Bypass in GitHub Repository

Vulnerability report for CVE-2026-58444, 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

Personal access token scope enforcement bypass on the repository home page (`GET /{owner}/{repo}`) discloses private repository contents

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 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-58444 is a vulnerability in Gitea where a personal access token (PAT) or OAuth2 token without proper repository scope can access private repository contents through the repository home page route (GET /{owner}/{repo}). The token may lack repository scope or be marked as public-only, yet it incorrectly gains access to sensitive data like README, file tree, and license details. Other routes properly reject such tokens, but the home page route fails to enforce scope checks.

Detection Guidance

Check Gitea logs for unauthorized access attempts to private repository home pages via GET /{owner}/{repo}. Monitor for tokens with insufficient scopes accessing sensitive endpoints. Review access logs for tokens without repository scope retrieving README, file tree, or other private data.

Impact Analysis

This vulnerability allows unauthorized users with limited token scopes to view private repository contents, potentially exposing sensitive project details, intellectual property, or confidential information. Attackers could exploit this to gather data without proper authorization, leading to data leaks or security breaches.

Compliance Impact

This vulnerability could lead to unauthorized access to private data, violating compliance requirements under GDPR, HIPAA, or other regulations that mandate strict access controls and data protection. Organizations using Gitea may face legal and regulatory penalties due to potential data exposure.

Mitigation Strategies

Apply the latest Gitea security patch addressing CVE-2026-58444. Ensure all personal access tokens have the correct repository scope. Review and revoke any tokens that lack proper scopes. Implement additional monitoring for suspicious access patterns to private repositories.

Chat Assistant

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

EPSS Chart