this post was submitted on 01 Apr 2024
1219 points (99.2% liked)

Linux

47232 readers
801 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] 31 points 5 months ago (1 children)

The scary thing about this is thinking about potential undetected backdoors similar to this existing in the wild. Hopefully the lessons learned from the xz backdoor will help us to prevent similar backdoors in the future.

[–] possiblylinux127 18 points 5 months ago (1 children)

I think we need focus on zero trust when it comes to upstream software

[–] [email protected] 2 points 5 months ago (1 children)

exactly, stop depending on esoteric libraries

[–] possiblylinux127 1 points 5 months ago (1 children)

It is fine to use them just know how they work and check the commit log.

That of course requires you to pull from got instead of a tarball

[–] [email protected] 1 points 5 months ago (1 children)

this was well hidden. not sure anyone would have spotted this by checking commit log

[–] possiblylinux127 1 points 5 months ago (1 children)
[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

i'm not an expert, but my reading was that it was hidden in a binary used for testing EDIT: oh yeah, i see what you mean