Why GNU/Linux Viruses Are Fairly Uncommon
1–10 of 117 posts
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#2Re: Why GNU/Linux Viruses Are Fairly Uncommon
#3One would hope that the bar is higher with strict maintainership rules, but there are a zillion packages, and you can't vet them all. Also, practically everyone installs binary packages, so until we have fully reproducible builds, hiding malware in some obscure but heavily depended on package could actually be relatively easy.
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#4It's a joke, not analysis. Was hoping for the latter.
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#5On a more serious note, I'm surprised there hasn't been much discussion about potential malware in official Linux package repositories vs. developer-centric source repositories like npm, rubygems, crates.io, etc. One would hope that the bar is higher with strict maintainership rules, but there are a zillion packages, and you can't vet them all. Also, practically everyone installs binary packages, so until we have ful…
They are progressing quite quickly towards reproducible builds, so you can avoid compromised servers sending malicious binaries.
Also, since package definitions are quite declarative, I guess it's easier to perform static verification to spot malicious code getting introduced there.
There's e.g. Vulnix that scans for CVEs [1].
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#6Re: Why GNU/Linux Viruses Are Fairly Uncommon
#7It's a joke, not analysis. Was hoping for the latter.
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#8It's a joke, not analysis. Was hoping for the latter.
I think the real answer is that relatively few people use GNU/Linux
For example, every time I use Windows, it feels like every app is asking to run as administrator. Admittedly, I haven't used Windows for about a year, but in Linux, it's pretty rare that I ever do admin/sudo outside of the command line, and I only ever use it when I know what I'm doing. Obviously this isn't something that could not be fixed in Windows, and maybe it already has been.
Re: Why GNU/Linux Viruses Are Fairly Uncommon
#9Re: Why GNU/Linux Viruses Are Fairly Uncommon
#10It's a joke, not analysis. Was hoping for the latter.
I think the real answer is that relatively few people use GNU/Linux