Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 Improper Authentication vulnerabilities in an interactive lesson.
Start learningUpgrade org.asynchttpclient:async-http-client
to version 3.0.1 or higher.
org.asynchttpclient:async-http-client is a maven plugin for the Async Http Client (AHC) classes.
Affected versions of this package are vulnerable to Improper Authentication due to the CookieStore
process in the RequestBuilderBase
component, which replaces Cookies that were explicitly defined with any that have the same name from the cookie jar. An attacker can manipulate session management by replacing user cookies with others having the same name.
Add an auth Cookie
to the CookieStore
Handle a different user's request where the same Cookie is provided as a passthrough, like a JWT, and attempt to use it by explicitly providing it.
Observe that the user's cookie in step 2 is passed as the Cookie in step 1.