FKIE_CVE-2017-16198
Vulnerability from fkie_nvd - Published: 2018-06-07 02:29 - Updated: 2024-11-21 03:16
Severity ?
Summary
ritp is a static web server. ritp is vulnerable to a directory traversal issue whereby an attacker can gain access to the file system by placing ../ in the URL. Access is restricted to files with a file extension, so files such as /etc/passwd are not accessible.
References
| URL | Tags | ||
|---|---|---|---|
| support@hackerone.com | https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ritp | Exploit, Third Party Advisory | |
| support@hackerone.com | https://nodesecurity.io/advisories/432 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ritp | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://nodesecurity.io/advisories/432 | Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| ritp_project | ritp | 1.0.2 | |
| ritp_project | ritp | 1.0.3 | |
| ritp_project | ritp | 1.0.4 | |
| ritp_project | ritp | 1.0.5 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:ritp_project:ritp:1.0.2:*:*:*:*:node.js:*:*",
"matchCriteriaId": "2863AD6E-83F0-4607-999B-7BFA5B791402",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ritp_project:ritp:1.0.3:*:*:*:*:node.js:*:*",
"matchCriteriaId": "B755E704-AB1A-406C-B3C7-AA10372EDCA2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ritp_project:ritp:1.0.4:*:*:*:*:node.js:*:*",
"matchCriteriaId": "FECFD38A-8455-4A01-90C0-BA8B21FBC97A",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ritp_project:ritp:1.0.5:*:*:*:*:node.js:*:*",
"matchCriteriaId": "DD014EAF-8B47-477F-BC6F-C8AB8F15FADE",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "ritp is a static web server. ritp is vulnerable to a directory traversal issue whereby an attacker can gain access to the file system by placing ../ in the URL. Access is restricted to files with a file extension, so files such as /etc/passwd are not accessible."
},
{
"lang": "es",
"value": "\"ritp\" es un servidor web est\u00e1tico. \"ritp\" es vulnerable a un problema de salto de directorio que otorga a un atacante acceso al sistema de archivos colocando \"../\" en la URL. El acceso est\u00e1 restringido a los archivos que tengan una extensi\u00f3n de archivo, por lo que archivos como /etc/passwd no son accesibles."
}
],
"id": "CVE-2017-16198",
"lastModified": "2024-11-21T03:16:01.110",
"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.537",
"references": [
{
"source": "support@hackerone.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ritp"
},
{
"source": "support@hackerone.com",
"tags": [
"Third Party Advisory"
],
"url": "https://nodesecurity.io/advisories/432"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/JacksonGL/NPM-Vuln-PoC/blob/master/directory-traversal/ritp"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://nodesecurity.io/advisories/432"
}
],
"sourceIdentifier": "support@hackerone.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"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…