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 applicationsThere is no fixed version for fruity
.
fruity is a Rusty bindings for Apple libraries
Affected versions of this package are vulnerable to Improper Neutralization of Null Byte via the NSString
method which may return a partial result for string conversion. Since CStr::from_ptr
is called on a pointer to the string buffer, the string is terminated at the first null byte, which might not be the end of the string. This can allow bypassing file extension checks.