-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comment about commit https://github.com/ImageMagick/ImageMagick/commit/1737ac82b335e53376382c07b9a500d73dd2aa11 #556
Comments
Add also commit 948356e#diff-f47d172f1a179e52a8b2c231847f32ef |
The JPEG coder patch is an extra precaution in the event that a JPEG scanline is short to prevent random bytes. This functionality is already covered if you enable this security policy:
The check for blob size is a precaution against small JPEG images which could be corrupt but also could be possible exploits. Enabling seekable streams is required to ensure checking the blob size works when an image is streamed on stdin. It was an oversight in the original patch. The last patch prevents a possible memory leak in the event of a corrupt image. |
Did you ask for CVE ? |
No. The users posting these potential flaws to Github issues generally request and post a CVE. |
Please use CVE-2017-11447 for:
which is fixed with 8c10b92 commit. Please use CVE-2017-11448 for:
which is fixed with 1737ac8 commit. Please use CVE-2017-11449 for:
which is fixed with 529ff26 and b007dd3 commits. Please use CVE-2017-11450 for:
which is fixed with 948356e commit. |
Could you comment and give a statement about security about this commit ?
The text was updated successfully, but these errors were encountered: