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 opencv-contrib-python
to version 4.1.0.25 or higher.
opencv-contrib-python is a Wrapper package for OpenCV python bindings.
Affected versions of this package are vulnerable to Out-of-bounds Read. The coarsest_scale
variable is assumed to be greater than or equal to finest_scale
within the calc()/ocl_calc()
functions in dis_flow.cpp
. However, this is not true when dealing with small images, leading to an out-of-bounds read of the heap-allocated arrays Ux and Uy.