CVE-2026-34966 PUBLISHED

Gitea prior to 1.27.0 SSRF via Migration URI Fetch Bypass

Assigner: VulnCheck
Reserved: 31.03.2026 Published: 05.08.2026 Updated: 06.08.2026

Gitea prior to 1.27.0 contains a server-side request forgery vulnerability that allows authenticated attackers to bypass SSRF protections by exploiting HTTP fetch operations in migration and OAuth avatar code paths that use Go's default http.Get without a custom DialContext. Attackers can supply arbitrary URLs through release asset download URLs, pull-request patch URLs, or OAuth avatar endpoints to reach internal services, cloud instance-metadata endpoints, or read local files such as the application configuration containing database credentials and signing secrets, with exfiltrated content persisted as migration release assets for later retrieval.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N
CVSS Score: 8.3

Product Status

Vendor Gitea
Product Gitea
Versions Default: affected
  • affected from 0 to 1.26.4 (incl.)
  • Version 1.27.0 is unaffected

Credits

  • Khaled Nassar reporter

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE