Security Advisory

CVE-2021-43795

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-12-02 18:00:11
Last updated 2024-08-04 04:03:08
Assigner GitHub_M
State PUBLISHED

Description

Armeria is an open source microservice framework. In affected versions an attacker can access an Armeria servers local file system beyond its restricted directory by sending an HTTP request whose path contains `%2F` (encoded `/`), such as `/files/..%2Fsecrets.txt`, bypassing Armerias 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.