How can a virus exist in an image?

后端 未结 4 789
孤城傲影
孤城傲影 2020-12-07 11:03

I have recently watched this video of a Finnish internet security expert. Somewhere around eleventh minute, he talks about a virus which is hidden in an image and executes

4条回答
  •  死守一世寂寞
    2020-12-07 11:45

    It does not have to be displayed, it has to be read.

    The OS might have a thumbnail generating thread that will parse all images it finds. A buffer overflow in that code will allow code execution without user intervention.

    This goes for any file that has any form of automatic read feature, to extract properties of a mp3, index a PDF, etc.

提交回复
热议问题