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 applicationsLearn about Improper Handling of Insufficient Permissions or Privileges vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.zookeeper:zookeeper
to version 3.9.4 or higher.
org.apache.zookeeper:zookeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
Affected versions of this package are vulnerable to Improper Handling of Insufficient Permissions or Privileges due to insufficient permission checks in the handleAuthorization
function. A user can gain unauthorized access to sensitive operations by executing snapshot
and restore
commands without adequate permissions.
This vulnerability can be mitigated by disabling the snapshot
and restore
commands via admin.snapshot.enabled
and admin.restore.enabled
, disabling the AdminServer interface entirely via admin.enableServer
, or ensuring the root ACL does not provide open permissions.
Note: ZooKeeper ACLs are not recursive, so the workaround does not impact operations on child nodes besides notifications from recursive watches.