cvelist/2020/9xxx/CVE-2020-9708.json

93 lines
3.1 KiB
JSON
Raw Normal View History

2020-03-02 14:01:39 +00:00
{
"CVE_data_meta": {
2020-08-14 17:01:38 +00:00
"ASSIGNER": "psirt@adobe.com",
"DATE_PUBLIC": "2020-08-10T23:00:00.000Z",
2020-03-02 14:01:39 +00:00
"ID": "CVE-2020-9708",
2020-08-14 17:01:38 +00:00
"STATE": "PUBLIC",
"TITLE": "GHSL-2020-133: Insufficient validation of user input in resolveRepositoryPath function"
2020-03-02 14:01:39 +00:00
},
2020-08-14 17:01:38 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Helix",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.3.1"
}
]
}
}
]
},
"vendor_name": "Adobe"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "This issue was discovered and reported by GHSL team member @JarLob (Jaroslav Loba\u010devski)."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-03-02 14:01:39 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-08-14 17:01:38 +00:00
"value": "The resolveRepositoryPath function doesn't properly validate user input and a malicious user may traverse to any valid Git repository outside the repoRoot. This issue may lead to unauthorized access of private Git repositories as long as the malicious user knows or brute-forces the location of the repository."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-24 Path Traversal: '../filedir'"
}
]
2020-03-02 14:01:39 +00:00
}
]
2020-08-14 17:01:38 +00:00
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/adobe/git-server/security/advisories/GHSA-cgj4-x2hh-2x93",
"name": "https://github.com/adobe/git-server/security/advisories/GHSA-cgj4-x2hh-2x93"
}
]
},
"source": {
"discovery": "EXTERNAL"
2020-03-02 14:01:39 +00:00
}
}