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 samba
to version 4.16.11, 4.17.10, 4.18.5 or higher.
Affected versions of this package are vulnerable to Access of Resource Using Incompatible Type ('Type Confusion'). When parsing Spotlight mdssvc
RPC packets, one encoded data structure is a key-value style dictionary where the keys are character strings, and the values can be any of the supported types in the mdssvc
protocol. Due to a lack of type checking in callers of the dalloc_value_for_key()
function, which returns the object associated with a key, a caller may trigger a crash in talloc_get_size()
when talloc detects that the passed-in pointer is not a valid talloc
pointer. With an RPC worker process shared among multiple client connections, a malicious client or attacker can trigger a process crash in a shared RPC mdssvc
worker process, affecting all other clients this worker serves.