Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-wpcv-5jgp-69f3

Опубликовано: 09 мая 2024
Источник: github
Github: Прошло ревью
CVSS3: 9.9

Описание

Genie Path Traversal vulnerability via File Uploads

Overview

Path Traversal Vulnerability via File Uploads in Genie

Impact

Any Genie OSS users running their own instance and relying on the filesystem to store file attachments submitted to the Genie application may be impacted. Using this technique, it is possible to write a file with any user-specified filename and file contents to any location on the file system that the Java process has write access - potentially leading to remote code execution (RCE).

Genie users who do not store these attachments locally on the underlying file system are not vulnerable to this issue.

Description

Genie's API accepts a multipart/form-data file upload which can be saved to a location on disk. However, it takes a user-supplied filename as part of the request and uses this as the filename when writing the file to disk. Since this filename is user-controlled, it is possible for a malicious actor to manipulate the filename in order to break out of the default attachment storage path and perform path traversal.

Using this technique it is possible to write a file with any user specified name and file contents to any location on the file system that the Java process has write access to.

Patches

This path traversal issue is fixed in Genie OSS v4.3.18. This issue was fixed in https://github.com/Netflix/genie/pull/1216 and https://github.com/Netflix/genie/pull/1217 and a new release with the fix was created. Please, upgrade your Genie OSS instances to the new version.

Пакеты

Наименование

com.netflix.genie:genie-web

maven
Затронутые версииВерсия исправления

< 4.3.18

4.3.18

EPSS

Процентиль: 95%
0.16726
Средний

9.9 Critical

CVSS3

Дефекты

CWE-22

Связанные уязвимости

CVSS3: 9.9
nvd
больше 1 года назад

A path traversal issue potentially leading to remote code execution in Genie for all versions prior to 4.3.18

EPSS

Процентиль: 95%
0.16726
Средний

9.9 Critical

CVSS3

Дефекты

CWE-22