CVE-2026-58507
Received Received - Intake

Private Repository Existence Disclosure via Go-Get Meta Endpoint

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

Private Repository Existence Disclosure via go-get Meta Endpoint

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

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-58507 is a vulnerability in Gitea, a self-hosted Git service, that allows unauthenticated attackers to confirm the existence of private repositories and gather sensitive metadata. The issue arises from Gitea's handling of the go-get query parameter, which bypasses authentication checks and returns repository details like names, clone URLs, and branch names even for private repositories.

Detection Guidance

To detect this vulnerability, check Gitea server logs for requests containing the '?go-get=1' query parameter. Use commands like 'grep "go-get=1" /var/log/gitea/*.log' to search for such requests. Additionally, monitor HTTP responses for 200 status codes with meta tags containing repository details in responses to unauthenticated requests.

Impact Analysis

This vulnerability enables attackers to confirm private repository existence, enumerate repository names, and harvest sensitive metadata like clone URLs and default branches. This information could be used for further attacks such as credential-stuffing or targeted exploits against exposed repositories.

Mitigation Strategies

Immediately upgrade Gitea to a version that includes the fix for this vulnerability. If upgrading is not immediately possible, disable the '?go-get=1' endpoint or restrict access to authenticated users only. Review server logs for signs of exploitation and ensure no sensitive repository information has been exposed.

Chat Assistant

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

EPSS Chart