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 @opennextjs/cloudflare to version 1.17.1 or higher.
@opennextjs/cloudflare is a Cloudflare builder for next apps
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the cdn-cgi/image/ handler due to improper path normalization. An attacker can cause the server to fetch arbitrary remote URLs and potentially expose internal or private resources by sending specially crafted requests with backslashes in the path.
Note:
This is only exploitable if the HTTP client preserves backslashes in the request path (such as using curl --path-as-is).