CVE-2026-20896
Gitea Docker image: `REVERSE_PROXY_TRUSTED_PROXIES = *` default lets any source IP impersonate any user via `X-WEBAUTH-USER`
Summary
Remediation
Upgrade to the fixed version using your package manager.
go get code.gitea.io/gitea@v1.26.3
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (1)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| code.gitea.io/gitea | go | All versions | 1.26.3 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-284
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.8 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
References
- https://github.com/go-gitea/gitea/security/advisories/GHSA-f75j-4cw6-rmx4WEB
- https://nvd.nist.gov/vuln/detail/CVE-2026-20896ADVISORY
- https://github.com/go-gitea/gitea/pull/38151WEB
- https://github.com/go-gitea/gitea/commit/99f8b3d9a1d32f4c39828e07971455a18191e0b9WEB
- https://blog.gitea.com/release-of-1.26.3-and-1.26.4WEB
- https://github.com/go-gitea/giteaPACKAGE
- https://github.com/go-gitea/gitea/releases/tag/v1.26.3WEB
Frequently Asked Questions
- What is CVE-2026-20896?
- Gitea Docker image: `REVERSE_PROXY_TRUSTED_PROXIES = *` default lets any source IP impersonate any user via `X-WEBAUTH-USER` 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-2026-20896?
- CVE-2026-20896 affects code.gitea.io/gitea. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-20896 and 200,000+ other known vulnerabilities.
Severity & Exploitability
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2026-22874CRITICAL
Gitea: Incomplete SSRF Protection in Webhook and Migration Allow-list Default Filter
- CVE-2019-11576CRITICAL
Gitea Allows 1FA Even for 2FA-Enrolled Accounts
- CVE-2024-6886CRITICAL
Gitea Cross-site Scripting Vulnerability
- CVE-2026-27775HIGH
Gitea: Cached Per-Branch Permission Check in Pre-Receive Hook Allows Full Repository Write
- CVE-2026-56654HIGH
Gitea: Privilege Escalation via Access Token Scope Escalation in API
- CVE-2026-58424HIGH
Gitea: Permanent Fork PR Workflow Approval Gate Bypass
- CVE-2026-57894HIGH
Gitea: Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration
- CVE-2026-27771HIGH
Gitea has insufficient permission checks for Composer package source links
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies