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 Arbitrary File Upload vulnerabilities in an interactive lesson.
Start learningUpgrade ghost to version 6.21.2 or higher.
ghost is a publishing platform
Affected versions of this package are vulnerable to Arbitrary File Upload through the Admin API /files/upload endpoint in ghost/core/core/server/api/endpoints/files.js. An attacker can make uploaded files be served with an attacker-chosen content type by sending a file upload request with a forged Content-Type value. The endpoint passed the client-supplied MIME type to the storage adapter when saving files, so S3/GCS-backed installations could store and later serve an uploaded file as text/html or another active type. On sites that serve uploaded assets from the same origin, this can be used to deliver stored cross-site scripting to visitors or staff.
Notes