tbhm:04_authorization
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tbhm:04_authorization [2026/05/14 09:28] – converted from markdown to dokuwiki syntax drew | tbhm:04_authorization [2026/05/14 09:59] (current) – integrate zseano methodology drew | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| * Multiple sessions allowed | * Multiple sessions allowed | ||
| * Easily reversible cookie (base64 most often) | * Easily reversible cookie (base64 most often) | ||
| + | |||
| + | |||
| + | |||
| + | ===== Zseano Auth Testing ===== | ||
| + | |||
| + | **Login testing:** | ||
| + | * Host header injection in password reset: '' | ||
| + | * '' | ||
| + | * Redirect parameter on login/ | ||
| + | * Mobile login vs desktop -- often different codebases | ||
| + | |||
| + | **Session bugs:** | ||
| + | * Old cookies not invalidated on logout | ||
| + | * Base64-encoded cookies -- readable user data | ||
| + | * No new session cookie on privilege change | ||
| + | |||
| + | **Account takeover chains:** | ||
| + | * XSS + no email change confirmation = ATO | ||
| + | * CSRF + email change = ATO | ||
| + | * Open redirect in OAuth = token theft = ATO | ||
| + | |||
| + | * [[zseano: | ||
| + | * [[zseano: | ||
tbhm/04_authorization.1778747293.txt.gz · Last modified: by drew
