FKIE_CVE-2017-16187
Vulnerability from fkie_nvd - Published: 2018-06-07 02:29 - Updated: 2024-11-21 03:15
Severity ?
Summary
open-device creates a web interface for any device. open-device is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing "../" in the url.
References
| URL | Tags | ||
|---|---|---|---|
| support@hackerone.com | https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/open-device | Exploit, Third Party Advisory | |
| support@hackerone.com | https://nodesecurity.io/advisories/447 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/open-device | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://nodesecurity.io/advisories/447 | Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| open-device_project | open-device | 1.0.0 | |
| open-device_project | open-device | 2.0.0 | |
| open-device_project | open-device | 4.0.0 | |
| open-device_project | open-device | 4.0.1 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:open-device_project:open-device:1.0.0:*:*:*:*:node.js:*:*",
"matchCriteriaId": "9AEF3969-C9B1-4EE5-BC53-CD7E1702F6F1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:open-device_project:open-device:2.0.0:*:*:*:*:node.js:*:*",
"matchCriteriaId": "C9E74062-D275-440D-90D2-60B8CBAB8A76",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:open-device_project:open-device:4.0.0:*:*:*:*:node.js:*:*",
"matchCriteriaId": "016BE220-DB93-4EB7-80D1-B91B6FE67192",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:open-device_project:open-device:4.0.1:*:*:*:*:node.js:*:*",
"matchCriteriaId": "4B1B233C-60D7-4785-BEC1-74DE80BFF457",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "open-device creates a web interface for any device. open-device is vulnerable to a directory traversal issue, giving an attacker access to the filesystem by placing \"../\" in the url."
},
{
"lang": "es",
"value": "\"open-device\" crea una interfaz web para cualquier dispositivo. \"open-device\" es vulnerable a un problema de salto de directorio que otorga a un atacante acceso al sistema de archivos colocando \"../\" en la URL."
}
],
"id": "CVE-2017-16187",
"lastModified": "2024-11-21T03:15:59.797",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": true,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV30": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2018-06-07T02:29:06.067",
"references": [
{
"source": "support@hackerone.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/open-device"
},
{
"source": "support@hackerone.com",
"tags": [
"Third Party Advisory"
],
"url": "https://nodesecurity.io/advisories/447"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/open-device"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://nodesecurity.io/advisories/447"
}
],
"sourceIdentifier": "support@hackerone.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "support@hackerone.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…