vhx
Golden Member
I have a friend currently developing an application. Currently she is using UDP and using the socket to identify what data belongs to who. However she is very paranoid about security. Since UDP is connectionless, the source address can be manipulated (if the ISP even allows it). So she is afraid someone could send data as an administrator, while she is online by spoofing the IP.
I have made the following arguments, that for them to send data as an administrator they'd need to know the port she is on. Then if they did somehow find the correct port, they would have to find out the session ID generated by the server, and then run administrative commands. Since the IP is spoofed, they would be doing all of this blind since they can't receive anything.
I can see that this may be POSSIBLE, but it sounds to me like she is being wayy too paranoid. What do you all think? And what would be the best recommendation at this point?
I have made the following arguments, that for them to send data as an administrator they'd need to know the port she is on. Then if they did somehow find the correct port, they would have to find out the session ID generated by the server, and then run administrative commands. Since the IP is spoofed, they would be doing all of this blind since they can't receive anything.
I can see that this may be POSSIBLE, but it sounds to me like she is being wayy too paranoid. What do you all think? And what would be the best recommendation at this point?