How can we catch a virus from visiting a website?

235 views

I’ve heard people talking about catching a virus from visiting a website. How is that possible?

In: 8

5 Answers

Anonymous 0 Comments

It shouldn’t be, and it’s relatively rare on the modern web. But to display a web page, your computer receives instructions on how that web page should operate. In other words, it is executing code written by someone else, and that always presents some security risk.

Browsers are *supposed* to box this code up in such a way that it can’t get at the rest of your computer, but an inescapable sandbox is hard to build, and attackers are always finding new vulnerabilities to try to escape it (and the major browsers are patching those vulnerabilities as they find them).

You are viewing 1 out of 5 answers, click here to view all answers.