cvelist/2021/43xxx/CVE-2021-43795.json
advisory-db[bot] b96af78985
Add CVE-2021-43795 for GHSA-8fp4-rp6c-5gcv
Add CVE-2021-43795 for GHSA-8fp4-rp6c-5gcv
2021-12-02 17:56:07 +00:00

93 lines
3.5 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2021-43795",
"STATE": "PUBLIC",
"TITLE": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in com.linecorp.armeria:armeria"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "armeria",
"version": {
"version_data": [
{
"version_value": "< 1.13.4"
}
]
}
}
]
},
"vendor_name": "line"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Armeria is an open source microservice framework. In affected versions an attacker can access an Armeria server's local file system beyond its restricted directory by sending an HTTP request whose path contains `%2F` (encoded `/`), such as `/files/..%2Fsecrets.txt`, bypassing Armeria's path validation logic. Armeria 1.13.4 or above contains the hardened path validation logic that handles `%2F` properly. This vulnerability can be worked around by inserting a decorator that performs an additional validation on the request path."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv",
"refsource": "CONFIRM",
"url": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv"
},
{
"name": "https://github.com/line/armeria/pull/3855",
"refsource": "MISC",
"url": "https://github.com/line/armeria/pull/3855"
},
{
"name": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284",
"refsource": "MISC",
"url": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284"
}
]
},
"source": {
"advisory": "GHSA-8fp4-rp6c-5gcv",
"discovery": "UNKNOWN"
}
}