AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-34966

HIGH · CVSS 7.6 EPSS 0.31% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Gitea versions prior to 1.27.0 are vulnerable to a server-side request forgery (SSRF) that enables authenticated attackers to bypass existing protections, allowing them to exploit HTTP fetch operations. This vulnerability can lead to unauthorized access to internal services, cloud instance metadata, and sensitive local files, including application configurations with database credentials. Organizations using Gitea should prioritize patching to mitigate the risk of data exfiltration and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-34966
Severity
HIGH
CVSS
7.6
EPSS
0.31%

Original NVD Description

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.