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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/fluid-cloudnative/fluid/cmd/csi/app
to version 0.8.6 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization such that if a malicious user gains control of a Kubernetes node running fluid csi pod (controlled by the csi-nodeplugin-fluid node-daemonset
), he/she can leverage the fluid-csi service account to modify specs of all the nodes in the cluster.
Note: Since this service account lacks list node
permissions, the attacker may need to use other techniques to identify vulnerable nodes.
Users who are unable to upgrade to the fixed version can delete the csi-nodeplugin-fluid
daemonset in fluid-system
namespace and avoid using CSI mode to mount FUSE file systems. Alternatively using sidecar mode to mount FUSE file systems is recommended. Refer to (the doc)[https://github.com/fluid-cloudnative/fluid/blob/master/docs/en/samples/knative.md] to get a full example of how to use sidecar mode.