P
P
p4v10v v1ct0r2016-09-27 00:22:23
linux
p4v10v v1ct0r, 2016-09-27 00:22:23

Is malware possible in ELF and in general in linux?

1. Is malware possible in ELF and in general in linux?
Until now, I have not heard of such a thing, not counting the vulnerability in the kernel (I don’t know if there was an exploit).
2. They say that Linux, allegedly well-designed, is not full of holes, like Venda. This system is not exploited because it is well designed or because it is not of interest to virus writers, since it is mainly a server rather than a client one, like Venda?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
nirvimel, 2016-09-27
@nirvimel

Neither the ELF format nor the Linux kernel by themselves prevent any malware from running.
But strict access control in a multi-user system (not only Linux) - prevents.
That is, one simple command, run as root, can completely destroy the installed operating system, along with the contents of all disks. But not a single competent Linux user (except for a kamikaze) will ever run any malware under root and will never leave root passwordless.

D
Daemon23RUS, 2016-09-27
@Daemon23RUS

1) possible (Lion Worm etc ....)
2) the main source of programs in Linux are verified repositories, the probability of viruses getting into them is very small.

S
Saboteur, 2016-09-27
@saboteur_kiev

You are too disrespectful of the system under which you spend all your time. If you don't like "Venda", don't write.
All systems are approximately equally vulnerable. It's just that Windows turned out to be more accessible to the hand-assed population, more popular, so more malware was written for it.
And for example, the first network worm was not under Windows.

O
Oleg Tsilyurik, 2016-09-27
@Olej

The correct answer has already been said here:
- in UNIX / Linux, any muck for any of its unauthorized activities must get root rights
- and it cannot even reveal the root password, because it is simply not stored in the system in any form (encrypted in any way)
- and in modern Linux there are even more (than root) thin systems of differentiation of powers, for example selinux.
The result of which (and not some other fairy tales) is the known number of all sorts of rubbish in Linux by 4 orders of magnitude less than in Windows.
PS And then they tell you all sorts of nonsense here, such as:

But in *nix in ancient times they often worked with root rights,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question