A CSRF forgery vulnerability exists in rails < 5.2.5, rails < 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Link | Tags |
---|---|
https://hackerone.com/reports/732415 | third party advisory exploit |
https://groups.google.com/g/rubyonrails-security/c/NOjKiGeXUgw | patch mailing list third party advisory |
https://www.debian.org/security/2020/dsa-4766 | third party advisory vendor advisory |