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 Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/go-gitea/gitea/routers/web/repo to version 1.27.0 or higher.
Affected versions of this package are vulnerable to Missing Authorization in the RSS/Atom feed handlers, which accept API-token Basic authentication but do not enforce token scope or public-only restrictions. An attacker can access private repository metadata, such as commit information, release notes, tag messages, and private activity streams, by using a personal access token that is otherwise restricted from accessing private content through other routes.
Note: This is only exploitable if the attacker possesses a valid token belonging to an account with repository read access, but the token is configured with limited scopes or marked as public-only.