The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade gitea.dev/modules/uri to version 1.27.0 or higher.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the uri.Open and migration asset download paths in modules/uri/uri.go and services/migrations/dump.go. An attacker can make the server fetch internal services, cloud metadata, or local files by supplying a crafted asset download URL or file:// URI during repository migration. The vulnerable code uses raw http.Get() without the host-matching protections applied elsewhere in Gitea, so migration processing can be driven to contact attacker-chosen endpoints and read attacker-specified file paths. This can expose internal network resources, instance metadata, and sensitive configuration data to anyone able to trigger the affected migration flows.