Loading...
Skip to main content

CVE-2019-11576

CRITICAL

Gitea Allows 1FA Even for 2FA-Enrolled Accounts

Published May 24, 2022Updated April 24, 2024Source: osv

Summary

Gitea before 1.8.0 allows 1FA for user accounts that have completed 2FA enrollment. If a user's credentials are known, then an attacker could send them to the API without requiring the 2FA one-time password.

Remediation

Upgrade to the fixed version using your package manager.

Go
Update code.gitea.io/gitea to 1.8.0 or later
go get code.gitea.io/gitea@v1.8.0

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
code.gitea.io/gitea
go
All versions1.8.0

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-287
    Improper AuthenticationMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2019-11576?
Gitea Allows 1FA Even for 2FA-Enrolled Accounts This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.8/10).
How do I check if my project is affected by CVE-2019-11576?
CVE-2019-11576 affects code.gitea.io/gitea. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2019-11576 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.8

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-3393-r4p5-vhqh

Related CVEs

  • CVE-2026-22874
    CRITICAL

    Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter

  • CVE-2024-6886
    CRITICAL

    Gitea Cross-site Scripting Vulnerability

  • CVE-2026-27775
    HIGH

    Gitea: Cached Per-Branch Permission Check in Pre-Receive Hook Allows Full Repository Write

  • CVE-2026-56654
    HIGH

    Gitea: Privilege Escalation via Access Token Scope Escalation in API

  • CVE-2026-58424
    HIGH

    Gitea: Permanent Fork PR Workflow Approval Gate Bypass

  • CVE-2026-57894
    HIGH

    Gitea: Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration

  • CVE-2026-27771
    HIGH

    Gitea has insufficient permission checks for Composer package source links

  • CVE-2026-28737
    HIGH

    Gitea: Stored XSS via glTF `extensionsRequired` in Gitea 3D File Viewer

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies