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 Allocation of Resources Without Limits or Throttling vulnerabilities in an interactive lesson.
Start learningUpgrade apollo-router
to version 1.52.1 or higher.
apollo-router is a configurable, high-performance routing runtime for Apollo Federation.
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the handling of request bodies in the RouterService
layer.
Note: Users are vulnerable only if they use External Coprocessing with specific configurations or Native Rust Plugins accessing the Router request body in the RouterService layer. Router customizations using Rhai scripts are not impacted.
Users that are not able to upgrade to the fixed version can set the coprocessor.router.request.body
configuration option to false
.
Note: Changing this configuration option will change the information sent to any coprocessors the user has configured and may impact functionality implemented by those coprocessors.
For users using the Native Rust Plugin, update the plugin to either not accumulate the request body or enforce a maximum body size limit.