Skip to content

chore(deps): update dependency flask to v3.1.3 [security]#241

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-flask-vulnerability
Open

chore(deps): update dependency flask to v3.1.3 [security]#241
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pypi-flask-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 20, 2026

This PR contains the following updates:

Package Change Age Confidence
flask (changelog) ==3.1.2==3.1.3 age confidence

Flask session does not add Vary: Cookie header when accessed in some ways

CVE-2026-27205 / GHSA-68rp-wp8r-4726

More information

Details

When the session object is accessed, Flask should set the Vary: Cookie header. This 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 depends on the application's use of the session, and the cache's behavior regarding cookies. The risk depends on all these conditions being met.

  1. The application must be hosted behind a caching proxy that does not ignore responses with cookies.
  2. The application does not set a Cache-Control header to indicate that a page is private or should not be cached.
  3. The application accesses the session in a way that does not access the values, only the keys, and does not mutate the session.

Severity

  • CVSS Score: 2.3 / 10 (Low)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

pallets/flask (flask)

v3.1.3

Compare Source

Released 2026-02-18

  • The session is marked as accessed for operations that only access the keys
    but not the values, such as in and len. :ghsa:68rp-wp8r-4726

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch from 60812f4 to 15e7616 Compare February 20, 2026 13:25
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from 83bea9d to f3b3531 Compare February 23, 2026 09:03
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from d243cde to 916882e Compare March 2, 2026 18:14
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from 70e3f2b to 687036a Compare March 11, 2026 11:51
@renovate renovate Bot changed the title chore(deps): update dependency flask to v3.1.3 [security] chore(deps): update dependency flask to v3.1.3 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/pypi-flask-vulnerability branch March 27, 2026 02:14
@renovate renovate Bot changed the title chore(deps): update dependency flask to v3.1.3 [security] - autoclosed chore(deps): update dependency flask to v3.1.3 [security] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from 687036a to d9557df Compare March 30, 2026 18:16
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 4 times, most recently from 272e0fb to 9f09d7a Compare April 13, 2026 09:58
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch from 9f09d7a to 6b20d5f Compare April 13, 2026 10:07
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from 7e39402 to 99241a7 Compare April 24, 2026 12:04
@renovate renovate Bot changed the title chore(deps): update dependency flask to v3.1.3 [security] chore(deps): update dependency flask to v3.1.3 [security] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate renovate Bot changed the title chore(deps): update dependency flask to v3.1.3 [security] - autoclosed chore(deps): update dependency flask to v3.1.3 [security] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch 2 times, most recently from 99241a7 to 847eeb0 Compare April 27, 2026 20:59
@renovate renovate Bot force-pushed the renovate/pypi-flask-vulnerability branch from 847eeb0 to 433eb5f Compare April 28, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants