Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 litestar
to version 2.13.0 or higher.
litestar is a Litestar - A production-ready, highly performant, extensible ASGI API Framework
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the lack of size limits or size checks when reading the request body into memory via await self.body()
.
Note: All Litestar applications that process json
, msgpack
or form-data
submission requests are affected
Start an applications that accesses Request.json()
, Request.msgpack()
or Request.form()
or uses an extractor that relies on those parsers internally
end a large request with a matching content type. The actual content of the request does not matter.
Server memory consumption will increase very quickly until memory (and swap) are exhausted.