Description
Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to retrieve data from other repositories within the same organization through the organization-level Actions Run/Job APIs, leading to unintended exposure of project artifacts and metadata and violating confidentiality. The weakness is rooted in improper validation of repository context, identified by CWE-200 and CWE-863.

Affected Systems

Affected systems are installations of Gitea Open Source Git Server, particularly older releases prior to the 1.27.0 release that include the fix. The issue is present in any deployment that exposes the organization-level Actions Run/Job API without proper isolation between repositories. Vendors listed: Gitea. No specific version list is provided; however, the 1.27.0 release notes and security advisory suggest that versions before this are vulnerable.

Risk and Exploitability

The EPSS score for this vulnerability is not available, and it is not listed in the CISA KEV catalog, indicating no known public exploitation but the risk of internal or privileged user misuse remains. Attackers can exploit the bug by making API calls that reference another repository's action data, provided they have access to the organization's API token or authenticated session. The CVSS score of 6.5 reflects moderate severity and confirms the seriousness of potential data leakage, and administrators should treat it as a confidentiality risk until patched.

Generated by OpenCVE AI on August 13, 2026 at 20:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Gitea server to version 1.27.0 or later, where the organization-level Action Run/Job API boundaries have been corrected.
  • Restrict the use of the Actions Run and Job API endpoints to users with explicit need and review role permissions to prevent unnecessary cross‑repository access.
  • Review and monitor API logs for anomalous cross‑repo request patterns, and consider temporarily disabling the Actions Run/Job API for environments where it is not required.

Generated by OpenCVE AI on August 13, 2026 at 20:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-frpw-3h2q-4jj6 Gitea: Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs
History

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
First Time appeared Gitea
Gitea gitea Open Source Git Server
Vendors & Products Gitea
Gitea gitea Open Source Git Server

Thu, 13 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs
Title Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs
Weaknesses CWE-200
CWE-863
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-13T18:38:41.211Z

Reserved: 2026-07-08T09:19:07.139Z

Link: CVE-2026-57897

cve-icon Vulnrichment

Updated: 2026-08-13T18:37:07.520Z

cve-icon NVD

Status : Received

Published: 2026-08-13T17:17:26.080

Modified: 2026-08-13T19:17:26.057

Link: CVE-2026-57897

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:00:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-863

    Incorrect Authorization