fix: bump yaml to 1.10.3 to address CVE-2026-33532#11
Open
lfarrel6 wants to merge 1 commit into
Open
Conversation
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.
Linear Issue: COM-126
CVE Summary: CVE-2026-33532 | GHSA-48c2-rrv3-qjmp
The
yamlnpm package (versions ≥1.0.0, <1.10.3) performs unbounded recursive calls during its compose/resolve phase. An attacker supplying a deeply-nested YAML document can exhaust the Node.js call stack and trigger aRangeError: Maximum call stack size exceeded.CVSS Score: 4.3 (Medium)
SLA Deadline: 2026-05-26T09:41:26.272Z
Fixed in: yaml@1.10.3
Affected File:
examples/react_admin/frontend/package-lock.jsonTransitive Dependency Chain:
Remediation: Added npm
overridesfield to force yaml@1.10.3 resolution and regenerated lock file.Exposure: Build-time only. No runtime or user-facing exposure. The vulnerability is confined to the development/build phase.
Dependabot Alert: https://github.com/evervault/sea-orm/security/dependabot/176