CVE-2026-21440: AdonisJS Path Traversal in Multipart File Handling

Published Jan 2, 2026
·
Updated

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. - https://github.com/adonisjs/bodyparser/releases/tag/v10.1.2 - https://github.com/adonisjs/bodyparser/releases/tag/v11.0.0-next.6

Other sources

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.

MITRE

Affected Software

2 affected componentsFixes available
npm/@adonisjs/bodyparser>=11.0.0-next.0<11.0.0-next.6
11.0.0-next.6
npm/@adonisjs/bodyparser<10.1.2
10.1.2

Event History

Jan 2, 2026
Advisory Published
via GitHub·06:58 PM
Data Sourced
via GitHub·06:58 PM
DescriptionWeaknessAffected Software
CVE Published
via MITRE·07:02 PM
Data Sourced
via MITRE·07:02 PM
DescriptionWeakness
Data Sourced
via NVD·07:15 PM
DescriptionSeverityWeakness
Aug 28, 58046
Event
via FIRST·11:59 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-21440?

CVE-2026-21440 is a severe Path Traversal vulnerability that can allow remote attackers to write arbitrary files on the server filesystem.

2

How do I fix CVE-2026-21440?

To fix CVE-2026-21440, update @adonisjs/bodyparser to version 10.1.2 or 11.0.0-next.6.

3

Which versions of AdonisJS are affected by CVE-2026-21440?

CVE-2026-21440 affects @adonisjs/bodyparser through version 10.1.1 and all 11.x prerelease versions prior to 11.0.0-next.6.

4

What type of vulnerability is CVE-2026-21440?

CVE-2026-21440 is classified as a Path Traversal vulnerability, listed under CWE-22.

5

Can a successful exploit of CVE-2026-21440 compromise the server?

Yes, a successful exploit of CVE-2026-21440 can lead to the compromise of the server by allowing unauthorized file access and modifications.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203