Summary | CSRF protection with form tokens |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/05/2006 (6845 days ago) |
Due | |
Updated | 07/30/2007 (6547 days ago) |
Assigned | |
Resolved | 07/30/2007 (6547 days ago) |
Milestone | Horde 3.2 |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
each form a unique id to track that sort of thing, and store the
expected token for it either in the session or by something we can
look up in Token (or other) storage.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ CSRF protection with form tokens
Queue ⇒ Horde Framework Packages
State ⇒ Accepted
only check for tokens submitted twice to protect against duplicate
submissions, but also check if a token is submitted at all to protect
agains POST attacks with form not created by ourselves.