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 org.graylog2:graylog2-server
to version 5.1.11, 5.2.4 or higher.
org.graylog2:graylog2-server is a log management platform.
Affected versions of this package are vulnerable to Session Fixation due to the improper handling of session cookies. An attacker can gain elevated access to an existing login session by injecting their session cookie into another user's browser. This attack requires presenting a spoofed login screen and injecting a session cookie, which is complex and has not been observed in the wild.
This vulnerability can be mitigated by using short session expiration times and explicitly logging out of unused sessions. Additionally, a proxy could be used to clear the authentication
cookie for the Graylog server URL for the /api/system/sessions
endpoint.