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 Server-Side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/usememos/memos/api/v1
to version 0.16.1 or higher.
github.com/usememos/memos/api/v1 is a lightweight note-taking service
Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) due to an improper check of user-supplied URLs in the /o/get/image
endpoint. An attacker can enumerate the internal network and retrieve images by sending crafted requests to this endpoint. The maliciously retrieved image's response is then included in the server's response to the attacker, leading to a reflected cross-site scripting (XSS) issue.
curl http://0.0.0.0:5230/o/get/<endpoint>?url=<full url>