Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 applicationsThere is no fixed version for gogs.io/gogs/internal/route/repo
.
Affected versions of this package are vulnerable to Race Condition Enabling Link Following in the editFilePost()
function's handling of symlinks to nonexistent files. The /:username/:reponame/_edit/:branch/:filepath
endpoint may accept such a link to a nonexistent file, and an attacker who can place a malicious server-side Git hook in the target repository can cause its contents to be triggered when the repo is modified. The attacker must have permissions to push to a repository and edit files via the web interface,