Link following in wasm-micro-runtime - CVE-2025-43853
Published: April 24, 2026
wasm-micro-runtime
Detailed vulnerability description
The vulnerability allows a remote attacker to access files outside of the filesystem sandbox.
The vulnerability exists due to improper access control in the uvwasi filesystem handling when processing symlinks containing backslashes on Windows. A remote attacker can create a crafted symlink and open it to access files outside of the filesystem sandbox.
On Windows, the issue can also allow creation of a file on the host outside of the preopened directory when the symlink is opened with the create flag.