Actions
Bug #12791
closedDon't allow ,-separator for cookie
Bug #12791:
Don't allow ,-separator for cookie
Description
RFC2965 allowed both ; and , as a separator for cookie, but RFC6265 only allows ;.
Moreover CVE-2016-7401 uses , as a separator to overwrite CSRF-token.
https://gist.github.com/mala/457a25650950d4daf4144f98159802cc
Actions