Unwanted access to the entire file system vulnerability due to a missing check in `staticFiles` HTTP handler
Missing check vulnerability in the static file handler allows any client to access the files in the server's file system. When staticFiles is set in the serve settings in the configuration file, the following handler doesn't check if absolutePath is still under the directory provided as staticFiles;