-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Outdated version of cJSON used by aws-cpp-sdk-core contains security vulnerabilities #1594
Comments
|
|
●● |
AMAZON CODE:123282. |
package org.apache.http.entity.mime.content; public abstract class AbstractContentBody implements ContentBody {
} |
This project uses cJSON version v1.7.7.
v1.7.11 introduced security issue fix for
cJSON_Minify
function: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.11CVE-2019-11835 cJSON before 1.7.11 allows out-of-bounds access, related to multiline comments.
CVE-2019-11834 cJSON before 1.7.11 allows out-of-bounds access, related to \x00 in a string literal.
The text was updated successfully, but these errors were encountered: