Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mitigate CVE-2020-8166 by Backporting Patch from Rails 5.2 #59

Open
abhisek opened this issue Aug 8, 2020 · 0 comments
Open

Mitigate CVE-2020-8166 by Backporting Patch from Rails 5.2 #59

abhisek opened this issue Aug 8, 2020 · 0 comments

Comments

@abhisek
Copy link
Member

abhisek commented Aug 8, 2020

It is possible to possible to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token for any action for that session. This vulnerability has been assigned the CVE identifier CVE-2020-8166.

https://groups.google.com/forum/#!topic/rubyonrails-security/NOjKiGeXUgw

Impact

Given the ability to extract the global CSRF token, an attacker would be able to construct a per-form CSRF token for that session.

This is a low-severity security issue. As such, no workaround is necessarily until such time as the application can be upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant