Sceawere
Vulnerability Detail
CVE-2026-58314UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Gitea Server-Side Request Forgery
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.7
- Creation Date
- 1d ago
- Vendor
- Gitea
- Product
- Gitea Open Source Git Server
- Attack Type
- CWE-918
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
Two SSRF findings in Gitea 1.26.2
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.7",
"pubDate": "2026-08-13T17:17:26.193Z",
"pubdate": "2026-08-13T17:17:26.193Z",
"executiveSummary": "This security analysis addresses two Server-Side Request Forgery (SSRF) findings identified within the Gitea 1.26.2 product.\nSSRF vulnerabilities allow malicious actors to coerce the vulnerable application into initiating unauthorized outbound network requests toward internal or external resources.\nThe primary impact of these flaws includes potential exposure of internal network services, access to metadata endpoints, and unauthorized data exfiltration from behind perimeter network controls.\nThe affected system is Gitea version 1.26.2, which processes user-supplied input without adequate validation or sanitization before dispatching HTTP requests.\nRisk implications are significant, as successful exploitation may enable attackers to pivot deeper into internal infrastructure, interact with unauthenticated local services, and bypass network access control lists.\nAttacker capabilities require the ability to interact with specific input vectors exposed by the application that trigger outbound connections.\nDepending on the specific finding, exploitation may or may not require authentication or specific low-privileged access rights.\nProper input filtering, strict URL parsing, and network segmentation are critical to neutralizing the attack vector.",
"technicalDetails": "The identified vulnerabilities stem from insufficient validation and sanitization of user-supplied URLs and network locators processed by the Gitea 1.26.2 application.\nThe root cause lies in the improper handling of outbound HTTP requests where the destination URI is derived from untrusted input without enforcing robust allowlisting mechanisms or blocking restricted IP address spaces.\nThe vulnerable components involve internal modules responsible for fetching remote resources, webhooks, or avatar/repository imports that initiate network calls.\nAffected versions are strictly confined to Gitea 1.26.2 based on the input description.\nThe attack flow typically begins when an authenticated or unauthenticated attacker submits a meticulously crafted payload containing a malicious URI or an internal IP address (such as localhost, 127.0.0.1, or cloud provider metadata services like 169.254.169.254) into a vulnerable input field or parameter.\nUpon submission, the vulnerable component parses the provided URL and attempts to establish an outbound connection using protocols such as HTTP or HTTPS.\nBecause the application fails to adequately restrict or validate the target destination against loopback interfaces, private subnet ranges (RFC 1918), or link-local addresses, the request is dispatched successfully.\nThe payload behavior forces the server to interact with unintended endpoints, potentially returning sensitive internal data back to the attacker or causing unintended state changes within internal systems.\nNetwork exposure is inherent to the application's functionality of handling web requests, exposing the attack surface to any network path that can reach the Gitea instance.\nPost-exploitation impact includes internal reconnaissance, unauthorized access to internal APIs, potential Remote Code Execution (RCE) via vulnerable internal services, and data leakage."
}