| タイトル | django-oauth django-oauth-toolkit 3.3.0 at commit ddec25b491e52d7f4a1e2cf13a436ffddcf6c782 CWE-613 Insufficient Session Expiration |
|---|
| 説明 | django-oauth-toolkit 3.3.0 defaults REFRESH_TOKEN_EXPIRE_SECONDS to None. Refresh token validation in oauth2_provider.oauth2_validators checks token existence, revocation grace, and application/client ownership, but it does not enforce an absolute token age limit. The cleanup path in oauth2_provider.models also deletes old refresh tokens only when REFRESH_TOKEN_EXPIRE_SECONDS is configured. This issue is conditional because deployments can override the setting and long-lived refresh tokens may be an explicit policy choice. However, in default deployments, an attacker who obtains a valid non-revoked refresh token can continue exchanging it for access tokens without an absolute expiry boundary. Remediation should set or strongly encourage a finite refresh token lifetime, document the risk of REFRESH_TOKEN_EXPIRE_SECONDS=None, and provide migration guidance for applications that intentionally require long-lived refresh tokens. |
|---|
| ソース | ⚠️ https://github.com/django-oauth/django-oauth-toolkit/issues/1715 |
|---|
| ユーザー | Galaxyn (UID 98388) |
|---|
| 送信 | 2026年06月13日 12:54 (1 月 ago) |
|---|
| モデレーション | 2026年07月18日 10:23 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 380022 [django-oauth django-oauth-toolkit 3.3.0 oauth2_validators.py _load_id_token 弱い認証] |
|---|
| ポイント | 20 |
|---|