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

RUSTSEC-2024-0012: Stack overflow during recursive JSON parsing #5

Open
github-actions bot opened this issue Mar 12, 2024 · 0 comments
Open

RUSTSEC-2024-0012: Stack overflow during recursive JSON parsing #5

github-actions bot opened this issue Mar 12, 2024 · 0 comments

Comments

@github-actions
Copy link

Stack overflow during recursive JSON parsing

Details
Package serde-json-wasm
Version 0.4.1
Date 2024-01-24
Patched versions >=1.0.1,>=0.5.2, <1.0.0

When parsing untrusted, deeply nested JSON, the stack may overflow,
possibly enabling a Denial of Service attack.
This was fixed by adding a check for recursion depth.

See advisory page for additional details.

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

No branches or pull requests

0 participants