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 remult
to version 0.20.6 or higher.
remult is an A CRUD framework for full-stack TypeScript
Affected versions of this package are vulnerable to Improper Authorization such that when setting EntityOptions.apiPrefilter
to a function, the filter is not applied to API requests for a resource by Id. As a result, an attacker can gain read, update and delete access to an instance.
Note:
An attacker will need to prepare the attack by gaining access to an id
of an entity instance he is not authorized to access.
Users who are unable to upgrade to the fixed version can set the apiPrefilter
option to a filter object instead of a function.