3

Is there any virus attack on any of the current distributions of Linux?

if there is any, how was it solved? have they used any anti virus programs which are available now?

xenoterracide
  • 59,188
  • 74
  • 187
  • 252
Renjith G
  • 5,888

2 Answers2

2

There has never been a single major virus epidemic affecting Linux hosts "in the wild". The vast majority of virus attacks on Linux are just theoretical, and the few that have actually been implemented have never been able to spread beyond a handful of hosts.

J. Taylor
  • 2,685
2

There is a worm going around for an exim4 vulnerability in Debian: http://blog.bytemark.co.uk//2010/12/12/fresh-worm-food

Gert
  • 9,994
  • 3
    The article cited only hypothesizes that a worm will go around, in "a matter of days". –  Dec 14 '10 at 16:13
  • As can be seen from the debian article, the defence is to fix the bug (defect). Where as for Microsoft Windows they have traditionally tried to detect the specific attack, so a new attack could be made that exploits the same vulnerability/bug/defect. (Microsoft have recently been fixing vulnerabilities, where this does not cause compatibility problems. However some of these bugs are so old that fixing them could break a lot of programs, and because Microsoft does not have the freedom to fix 3rd party programs, so that they will continue to work, they are reluctant to fix everything) – ctrl-alt-delor May 17 '17 at 16:22