CVE-2016-10543
UNKNOWN
Published 2018-05-31T20:00:00Z
Actions:
Expert Analysis
Professional remediation guidance
Get tailored security recommendations from our analyst team for CVE-2016-10543. We'll provide specific mitigation strategies based on your environment and risk profile.
No CVSS data available
Description
call is an HTTP router that is primarily used by the hapi framework. There exists a bug in call versions 2.0.1-3.0.1 that does not validate empty parameters, which could result in invalid input bypassing the route validation rules.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
Affected Versions:
GitHub Security Advisories
Community-driven vulnerability intelligence from GitHub
Advisory Details
Affected versions of `call` do not validate empty parameters, which may result in a bypass of route validation rules.
## Proof of Concept
Routing Scheme:
```
/api/{param}/{param2}/details
```
Triggering Request Path:
```
/api///
```
## Recommendation
Update to version 3.0.2 or later.
Affected Packages
npm
call
ECOSYSTEM:
≥2.0.1
<3.0.2
CVSS Scoring
CVSS Score
5.0
References
Advisory provided by GitHub Security Advisory Database. Published: February 18, 2019, Modified: August 31, 2020
Published: 2018-05-31T20:00:00Z
Last Modified: 2024-09-17T00:22:05.189Z
Copied to clipboard!