-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed as not planned
Description
Hi,
I'm just getting started with this package but I have one security related question:
When brute forcing the IDs of a wizard it is possible to access pending wizards (from other sessions) which might have stored sensitive data already (like names, addresses or email addresses for example). Is it possible to prevent this behavior?
An example:
- User A starts a wizard (ID 1) and enters his home address and email address in step 1 and saves.
- User B opens
/wizard/{slug}/1/sensitive-stepin his browser and sees the data of User A.
In my opinion the data should be bound to the session (and not to an URL parameter) or the ID should be stored in an encrypted cookie for example if there's no other solution with the current implementation via URL.
Let the discussion begin 😄🚀
bfiessinger
Metadata
Metadata
Assignees
Labels
No labels