Description
Gitea 1.26.2 allows fork synchronization to continue after a parent repository changes from public to private, exposing data to a fork that should no longer be authorized.
Published: 2026-07-03
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Gitea 1.26.2 allows a fork synchronization process to continue after a parent repository is changed from public to private, resulting in unauthorized disclosure of the private repository’s contents. The vulnerability is a classic information exposure problem that compromises confidentiality, compounded by improper authorization control. An attacker who already owns a fork can exploit the sync function to retrieve data that should no longer be accessible, effectively turning an otherwise private repository into a public data sink.

Affected Systems

The affected product is Gitea Open Source Git Server, version 1.26.2. The fix is delivered in version 1.26.3 and later. Users running the 1.26.2 release are at risk until they upgrade to the patched version.

Risk and Exploitability

The risk of exploitation is significant because any user with a fork of the repository can trigger the synchronization and obtain the previously private data. The EPSS score of < 1% indicates a very low likelihood of exploitation at this time, but the absence of a KEV listing does not diminish the potential impact. Based on the description, it can be inferred that the attack vector is a network‑based request to the fork synchronization API, and the vulnerability can be exercised without additional privileges beyond the fork owner. Security teams should consider the data exposure severity and the widespread use of Gitea when assessing their risk posture.

Generated by OpenCVE AI on July 6, 2026 at 00:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to version 1.26.3 or later to eliminate the flaw
  • If an upgrade cannot be performed immediately, disable the fork synchronization feature or restrict it to authorized users only
  • Apply configuration checks to prevent parent repositories from being made private after forks exist, and audit synchronization attempts for abnormal activity

Generated by OpenCVE AI on July 6, 2026 at 00:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 03 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description Gitea 1.26.2 allows fork synchronization to continue after a parent repository changes from public to private, exposing data to a fork that should no longer be authorized.
Title Gitea fork synchronization can expose private parent repository data
Weaknesses CWE-200
CWE-284
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-07-03T20:19:31.362Z

Reserved: 2026-03-03T03:26:00.298Z

Link: CVE-2026-24451

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-06T01:00:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control