-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
dependency: update dependency jose to v4.15.5 [security] #29086
Conversation
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
1 flaky test on run #54518 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs |
Test Replay
Screenshots
|
Review all test suite changes for PR #29086 ↗︎
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
This PR contains the following updates:
4.11.2
->4.15.5
GitHub Vulnerability Alerts
CVE-2024-28176
A vulnerability has been identified in the JSON Web Encryption (JWE) decryption interfaces, specifically related to the support for decompressing plaintext after its decryption. This allows an adversary to exploit specific scenarios where the compression ratio becomes exceptionally high. As a result, the length of the JWE token, which is determined by the compressed content's size, can land below application-defined limits. In such cases, other existing application level mechanisms for preventing resource exhaustion may be rendered ineffective.
Note that as per RFC 8725 compression of data SHOULD NOT be done before encryption, because such compressed data often reveals information about the plaintext. For this reason the v5.x major version of
jose
removed support for compressed payloads entirely and is therefore NOT affected by this advisory.Impact
Under certain conditions it is possible to have the user's environment consume unreasonable amount of CPU time or memory during JWE Decryption operations.
Affected users
The impact is limited only to Node.js users utilizing the JWE decryption APIs to decrypt JWEs from untrusted sources.
You are NOT affected if any of the following applies to you
Patches
v2.0.7
andv4.15.5
releases limit the decompression routine to only allow decompressing up to 250 kB of plaintext. In v4.x it is possible to further adjust this limit via theinflateRaw
decryption option implementation. In v2.x it is possible to further adjust this limit via theinflateRawSyncLimit
decryption option.Workarounds
If you cannot upgrade and do not want to support compressed JWEs you may detect and reject these tokens early by checking the token's protected header
If you wish to continue supporting JWEs with compressed payloads in these legacy release lines you must upgrade (v1.x and v2.x to version v2.0.7, v3.x and v4.x to version v4.15.5) and review the limits put forth by the patched releases.
For more information
If you have any questions or comments about this advisory please open a discussion in the project's repository
Release Notes
panva/jose (jose)
v4.15.5
Compare Source
v4.15.4
Compare Source
Fixes
v4.15.3
Compare Source
v4.15.2
Compare Source
Fixes
v4.15.1
Compare Source
Fixes
v4.15.0
Compare Source
Features
v4.14.6
Compare Source
Fixes
v4.14.5
Compare Source
Refactor
v4.14.4
Compare Source
Refactor
v4.14.3
Compare Source
Reverts
v4.14.2
Compare Source
Fixes
v4.14.1
Compare Source
v4.14.0
Compare Source
Features
v4.13.2
Compare Source
Refactor
v4.13.1
Compare Source
Fixes
v4.13.0
Compare Source
Features
Fixes
v4.12.2
Compare Source
Fixes
v4.12.1
Compare Source
Refactor
v4.12.0
Compare Source
Features
v4.11.4
Compare Source
Fixes
v4.11.3
Compare Source
Fixes
Configuration
📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.