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 applicationsrest-client
gem is an HTTP and REST client for Ruby.
Affected versions of this gem improperly handle Set-Cookie headers on HTTP 30x redirection responses in abstract_response.rb
. Any cookies will be forwarded to the redirection target regardless of domain, path, or expiration.
If an attacker controls a redirection source, they can cause rest-client to perform a request to any third-party domain with cookies of their choosing, which may be useful in performing a Session Fixation attack.
If an control a redirection target, you can steal any cookies set by the third-party redirection request.