Description
Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)
Published: 2026-08-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an allowlist bypass that lets attackers upload files with disallowed extensions through the web release edit form, leading to arbitrary file uploads that could enable content manipulation or other unauthorized actions. It aligns with CWE-424 (misuse of default or dummy values) and CWE-434 (unrestricted upload of file with dangerous type), and poses risks to confidentiality, integrity, and availability of the Gitea repository.

Affected Systems

The issue affects the Gitea Open Source Git Server. The advisory references the 1.27.0 release that implements a fix, implying all earlier releases are vulnerable. No explicit version list is provided, so deployments running any version preceding 1.27.0 should be considered affected.

Risk and Exploitability

The CVSS score is 6.5, and the EPSS score is < 1%, but the vulnerability remains potentially exploitable. Based on the description, it is inferred that an attacker would need access to the release edit form, which normally requires authentication. The risk remains significant due to the capacity for unrestricted file uploads, despite the lack of current exploitation data and absence from CISA KEV catalog. Administrators should treat the threat as significant until a patch is applied.

Generated by OpenCVE AI on August 14, 2026 at 19:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to version 1.27.0 or later.
  • If an upgrade cannot be performed immediately, disable or restrict the release edit form’s file upload capability and enforce stricter extension filtering via configuration.
  • Continuously monitor upload logs for unauthorized or suspicious file activity and perform regular scans of the repository for malicious artifacts.

Generated by OpenCVE AI on August 14, 2026 at 19:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-25gq-j9jx-43pg Gitea: Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)
History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 14 Aug 2026 18: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:N/I:H/A:N'}


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 Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)
Title Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)
Weaknesses CWE-424
CWE-434
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-14T17:29:36.605Z

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

Link: CVE-2026-58428

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-58428

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-58428 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T19:45:16Z

Weaknesses
  • CWE-424

    Improper Protection of Alternate Path

  • CWE-434

    Unrestricted Upload of File with Dangerous Type