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 rgb
to version 0.8.20 or higher.
rgb is a RGB pixel struct.
Affected versions of this package are vulnerable to Type Confusion. It allows viewing and modifying data of any type T
wrapped in RGB<T>
as bytes, and do not correctly constrain RGB<T>
and other wrapper structures to the types for which it is safe to do so. If T
contains padding, viewing it as bytes may lead to exposure of contents of uninitialized memory. If T
contains a pointer, modifying it as bytes may lead to dereferencing of arbitrary pointers.