174
submitted 3 months ago by testeronious@lemmy.world to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] treadful@lemmy.zip 34 points 3 months ago

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.

[-] possiblylinux127@lemmy.zip 13 points 3 months ago* (last edited 3 months ago)

There are sysadmins that discover a major vulnerabilities though troubleshooting

The key is the number of people involved

[-] acockworkorange@mander.xyz 5 points 3 months ago

So obscure projects are fucked.

[-] possiblylinux127@lemmy.zip 4 points 3 months ago

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

[-] Rustmilian@lemmy.world 11 points 3 months ago* (last edited 3 months ago)

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.

[-] possiblylinux127@lemmy.zip 1 points 3 months ago

You can't test a archive program without binaries

[-] 4z01235@lemmy.world 18 points 3 months ago

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.

[-] Rustmilian@lemmy.world 3 points 3 months ago* (last edited 3 months ago)

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

[-] msage@programming.dev 0 points 3 months ago

laughs in Gentoo

[-] fruitycoder@sh.itjust.works 2 points 3 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).

this post was submitted on 05 Apr 2024
174 points (91.0% liked)

Linux

45765 readers
872 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