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 @fastify/passport
to version 1.1.0, 2.3.0 or higher.
@fastify/passport is a Simple, unobtrusive authentication for Fastify.
Affected versions of this package are vulnerable to Session Fixation. fastify
applications rely on the @fastify/passport
library for user authentication. The login and user validation are performed by the authenticate
function. When executing this function, the sessionId
is preserved between the pre-login and the authenticated session. Network and same-site attackers can hijack the victim's session by tossing a valid sessionId
cookie in the victim's browser and wait for the victim to log in on the website.