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 deepdiff
to version 8.6.1 or higher.
deepdiff is a Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.
Affected versions of this package are vulnerable to Class Pollution via the Delta
constructor and manipulation of the SAFE_TO_IMPORT
set. An attacker can execute arbitrary code or cause application crashes by supplying crafted input that exploits class pollution and insecure deserialization.
Note:
This is exploitable if untrusted user input is passed directly to the Delta
class.