-
Notifications
You must be signed in to change notification settings - Fork 2.7k
JsonCpp is insecure #88
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
Comments
The seg-fault is from deep recursion. Could you submit a patch to limit that? |
This is a security issue. It should not be closed that easily. Every application using jsoncpp is vulnerable to DOS attacks. It has already been discussed and just closed here: Please don't do that. |
We can't easily remove the recursion, but we can easily provide a feature to limit the recursion. Fair enough? |
A limit would already solve the problem, yes. Please add a limit. |
Doesn't allow to set nesting limit and segfaults on deeply nested objects.
The text was updated successfully, but these errors were encountered: