Description
Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access
Published: 2026-08-13
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a cross‑repository IDOR that allows an attacker to remove issue dependencies and add comments in private repositories that they are not authorized to view or modify. The flaw stems from missing authorization checks when processing issue‑dependency removal requests, giving an unauthenticated or minimally authenticated user the ability to tamper with objects in repositories they normally cannot access.

Affected Systems

The issue affects the Gitea Open Source Git Server platform. No specific version information is provided, so all recent releases before the fix are potentially vulnerable.

Risk and Exploitability

Exploitation requires sending crafted HTTP requests to the issue‑dependency removal endpoint, implying a remote web attack vector. The missing authorization check allows an attacker who can reach the Gitea instance to remove issue dependencies and add comments in private repositories they are not authorized to modify. The CVSS score of 7.5 indicates high severity, and with an EPSS score of < 1% the likelihood of exploitation is low but not negligible. The vulnerability is not listed in the CISA KEV catalog. This flaw can lead to privilege escalation, allowing the attacker to tamper with data in private repositories, thereby compromising confidentiality and integrity.

Generated by OpenCVE AI on August 22, 2026 at 09:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to the latest released version (e.g., v1.27.0 or later) which contains the fix for the IDOR flaw.
  • Disable the issue‑dependency removal endpoint until the patch is applied, if the server configuration allows disabling specific routes.
  • Review and tighten repository access controls to ensure only authorized users can modify issue dependencies, mitigating accidental privilege escalation until the official fix is in place.

Generated by OpenCVE AI on August 22, 2026 at 09:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-xv9x-fj9g-vj6h Gitea: Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access
History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 14 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', '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-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access
Title Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access
Weaknesses CWE-862
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-14T20:03:20.000Z

Reserved: 2026-06-30T18:57:20.616Z

Link: CVE-2026-58438

cve-icon Vulnrichment

Updated: 2026-08-14T20:03:09.757Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-26T16:53:48.300

Link: CVE-2026-58438

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T16:44:53Z

Links: CVE-2026-58438 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:45:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization