GHSA-68rp-wp8r-4726 · Severity: low · Ecosystem: 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.
Conclusion & alert: CVE-2026-27205 is rated Low Risk (19.7/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.37%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.37% | +0.33% |
| 2 | 2026-02-21 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 2.3 | 4.0 | LOW |
|
— | — | [email protected] |
| 4.3 | 3.1 | MEDIUM |
|
2.8 | 1.4 | [email protected] |
GHSA-68rp-wp8r-4726 · Severity: low · Ecosystem: 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 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| palletsprojects | flask | < 3.1.3 | cpe:2.3:a:palletsprojects:flask:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| 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 |