-
Notifications
You must be signed in to change notification settings - Fork 214
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
CVE-2016-7401: CSRF protection bypass on a site with Google Analytics #570
Comments
Remove this test
or change like this
|
Are you fixing Cookie::Baker? |
Fixed but not released yet |
kazeburo
added a commit
to kazeburo/Plack
that referenced
this issue
Oct 5, 2016
miyagawa
added a commit
that referenced
this issue
Oct 5, 2016
#570 CVE-2016-7401. Remove tests that expects cookie to be delimited by comma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.djangoproject.com/weblog/2016/sep/26/security-releases/
https://hackerone.com/reports/26647
(japanese) https://gist.github.com/mala/457a25650950d4daf4144f98159802cc
An interaction between Google Analytics and web server's cookie parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection.
Cookie::Baker should remove
,
from delimiter regexp. And also Plack/t/Plack-Request/cookie.t needs to be fixed.The text was updated successfully, but these errors were encountered: