If somebody writes a web server in a programming language, a server that listens on a socket (e.g. 80) and serves files with headers. What are the first threats it can experience once it goes out in the wild?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would imagine that hackers will start with a buffer overflow attack. They could do things like call URLs that are too long or request headers that have malformed components.