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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade code.gitea.io/gitea/models to version 1.26.2 or higher.
code.gitea.io/gitea/models is a self-hosted git service.
Affected versions of this package are vulnerable to Incorrect Authorization in the handling of token scope restrictions in the /api/v1/user route group. An attacker can gain unauthorized access to or modify private account resources by using a token or OAuth grant marked as public-only, but with the required read or write scope, to interact with self routes that do not enforce the public-only restriction. This allows actions such as adding SSH keys, creating OAuth applications, managing Actions secrets and variables, registering runners, and creating or listing private repositories, which should be restricted to private resources.