this post was submitted on 28 Apr 2021
30 points (100.0% liked)

Linux

49774 readers
449 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 years ago* (last edited 3 years ago) (1 children)

this clarifies further: https://www.theregister.com/2021/04/29/stealthy_linux_backdoor_malware_spotted yeah, I was looking for what piece of SW was offering the backdoor, and if there was any attempt to remove it. It seems systemd is where the backdoor is placed, but it's not a systemd's vulnerability, but rather where the backdoor gets instanced. I'm still wondering how to prevent that backdoor getting instanced in the 1st place, and how come systemd was the target and not anything else like linux itself, wouldn't that reflect some weakness, like being easier to place backdoor there, than any other piece of SW?

[–] [email protected] 1 points 3 years ago

If you target a binary for dropping a backdoor you usually want to build a binary that runs everywhere. My guess is that they could figure out how to build a drop-in systemd that they could compile once and worked on all major distros. This would be much harder with the kernel itself.

Regarding how it is setup: Often backdoors & exploits are sold in packages and combined when attacking the victims. Depending on the group behind the specific attack, the exploit used for setup may be different on each deployment.