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 Cross-site Request Forgery (CSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade ssddanbrown/bookstack
to version 21.11 or higher.
ssddanbrown/bookstack is a BookStack documentation platform
Affected versions of this package are vulnerable to Cross-site Request Forgery (CSRF) via /register/confirm/{token}
, when auto-login by the email confirmation link.
###POC:
1: Register account with the same username as our victim, an email confirmation will take place
2: Retrieve token from email.
3: Send a link
http://[BOOKSTACK_APP_URL]/register/confirm/{token}
to user.
4: When the user clicks the link, they will be logged into the account, even if they already have an active session on Bookstack.