Although I don't agree with your definition of "rooted" (considering you are really talking about NOT getting root) I agree with your comment. Me too have been in debates with linux geeks and been presented the same argument. "linux is more secure because you don't run as administrator". That may very well be, but you are still f--ked when the attacker can read all your documents which just happens to be stored as your regular user, run your webcam and mic since applications running as regular users have access to these, and so on. Of course, what they can not do is to statically inject code into executables where the user only have the rights to execute. That is still something, but what really matters is the user generated data that the attack would have access to, and the attacker WILL have access to the resources the user has access to.
A bigger problem is if your user account is compromised, it opens an attack on the rest of the system. OS kernel can have security flaws that a hacker can exploit to gain privilege escalation. The same applies to the suid executables which are run by the users and executed as root.
Member since:
2007-04-20
A bigger problem is if your user account is compromised, it opens an attack on the rest of the system. OS kernel can have security flaws that a hacker can exploit to gain privilege escalation. The same applies to the suid executables which are run by the users and executed as root.