Vulnerability Details : CVE-2014-10068
The inert directory handler in inert node module before 1.1.1 always allows files in hidden directories to be served, even when `showHidden` is false.
Vulnerability category: Directory traversal
Products affected by CVE-2014-10068
- cpe:2.3:a:hapi:inert:*:*:*:*:*:node.js:*:*
Exploit prediction scoring system (EPSS) score for CVE-2014-10068
0.17%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 53 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2014-10068
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.0
|
MEDIUM | AV:N/AC:L/Au:N/C:P/I:N/A:N |
10.0
|
2.9
|
NIST | |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
NIST |
CWE ids for CVE-2014-10068
-
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Assigned by:
- nvd@nist.gov (Primary)
- support@hackerone.com (Secondary)
References for CVE-2014-10068
-
https://github.com/hapijs/inert/commit/e8f99f94da4cb08e8032eda984761c3f111e3e82
Merge pull request #15 from kanongil/hide-fix-1.1 · hapijs/inert@e8f99f9 · GitHubPatch;Third Party Advisory
-
https://nodesecurity.io/advisories/14
npmPatch;Third Party Advisory
-
https://github.com/hapijs/inert/pull/15
Don't allow files in hidden directories to be served by kanongil · Pull Request #15 · hapijs/inert · GitHubIssue Tracking;Patch;Third Party Advisory
Jump to