CVE-2021-43795 Details
Description
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.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 | CVE | PatchThird Party Advisory |
| https://github.com/line/armeria/pull/3855 | CVE | Third Party Advisory |
| https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv | CVE | Third Party Advisory |
| https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 | [email protected] | PatchThird Party Advisory |
| https://github.com/line/armeria/pull/3855 | [email protected] | Third Party Advisory |
| https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linecorp armeria | < 1.13.4 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Nov 21, 2024 | CVE Modified | CVE |
| May 14, 2024 | CVE Modified | [email protected] |
| Dec 6, 2021 | Initial Analysis | [email protected] |