[NEW] CVE-2026-38357: msgpack-lite Unbounded Recursion DoS#7610
Open
tldhs1144 wants to merge 1 commit intogithub:tldhs1144/advisory-improvement-7610from
Open
[NEW] CVE-2026-38357: msgpack-lite Unbounded Recursion DoS#7610tldhs1144 wants to merge 1 commit intogithub:tldhs1144/advisory-improvement-7610from
tldhs1144 wants to merge 1 commit intogithub:tldhs1144/advisory-improvement-7610from
Conversation
a381960 to
4787a78
Compare
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.
Summary
Submitting a new advisory for
msgpack-lite(npm), an unmaintained MessagePack decoder package.msgpack-lite(npm, ~330k weekly downloads)AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)Why this is being submitted as a PR (not via repo Security tab)
The upstream repository
kawanet/msgpack-litehas not had commits since 2016 and the maintainer has not enabled private vulnerability reporting. This community PR is the path of last resort.What I'm asking from the curation team
GHSA-xxxx-xxxx-xxxxID to replacemsgpack-lite-cve-2026-38357github-reviewedindex sonpm auditand Dependabot users are notifiedVulnerability summary
The decoder dispatches recursively on nested MessagePack types (fixarray
0x91, fixmap0x80–0x8F) with no depth tracking. A ~5 KB buffer of repeated0x91bytes terminated by0xc0(nil) reliably triggersRangeError: Maximum call stack size exceededon Node.js v18+.Full details, PoC, and mitigation guidance are in the JSON
detailsfield.Researcher
Sion Park (
tldhs1144@gmail.com)This finding is from a 2026-03 audit campaign of npm serialization libraries. Two related CVEs assigned to the same researcher are submitted in parallel PRs:
Happy to address any curator feedback on schema, references, or wording.