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 applicationsThere is no fixed version for org.graylog2:graylog2-server.
org.graylog2:graylog2-server is a log management platform.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the outbound URL handling in HTTPJSONPathDataAdapter in graylog2-server/src/main/java/org/graylog2/lookup/adapters/HTTPJSONPathDataAdapter.java. An attacker can make the server fetch internal services by supplying an allowlisted endpoint that issues an HTTP redirect to an internal target. Graylog follows the redirect without re-checking the destination, so a user with lookup table or event notification permissions can cause the server to return internal responses that should not be reachable from that request path.