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 envoyproxy/envoy
to version 1.15.5, 1.16.4, 1.17.3, 1.18.3 or higher.
Affected versions of this package are vulnerable to Directory Traversal. Envoy is a cloud-native edge/middle/service proxy. Envoy does not decode escaped slash sequences %2F
and %5C
in HTTP URL paths in versions 1.18.2 and before. A remote attacker may craft a path with escaped slashes, e.g. /something%2F..%2Fadmin
, to bypass access control, e.g. a block on /admin
. A backend server could then decode slash sequences and normalize path and provide an attacker access beyond the scope provided for by the access control policy. ### Impact Escalation of Privileges when using RBAC or JWT filters with enforcement based on URL path. Users with back end servers that interpret %2F
and /
and %5C
and \
interchangeably are impacted. #