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 applicationsUpgrade plank/laravel-mediable to version 7.0.0 or higher.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through RemoteUrlAdapter in MediaUploader::fromSource(). An attacker can make the server issue arbitrary HTTP requests and reach internal resources by supplying a caller-controlled remote URL. The vulnerable path accepts unvalidated URLs for remote media imports, so crafted inputs can target RFC-1918 addresses, localhost, cloud metadata endpoints, or other non-public schemes. From the user’s perspective, this can expose internal data and cloud credentials such as instance metadata tokens, and it can be used to probe or retrieve resources on the server’s private network.
Notes
mediable.allowed_remote_schemes and mediable.allowed_remote_hosts gate the remote-import path; deployments that leave both at their defaults expose the broadest URL handling, while tightening either list narrows which remote sources can be fetched.