Integer Overflow Affecting uriparser Open this link in a new tab package, versions <0.9.0
Attack Complexity
Low
Confidentiality
High
Integrity
High
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-URIPARSER-470638
-
published
2 Oct 2019
-
disclosed
23 Sep 2018
-
credit
Unknown
Introduced: 23 Sep 2018
CVE-2018-19199 Open this link in a new tabHow to fix?
Upgrade uriparser
to version 0.9.0 or higher.
Overview
uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C.
Affected versions of this package are vulnerable to Integer Overflow. It is possible due to unchecked multiplication in the uriComposeQuery*
or uriComposeQueryEx*
function.