GHSA-68rp-wp8r-4726 · 深刻度: low · エコシステム: pip — Flask session does not add `Vary: Cookie` header when accessed in some ways
Flask is a web server gateway interface (WSGI) web application framework. In versions 3.1.2 and below, when the session object is accessed, Flask should set the Vary: Cookie header., resulting in a Use of Cache Containing Sensitive Information vulnerability. The logic instructs caches not to cache the response, as it may contain information specific to a logged in user. This is handled in most cases, but some forms of access such as the Python in operator were overlooked. The severity and risk depend on the application being hosted behind a caching proxy that doesn't ignore responses with cookies, not setting a Cache-Control header to mark pages as private or non-cacheable, and accessing the session in a way that only touches keys without reading values or mutating the session. The issue has been fixed in version 3.1.3.
総合評価: CVE-2026-27205 は低リスク(19.7/100)。CVSS 深刻度は低。悪用される可能性が高い(EPSS 0.37%、29 パーセンタイル) 推奨対応: 総合リスクは低く緊急対応は不要です。通常の保守サイクルでパッチを適用し、CVSS / EPSS が上昇したら優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.37% | +0.33% |
| 2 | 2026-02-21 | — | 0.04% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 2.3 | 4.0 | LOW |
|
— | — | [email protected] |
| 4.3 | 3.1 | MEDIUM |
|
2.8 | 1.4 | [email protected] |
GHSA-68rp-wp8r-4726 · 深刻度: low · エコシステム: pip — Flask session does not add `Vary: Cookie` header when accessed in some ways
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-27205 not yet assigned priority: Debian including 1 source packages (flask), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-27205 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-27205 |
suse
|
medium | — | https://www.suse.com/security/cve/CVE-2026-27205/ |
ubuntu
|
low | CVE-2026-27205 low priority: Ubuntu including 1 source packages (flask), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): released 4, ignored 2, needed 1. | https://ubuntu.com/security/CVE-2026-27205 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| palletsprojects | flask | < 3.1.3 | cpe:2.3:a:palletsprojects:flask:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/pallets/flask/commit/089cb86dd22bff589a4eafb7ab8e42dc357623b4 | Patch |
| https://github.com/pallets/flask/releases/tag/3.1.3 | Product Release Notes |
| https://github.com/pallets/flask/security/advisories/GHSA-68rp-wp8r-4726 | Vendor Advisory |