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

CVE-2018-18855 Denial of service for too deeply nested objects/arrays #286

Closed
jrudolph opened this issue Nov 7, 2018 · 0 comments
Closed
Labels
Milestone

Comments

@jrudolph
Copy link
Member

jrudolph commented Nov 7, 2018

Recursive decent parsers are susceptible too StackOverflowExceptions on too deeply nested structures as currently "open" parsing state is kept on the stack. This also happens here.

This is already being fixed in #284 but recorded here for completeness.

@jrudolph jrudolph added this to the 1.3.5 milestone Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant