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 applicationsLearn about Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/gogs/gogs/internal/db
to version 0.13.0-rc.1 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Execution via file upload, due to improper validation of the tree_path
parameter. An attacker can set tree_path=/.Git/
(note the capital 'G') to upload files into the .git directory. This is a special case of the vulnerability described in CVE-2022-0415.
NOTE: This vulnerability is only exploitable on case insensitive operating systems or container environments configured to be case insensitive.