-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NULL byte in request path kills server #502
Comments
Hm thats not good. Obviously the null byte isn't a valid path character, but a it would be better not to crash. I can dig in some later this week. |
I looked into this a bit and it looks like Node made a change in how null bytes in paths are handled, and it broke our own handling of it. Ill look into patching that up. |
This issue has been inactive for 180 days |
Looks like this patch by @Xmader in extatic may help with this node-extatic/extatic@0c08c0f, the same changes can be made in http-server's |
Version 0.11.1.
It seems that external requests can kill the server if it passes NULL bytes in the request path.
The text was updated successfully, but these errors were encountered: