Description
RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)
Published: 2026-08-13
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the RSS/Atom feed handlers of Gitea’s Open Source Git Server. It allows an attacker to bypass the scope restrictions imposed by API tokens and the public‑only confinement policy. As a result, credentials that are intended to grant limited access can be used to view or download content that should be private, leading to information disclosure or potential privilege escalation.

Affected Systems

All Gitea Open Source Git Server deployments that had not yet applied the 1.27.0 release contain the flaw. The fix is included in the 1.27.0 release, but the advisory notes that the patch is incomplete, so earlier versions are affected.

Risk and Exploitability

The exploit hinged on sending a request to an RSS/Atom feed endpoint that is ordinarily accessed by users with authenticated API tokens. Because the scope check is bypassed, any host that can reach the feed URL—whether logged in or not—can retrieve private data. No exploitation code is required beyond standard HTTP requests, so an attacker merely needing network access to the server can exploit the flaw. The CVSS score is 4.3, indicating moderate severity. The EPSS score is < 1%, implying a low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, but the classification as a scope bypass and the potential for wide exposure suggest a moderate risk for affected installations.

Generated by OpenCVE AI on August 14, 2026 at 21:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to version 1.27.0 or later and apply any subsequent patch that completes the fix
  • Disable or limit RSS/Atom feed endpoints for repositories that contain sensitive data
  • Review API token scopes and enforce the intended privileges in configuration and monitoring logs

Generated by OpenCVE AI on August 14, 2026 at 21:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-6cqf-375w-639g Gitea: RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)
History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 13 Aug 2026 20:00: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 RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)
Title RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)
Weaknesses CWE-200
CWE-862
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-14T20:08:02.697Z

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

Link: CVE-2026-50105

cve-icon Vulnrichment

Updated: 2026-08-14T20:07:57.363Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-50105

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T21:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization