Description
OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)
Published: 2026-08-13
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows clients to request introspection of an OAuth token and receive metadata for tokens associated with other clients. This violates the restrictions defined in RFC 7662 section 4 and results in unintended disclosure of token usage information. Attackers could learn which other services are authenticated, what scopes are granted, and other sensitive details that could aid in future attacks. The weakness aligns with CWE‑200 (Information Exposure) and CWE‑863 (Authorization Bypass Through User‑Controlled Key).

Affected Systems

This flaw exists in Gitea’s open‑source Git server component. Any installation of Gitea that has not yet applied the fix found in the 1.27.0 release is vulnerable. Versions preceding 1.27.0 are potentially affected.

Risk and Exploitability

Exploitability depends on exposure of the token introspection endpoint. If the endpoint is accessible over a network, any authenticated client can obtain the metadata of arbitrary tokens. The risk is information disclosure; no direct code execution is possible. Because no EPSS score is available and the vulnerability is not listed in KEV, a quantitative likelihood is unknown. The mitigation priority remains high because the exposed data can support social engineering, credential reuse, or further attacks against other services. The likely attack vector is an authenticated request to the introspection endpoint; this inference is based on the description.

Generated by OpenCVE AI on August 13, 2026 at 19:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gitea to the latest release (1.27.0 or newer), which includes a fix that restricts introspection responses to the requesting client only.
  • If an upgrade is not feasible immediately, limit access to the introspection endpoint by firewall or VPN so only internal, trusted infrastructure can call it.
  • Audit the token introspection logs for suspicious activity and consider marking the endpoint as a high‑risk API surface.

Generated by OpenCVE AI on August 13, 2026 at 19:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-vxv2-8j6r-pcpg Gitea: OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)
History

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 OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)
Title OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)
Weaknesses CWE-200
CWE-863
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-13T16:44:47.902Z

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

Link: CVE-2026-58425

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-13T17:17:26.627

Link: CVE-2026-58425

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:15:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-863

    Incorrect Authorization