Conversation

if putting a USB stick into a computer is a security risk then this is a failure of the people designing the computer's operating system, not the people putting in a USB stick.
17
187
exchanging files with a usb stick is a normal everyday task. clicking on things is a normal everyday taks. opening mail attachments is a normal everyday task. systems that make normal everyday tasks dangerous are badly designed.
9
226
This Tweet was deleted by the Tweet author. Learn more
Replying to and
Nearly all of those code execution vulnerabilities are memory safety issues, which are primarily caused by the choice of programming language. We know how to avoid the vast majority of those bugs for something like a filesystem driver where it easily fits into safe abstractions.
1
Replying to and
If robustness and security were higher priorities, it wouldn't be like this. Monolithic kernels and memory unsafe languages aren't the fault of the user. Neither is having a system without a proper sandboxing / privilege model so that it's game over if they execute something.