this post was submitted on 05 Apr 2024
173 points (91.4% liked)

Linux

46819 readers
1079 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
top 50 comments
sorted by: hot top controversial new old
[–] QBertReynolds 146 points 4 months ago* (last edited 4 months ago) (3 children)

"Engineers have been circulating an old, famous-among-programmers web comic about how all modern digital infrastructure rests on a project maintained by some random guy in Nebraska. (In their telling, Mr. Freund is the random guy from Nebraska.)"

That's not quite right. Lasse Collin is the random guy in Nebraska. Freund is the guy that noticed the whole thing was about to topple.

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

and that one guy (Lasse) was burnt out and pressured [by jia?] to step back and let jia be the person that the whole internet infrastructure relied upon

[–] [email protected] 46 points 4 months ago

Publicly pressured by sock puppets. You can see some rando doing similar in repositories for projects like Avahi.

[–] [email protected] 3 points 4 months ago

Comics from 2020 are old now? That's not even halfway through xkcd.

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

I suspect this was just a lucky catch of shit that happens all the time. Supply chain attacks are super scary and effectively impossible to eliminate in modern software development.

[–] [email protected] 28 points 4 months ago* (last edited 4 months ago) (1 children)

Obviously not impossible, just the best reason for open source software

[–] [email protected] 33 points 4 months ago (3 children)

It's almost impossible to spot by people looking directly at the code. I'm honestly surprised this one was discovered at all. People are still trying to deconstruct this exploit to figure out how the RCE worked.

And supply chain attacks are effectively impossible to eliminate as an attack vector by a developer-user of a N-level dependency. Not having dependencies or auditing every dependency is unreasonable in most cases.

[–] [email protected] 11 points 4 months ago* (last edited 4 months ago) (1 children)

People are still trying to deconstruct this exploit to figure out how the RCE worked.

True, but we do know how it got into xz in the first place. Human error and bad practice, we wouldn't have to reverse engineer the exploit if xz didn't allow binary commits all together. It's a very convoluted exploit with hiding "junk" and using awk and other commands to cut around that junk and combining it creating a payload and executing it. Our reliance on binary blobs is a double edged sword.

supply chain attacks are effectively impossible to eliminate as an attack vector by a developer-user of a N-level dependency. Not having dependencies or auditing every dependency is unreasonable in most cases.

Also true, because human error is impossible to snuff out completely, however it can be reduced if companies donated to the projects they use. For example, Microsoft depends on XZ and doesn't donate them anything. It's free as in freedom not cost. Foss devs aren't suppliers, it comes as is. If you want improvements in the software your massive company relies on, then donate, otherwise don't expect anything, they aren't your slaves.

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

You can't test a archive program without binaries

[–] [email protected] 18 points 4 months ago (2 children)

Generate the binaries during test execution from known (version controlled) inputs, plaintext files and things. Don't check binaries into source control, especially not intentionally corrupt ones that other maintainers and observers don't know what they may contain.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

Exactly this. Couldn't have said it better myself.

[–] [email protected] 0 points 4 months ago

laughs in Gentoo

[–] [email protected] 11 points 4 months ago* (last edited 4 months ago) (1 children)

There are sysadmins that discover a major vulnerabilities though troubleshooting

The key is the number of people involved

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

So obscure projects are fucked.

[–] [email protected] 5 points 4 months ago

No one cares about obscure projects from an attack perspective. What you should be worried about is the dependency chain.

[–] fruitycoder 2 points 4 months ago

Right now the greatest level of supply chain secuirty that I know of is formal verification, source reproducible builds, and full source bootstrapping build systems. There was a neat FPGA bootstrapping proj3ct (the whole toolchain to program the fpga could be built on the FPGA) at last years FOSDEMs conference, and I have to admit the idea of a physically verifiable root of trust is super exciting to me, but also out of reach for 98% of projects (though more possible by the day).

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

So, Microsoft saved everyone from the bad Linux then?

/s

[–] [email protected] 102 points 4 months ago* (last edited 4 months ago) (10 children)

"Linux saved itself."

  • having FOSS code
  • being able to silence all system services to detect that bump
  • being able to run stuff in different ways, without a core system component (with and without systemd, as that backdoor only used data when sshd was started via systemd)
  • having people be perfectionist about performance measurements
  • having devs test upstream code not shipped to normal distros
  • being so good microsoft pays people to work on software for it
load more comments (10 replies)
[–] [email protected] 24 points 4 months ago (6 children)

You're late to the party NYT.

Also, dude made a good save. Only arch users got hit lol

[–] DumbAceDragon 30 points 4 months ago* (last edited 4 months ago) (1 children)
  1. The hack mainly targeted Debian and fedora

  2. Arch doesn't directly link openssh to liblzma, so the hack doesn't affect arch users.

[–] [email protected] 8 points 4 months ago

The hack mainly targeted Debian and fedora

But on Debian it only shipped on sid. This is the reason for Debians slow as fuck release cycle

[–] [email protected] 26 points 4 months ago

Arch didn't patch it with systemd so it didn't really affect them afaik. It did hit OpenSUSE Tumbleweed users.

[–] [email protected] 25 points 4 months ago

Do you know the exploit was detected in Debian Sid? (by a PostgreSQL developer), Arch got the update (with both compromised versions), but because don't directly link openssh to liblzma (as Debian), and thus this attack vector is not possible.

Also, other rolling distros also got the compromised versions, maybe: openSUSE Tumbleweed, Endeavour OS, Fedora Rawhide, Slackware -current, etc.

[–] [email protected] 6 points 4 months ago

There was some checking in the exploit to verify that it was being built for a deb or rpm package, it didn't build for anything else. Also, the way the exploit was loaded at runtime relied on features of systemd that Arch isn't using. It was a dud on Arch.

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

Fedora 40 testing branch and rawhide got it as well, as well tumbleweed and debian sid

[–] [email protected] 22 points 4 months ago (1 children)
[–] [email protected] -4 points 4 months ago* (last edited 4 months ago) (1 children)

Thanks but Firefox already has a reading mode

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

Well, I had to solve three CAPTCHA puzzles before getting through to the page itself, so I figured to insert that link.

[–] [email protected] 0 points 4 months ago

Maybe they don't like you

[–] [email protected] 18 points 4 months ago

A picture of the man

[–] [email protected] 16 points 4 months ago

Yuuuuuuup. We all owe this man beer for life.

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

It felt like it had a bit of sensationalism, which alas is not uncommon in today's journalism, but can it be too much that a major newspaper like the NYT covering this story can bring indirect attention to the problem of hugely underpaid/no paid people working on (and mantaining) critical FOSS stuff?

[–] [email protected] 5 points 4 months ago

They did claim his work is “boring to tears” right after saying it was “thankless”. What a condescending piece of shit journalist.

[–] [email protected] 3 points 4 months ago
[–] [email protected] 1 points 4 months ago