#VU125772 Relative Path Traversal in otp - CVE-2026-21620
Published: April 10, 2026
otp
erlang
Description
The vulnerability allows a remote user to read and write arbitrary files.
The vulnerability exists due to relative path traversal in the Erlang/OTP TFTP server when handling remote file requests with ../ path components while using the undocumented root_dir option. A remote user can send crafted file requests to read and write arbitrary files.
Exploitation requires that the system designer used the undocumented {root_dir,RootDir} option under incorrect assumptions and that the service is reachable from untrusted hosts.