cve/2024/CVE-2024-39943.md
2024-07-25 21:25:12 +00:00

777 B

CVE-2024-39943

Description

rejetto HFS (aka HTTP File Server) 3 before 0.52.10 on Linux, UNIX, and macOS allows OS command execution by remote authenticated users (if they have Upload permissions). This occurs because a shell is used to execute df (i.e., with execSync instead of spawnSync in child_process in Node.js).

POC

Reference

No PoCs from references.

Github