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 applicationsUpgrade org.jboss.resteasy:resteasy-core to version 6.2.19.Final, 7.0.5.Final or higher.
org.jboss.resteasy:resteasy-core is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java.
Affected versions of this package are vulnerable to Data Amplification in the readFrom() method of IIOImageProvider, which passes the request body to IIOImageProviderHelper.readImage() and on to ImageReader.readAll(imageIndex, null) with no dimension or pixel-count check and no size limit. An attacker can exhaust the heap from a tiny request by submitting an image whose header declares enormous dimensions, such as a 68-byte PNG declaring 20,000x20,000 pixels, which drives an allocation attempt of roughly 1.6 GB before any decoding completes. This requires an endpoint that accepts IIOImage input under an image/* content type.