Is It Possible to Spread Virus Through Online Embedded Video?

6

I am curious about whether it's possible to embed virus in online video ( in the swf and/or flash format)?

Or is it possible to put a virus inside the html5 <video/> tag?

Graviton

Posted 2009-08-13T13:04:48.547

Reputation: 5 006

Answers

13

There always is a potential for malicious code to be distributed in any format or program, etc. Buffer overflows allow for arbitrary code to be executed. There are other ways to get in aswell. It would be hard pressed, but there always is a way since computers are finite machines and that limits their chance for absolute security.

As of late, Adobe has been criticized and been called "the pre-2002 Microsoft" for the flaws in Flash, so we might see more and more flaws with that and Reader.

For the video tag in HTML 5, it would be dependent on the codec and the browser's implementation.

Daniel A. White

Posted 2009-08-13T13:04:48.547

Reputation: 3 428