CVE-2026-58425
Received Received - Intake

OAuth Token Introspection Metadata Exposure

Vulnerability report for CVE-2026-58425, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Gitea Limited

Description

OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
go-gitea gitea to 1.26.4 (inc)
go-gitea gitea 1.27.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-58425 is a vulnerability in Gitea where the OAuth token introspection endpoint returns metadata of tokens issued to other clients. This violates RFC 7662 section 4, which requires token information to only be disclosed to authorized clients. The issue occurs because the introspection handler does not verify if the requesting client matches the token's intended audience before returning sensitive details like token status, scope, username, and JWT claims.

Detection Guidance

To detect this vulnerability, check Gitea logs for unusual OAuth token introspection requests. Look for patterns where clients request metadata of tokens not issued to them. Verify if the introspection endpoint returns sensitive details like token status, scope, or JWT claims for tokens not belonging to the requesting client.

Impact Analysis

An attacker with valid OAuth credentials can exploit this to enumerate metadata of tokens belonging to other clients, including cross-tenant tokens, without consuming or using them. This enables scenarios like stolen-token validation, cross-tenant reconnaissance, and token-confusion mapping.

Mitigation Strategies

Upgrade Gitea to version 1.27.0 or later to apply the patch. If immediate upgrade is not possible, restrict access to the OAuth token introspection endpoint by network policies or firewall rules. Review and audit OAuth token metadata exposure in logs to identify potential exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58425. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart