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 miraheze/ts-portal to version 30.0.0 or higher.
miraheze/ts-portal is a Portal for handling and managing the investigation lifecycle for Trust and Safety at the WikiTide Foundation
Affected versions of this package are vulnerable to Unverified Ownership due to the evidence handling in DPAController::store() within app/Http/Controllers/DPAController.php. An attacker can force the deletion of arbitrary users’ data by submitting a DPA report for someone else with an empty evidence field, which the system treats as a genuine self-deletion request.
This vulnerability can be mitigated by disabling convertEmptyStringsToNull in the middleware, or by validating evidence in Http/Controllers/DPAController::store() to not be empty.