Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency undici to v5.28.3 [security] #620

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
undici (source) 5.22.1 -> 5.28.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-45143

Impact

Undici clears Authorization headers on cross-origin redirects, but does not clear Cookie headers. By design, cookie headers are forbidden request headers, disallowing them to be set in RequestInit.headers in browser environments. Since Undici handles headers more liberally than the specification, there was a disconnect from the assumptions the spec made, and Undici's implementation of fetch.

As such this may lead to accidental leakage of cookie to a 3rd-party site or a malicious attacker who can control the redirection target (ie. an open redirector) to leak the cookie to the 3rd party site.

Patches

This was patched in e041de359221ebeae04c469e8aff4145764e6d76, which is included in version 5.26.2.

CVE-2024-24758

Impact

Undici already cleared Authorization headers on cross-origin redirects, but did not clear Proxy-Authorization headers.

Patches

This is patched in v5.28.3 and v6.6.1

Workarounds

There are no known workarounds.

References


Release Notes

nodejs/undici (undici)

v5.28.3

Compare Source

⚠️ Security Release ⚠️

Details on the vulnerabilities fixed will be shared in the next couple of days.

Full Changelog: nodejs/undici@v5.28.2...v5.28.3

v5.28.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.28.1...v5.28.2

v5.28.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v5.28.0...v5.28.1

v5.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.27.2...v5.28.0

v5.27.2

Compare Source

Full Changelog: nodejs/undici@v5.27.1...v5.27.2

v5.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.27.0...v5.27.1

v5.27.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v5.26.5...v5.27.0

v5.26.5

Compare Source

What's Changed

Full Changelog: nodejs/undici@v5.26.4...v5.26.5

v5.26.4

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.26.3...v5.26.4

v5.26.3

Compare Source

v5.26.2

Compare Source

Security Release, CVE-2023-45143.

v5.26.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v5.26.0...v5.26.1

v5.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.23.4...v5.26.0

v5.25.4

Compare Source

v5.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.25.2...v5.25.3

v5.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.25.1...v5.25.2

v5.25.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v5.25.0...v5.25.1

v5.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.24.0...v5.25.0

v5.24.0

Compare Source

Notable Changes

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.23.0...v5.24.0

v5.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.22.1...v5.23.0


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@reg-suit
Copy link

reg-suit bot commented Oct 16, 2023

✨✨ That's perfect, there is no visual difference! ✨✨

Check out the report here.

@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from 8de4eb2 to 1162188 Compare October 23, 2023 14:34
@renovate renovate bot changed the title fix(deps): update dependency undici to v5.26.2 [security] fix(deps): update dependency undici to v5.26.2 [security] - autoclosed Oct 25, 2023
@renovate renovate bot closed this Oct 25, 2023
@renovate renovate bot deleted the renovate/npm-undici-vulnerability branch October 25, 2023 19:03
@renovate renovate bot changed the title fix(deps): update dependency undici to v5.26.2 [security] - autoclosed fix(deps): update dependency undici to v5.26.2 [security] Oct 27, 2023
@renovate renovate bot reopened this Oct 27, 2023
@renovate renovate bot restored the renovate/npm-undici-vulnerability branch October 27, 2023 21:33
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from 1162188 to 7282946 Compare October 27, 2023 21:34
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from 7282946 to 3831346 Compare November 6, 2023 06:20
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from 3831346 to 4fbd7d2 Compare November 16, 2023 14:52
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from 4fbd7d2 to af8db74 Compare December 3, 2023 11:51
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from af8db74 to ed30a52 Compare January 28, 2024 11:23
@renovate renovate bot force-pushed the renovate/npm-undici-vulnerability branch from ed30a52 to 58cc372 Compare February 16, 2024 19:42
@renovate renovate bot changed the title fix(deps): update dependency undici to v5.26.2 [security] fix(deps): update dependency undici to v5.28.3 [security] Feb 16, 2024
@Quramy Quramy merged commit ce4f8df into master Mar 1, 2024
3 checks passed
@Quramy Quramy deleted the renovate/npm-undici-vulnerability branch March 1, 2024 11:20
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.

1 participant