NULL Pointer Dereference Affecting libpng Open this link in a new tab package, versions >=0.7.1, <1.6.18
Attack Complexity
Low
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-COCOAPODS-LIBPNG-472419
-
published
2 Oct 2019
-
disclosed
26 Dec 2016
-
credit
Unknown
Introduced: 26 Dec 2016
CVE-2016-10087 Open this link in a new tabHow to fix?
Upgrade libpng
to version 1.6.18 or higher.
Overview
libpng is a Portable Network Graphics support library
Affected versions of this package are vulnerable to NULL Pointer Dereference. The vulnerability has existed in libpng since version 0.71. To be vulnerable, an application has to load a text chunk into the png
structure, then delete all text, then add another text chunk to the same png
structure.