chore(deps): update dependency devalue to v5.6.2 [security] (3.x)#34089
Closed
renovate[bot] wants to merge 1 commit into3.xfrom
Closed
chore(deps): update dependency devalue to v5.6.2 [security] (3.x)#34089renovate[bot] wants to merge 1 commit into3.xfrom
renovate[bot] wants to merge 1 commit into3.xfrom
Conversation
|
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
@nuxt/kit
@nuxt/nitro-server
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
Merging this PR will not alter performance
Comparing |
f75b8d0 to
b831566
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.6.1→5.6.2GitHub Vulnerability Alerts
CVE-2026-22774
Summary
Certain inputs can cause
devalue.parseto consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications usingdevalue.parseon externally-supplied data. The root cause is the typed array hydration expecting anArrayBufferas input, but not checking the assumption before creating the typed array.Details
The parser's typed array hydration logic does not properly validate input before processing. Specially crafted inputs can cause disproportionate memory allocation or CPU usage on the receiving system.
Impact
This is a denial of service vulnerability affecting systems that use
devalue.parseto handle data from potentially untrusted sources.Affected systems should upgrade to patched versions immediately.
CVE-2026-22775
Summary
Certain inputs can cause
devalue.parseto consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources. This affects applications usingdevalue.parseon externally-supplied data. The root cause is theArrayBufferhydration expecting base64 encoded strings as input, but not checking the assumption before decoding the input.Details
The parser's
ArrayBufferhydration logic does not properly validate input before processing. Specially crafted inputs can cause disproportionate memory allocation or CPU usage on the receiving system.Impact
This is a denial of service vulnerability affecting systems that use
devalue.parseto handle data from potentially untrusted sources.Affected systems should upgrade to patched versions immediately.
Release Notes
sveltejs/devalue (devalue)
v5.6.2Compare Source
Patch Changes
1175584: fix: validate input forArrayBufferparsinge46afa6: fix: validate input for typed arrays1175584: fix: more helpful errors for inputs causing stack overflowsConfiguration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.