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

exploitDog

github логотип

GHSA-gvq6-hvvp-h34h

Опубликовано: 02 янв. 2026
Источник: github
Github: Прошло ревью
CVSS4: 9.2

Описание

AdonisJS Path Traversal in Multipart File Handling

Summary

Description A Path Traversal (CWE-22) vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease versions prior to 11.0.0-next.6. This issue has been patched in @adonisjs/bodyparser versions 10.1.2 and 11.0.0-next.6.

Details

AdonisJS parses multipart/form-data via BodyParser and exposes uploads as MultipartFile. The issue is in the MultipartFile.move(location, options) default options. If options.name isn't provided, it defaults to the unsanitized client filename and builds the destination with path.join(location, name), allowing a traversal to escape the default or intended directory chosen by the developer. If options.overwrite isn't provided, it defaults to true, allowing file overwrites. The documentation previously demonstrated examples leading developers to this vulnerable code path.

Impact

Exploitation requires a reachable upload endpoint. If a developer uses MultipartFile.move() without the second options argument or without explicitly sanitizing the filename, an attacker can supply a crafted filename value containing traversal sequences, writing to a destination path outside the intended upload directory. This can lead to arbitrary file write on the server.

If the attacker can overwrite application code, startup scripts, or configuration files that are later executed/loaded, RCE is possible. RCE is not guaranteed and depends on filesystem permissions, deployment layout, and application/runtime behavior.

Patches

Fixes targeting v6 and v7 have been published below.

Пакеты

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

@adonisjs/bodyparser

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

< 10.1.2

10.1.2

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

@adonisjs/bodyparser

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

>= 11.0.0-next.0, < 11.0.0-next.6

11.0.0-next.6

EPSS

Процентиль: 29%
0.00105
Низкий

9.2 Critical

CVSS4

Дефекты

CWE-22

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

nvd
около 1 месяца назад

AdonisJS is a TypeScript-first web framework. A Path Traversal vulnerability in AdonisJS multipart file handling may allow a remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This impacts @adonisjs/bodyparser through version 10.1.1 and 11.x prerelease versions prior to 11.0.0-next.6. This issue has been patched in @adonisjs/bodyparser versions 10.1.2 and 11.0.0-next.6.

CVSS3: 9.1
fstec
около 1 месяца назад

Уязвимость функции MultipartFile.move() пакета bodyparser программной платформы для создания веб-приложений AdonisJS, позволяющая нарушителю выполнить произвольный код

EPSS

Процентиль: 29%
0.00105
Низкий

9.2 Critical

CVSS4

Дефекты

CWE-22