Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

🚨 [security] Update symfony/http-kernel: 4.4.47 → 4.4.50 (patch) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Feb 1, 2023


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

↗️ symfony/http-kernel (indirect, 4.4.47 → 4.4.50) · Repo · Changelog

Security Advisories 🚨

🚨 Symfony storing cookie headers in HttpCache

Description

The Symfony HTTP cache system acts as a reverse proxy: it caches HTTP responses (including headers) and returns them to clients.

In a recent AbstractSessionListener change, the response might now contain a Set-Cookie header. If the Symfony HTTP cache system is enabled, this header might be stored and returned to some other clients. An attacker can use this vulnerability to retrieve the victim's session.

Resolution

The HttpStore constructor now takes a parameter containing a list of private headers that are removed from the HTTP response headers.
The default value for this parameter is Set-Cookie, but it can be overridden or extended by the application.

The patch for this issue is available here for branch 4.4.

Credits

We would like to thank Soner Sayakci for reporting the issue and Nicolas Grekas for fixing it.

Release Notes

4.4.50

Changelog (v4.4.49...v4.4.50)

  • no significant changes

4.4.49

Changelog (v4.4.48...v4.4.49)

  • bug #48273 Fix message for unresovable arguments of invokable controllers (fancyweb)

Does any of this look wrong? Please let us know.

↗️ symfony/http-foundation (indirect, 4.4.47 → 4.4.49) · Repo · Changelog

↗️ symfony/polyfill-php72 (indirect, 1.26.0 → 1.27.0) · Repo

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ symfony/polyfill-php73 (indirect, 1.26.0 → 1.27.0) · Repo

Commits

See the full diff on Github. The new version differs by 1 commit:

↗️ symfony/var-dumper (indirect, 5.4.14 → 5.4.19) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Feb 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants