CVE-2025-47278

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-47278
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-47278.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-47278
Aliases
Related
Published
2025-05-13T16:15:32Z
Modified
2025-05-13T22:47:13.584106Z
Summary
[none]
Details

Flask is a web server gateway interface (WSGI) web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the itsdangerous library. A list of keys can be passed, and it expects the last (top) key in the list to be the most recent key, and uses that for signing. Flask was incorrectly constructing that list in reverse, passing the signing key first. Sites that have opted-in to use key rotation by setting SECRET_KEY_FALLBACKS care likely to unexpectedly be signing their sessions with stale keys, and their transition to fresher keys will be impeded. Sessions are still signed, so this would not cause any sort of data integrity loss. Version 3.1.1 contains a patch for the issue.

References

Affected packages

Debian:13 / flask

Package

Name
flask
Purl
pkg:deb/debian/flask?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

2.*

2.2.2-3
2.2.5-1

3.*

3.0.0-1
3.0.1-1
3.0.2-1
3.0.3-1
3.1.0-1
3.1.0-2

Ecosystem specific

{
    "urgency": "not yet assigned"
}