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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Insecure Default Initialization of Resource due to the default behavior of the ldap_sudo_search_base configuration, which causes the entire directory tree to be searched for sudoRole objects. An attacker can gain unauthorized root-level privileges on all enrolled hosts by injecting a sudoRole object into any writable subtree. This is only exploitable if the attacker has delegated LDAP write access to any subtree and the ldap_sudo_search_base is not explicitly set.
This vulnerability can be mitigated by explicitly setting ldap_sudo_search_base in /etc/sssd/sssd.conf to restrict the search to the designated sudoers container and by restricting LDAP ACLs to prevent non-admin principals from creating sudoRole objects outside the designated sudoers container.