Information Disclosure - JWT in Browser localStorage
- Risk:
Medium
- Type:
- Client Passive
- CWE:
- CWE-200
- Summary
JWT was stored in browser localStorage.
This is dangerous because data stored in localStorage does not expire. .
- Solution
This is an informational alert and no action is necessary.
- Other info
- The following JWT was set: Key: key Header: {'alg': 'HS256', 'typ': 'JWT'} Payload: {'sub': '1234567890', 'name': 'John Doe', 'iat': 1516239022} Signature: d35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf34d76df8e7aefcd35db7e39ebbf Note that this alert will only be raised once for each URL + key.
Free security scan for your website