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.
References
Link | Resource |
---|---|
https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 | Patch Third Party Advisory |
https://github.com/line/armeria/pull/3855 | Third Party Advisory |
https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv | Third Party Advisory |
https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 | Patch Third Party Advisory |
https://github.com/line/armeria/pull/3855 | Third Party Advisory |
https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv | Third Party Advisory |
Configurations
History
21 Nov 2024, 06:29
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 - Patch, Third Party Advisory | |
References | () https://github.com/line/armeria/pull/3855 - Third Party Advisory | |
References | () https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv - Third Party Advisory |
Information
Published : 2021-12-02 18:15
Updated : 2024-11-21 06:29
NVD link : CVE-2021-43795
Mitre link : CVE-2021-43795
CVE.ORG link : CVE-2021-43795
JSON object : View
Products Affected
linecorp
- armeria
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')