Cyber Resilience

CVE-2025-69413

Gitea ≤ 1.25.2

Published
01 January 2026
Modified
06 January 2026
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0036 28th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-69413 is a medium-severity Observable Response Discrepancy (CWE-204) vulnerability in Gitea Gitea. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-6 (Authentication Feedback) and SI-11 (Error Handling) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In Gitea before 1.25.2, /api/v1/user has different responses for failed authentication depending on whether a username exists.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
Why these techniques?

Observable response discrepancy on /api/v1/user directly enables username enumeration for account discovery (T1087).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-68943Same product: Gitea Gitea
CVE-2025-68945Same product: Gitea Gitea
CVE-2025-68940Same product: Gitea Gitea
CVE-2025-68942Same product: Gitea Gitea
CVE-2025-68944Same product: Gitea Gitea
CVE-2026-20897Same product: Gitea Gitea
CVE-2026-20800Same product: Gitea Gitea
CVE-2019-11229Same product: Gitea Gitea
CVE-2025-68941Same product: Gitea Gitea
CVE-2026-20912Same product: Gitea Gitea

Affected Assets

gitea
gitea
≤ 1.25.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-11 Error Handling
  • IA-6 Authentication Feedback
  • AC-3 Access Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.4.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires error messages to avoid revealing information (such as username existence) that could be exploited by adversaries.

prevent

Requires obscuring authentication feedback so that failed login responses do not differ based on whether an identifier exists.

prevent

Enforces uniform access decision responses, preventing observable discrepancies that leak account existence on the /api/v1/user endpoint.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices directly prevent introduction of inconsistent response behavior that leaks internal state.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect observable response discrepancies before deployment.

mitigates

Network security controls can enforce uniform responses and suppress observable discrepancies.

prevents

Secure SDLC practices include error-handling and response standardization to avoid information disclosure.

prevents

Application security requirements typically mandate consistent, non-revealing error messages.

prevents

Secure architecture principles discourage designs that leak internal state via differing responses.

prevents

Secure coding standards explicitly require uniform error handling to prevent information leakage.

References